diff --git a/browser/components/search/test/browser.ini b/browser/components/search/test/browser.ini index d1d771dee007..c343974f6d24 100644 --- a/browser/components/search/test/browser.ini +++ b/browser/components/search/test/browser.ini @@ -24,6 +24,7 @@ support-files = skip-if = os == "mac" # bug 967013 [browser_ddg.js] [browser_eBay.js] +skip-if = artifact # bug 1315953 [browser_google.js] skip-if = artifact # bug 1315953 [browser_google_codes.js] diff --git a/dom/html/HTMLTrackElement.cpp b/dom/html/HTMLTrackElement.cpp index 58d3ca30f25e..ee1a5deb7726 100644 --- a/dom/html/HTMLTrackElement.cpp +++ b/dom/html/HTMLTrackElement.cpp @@ -68,7 +68,7 @@ static constexpr nsAttrValue::EnumTable kKindTable[] = { // Invalid values are treated as "metadata" in ParseAttribute, but if no value // at all is specified, it's treated as "subtitles" in GetKind -static constexpr const nsAttrValue::EnumTable* kKindTableInvalidValueDefault = &kKindTable[4]; +static const nsAttrValue::EnumTable* const kKindTableInvalidValueDefault = &kKindTable[4]; class WindowDestroyObserver final : public nsIObserver { diff --git a/dom/media/webrtc/WebrtcGlobal.h b/dom/media/webrtc/WebrtcGlobal.h index f4f276cd1133..26a6432eb98d 100644 --- a/dom/media/webrtc/WebrtcGlobal.h +++ b/dom/media/webrtc/WebrtcGlobal.h @@ -28,7 +28,7 @@ struct ParamTraits> static bool Read(const Message* aMsg, PickleIterator* aIter, paramType* aResult) { - return ReadParam(aMsg, aIter, dynamic_cast*>(aResult)); + return ReadParam(aMsg, aIter, static_cast*>(aResult)); } }; diff --git a/dom/workers/test/mochitest.ini b/dom/workers/test/mochitest.ini index a7e9cf773abb..9854b7e28378 100644 --- a/dom/workers/test/mochitest.ini +++ b/dom/workers/test/mochitest.ini @@ -230,6 +230,7 @@ scheme=https [test_sharedWorker_ports.html] [test_sharedWorker_lifetime.html] [test_fileReader.html] +skip-if = !debug # bug 1400098 [test_navigator_workers_hardwareConcurrency.html] [test_bug1278777.html] [test_setTimeoutWith0.html] diff --git a/gfx/layers/apz/test/mochitest/mochitest.ini b/gfx/layers/apz/test/mochitest/mochitest.ini index f13ba41104ab..edd8ca3a9923 100644 --- a/gfx/layers/apz/test/mochitest/mochitest.ini +++ b/gfx/layers/apz/test/mochitest/mochitest.ini @@ -50,6 +50,7 @@ [test_group_mouseevents.html] skip-if = (toolkit == 'android') # mouse events not supported on mobile [test_group_pointerevents.html] +skip-if = os == 'win' && os_version == '10.0' # Bug 1404836 [test_group_touchevents.html] [test_group_wheelevents.html] skip-if = (toolkit == 'android') # wheel events not supported on mobile diff --git a/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-001.html.ini b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-001.html.ini new file mode 100644 index 000000000000..80ad4c07dd02 --- /dev/null +++ b/testing/web-platform/meta/html/browsers/windows/browsing-context-names/choose-_parent-001.html.ini @@ -0,0 +1,4 @@ +[choose-_parent-001.html] + type: testharness + disabled: if os != "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1403428 + diff --git a/uriloader/exthandler/tests/mochitest/browser.ini b/uriloader/exthandler/tests/mochitest/browser.ini index 361d985e6e23..f2c5e894f4c9 100644 --- a/uriloader/exthandler/tests/mochitest/browser.ini +++ b/uriloader/exthandler/tests/mochitest/browser.ini @@ -10,5 +10,6 @@ support-files = skip-if = !e10s # test relies on e10s behavior [browser_download_always_ask_preferred_app.js] [browser_ext_helper_pb.js] +skip-if = os == "mac" # bug 1396184 [browser_remember_download_option.js] [browser_web_protocol_handlers.js]