diff --git a/testing/web-platform/meta/compression/decompression-correct-input.any.js.ini b/testing/web-platform/meta/compression/decompression-correct-input.any.js.ini index d761d3f11cdb..6e5fd974c395 100644 --- a/testing/web-platform/meta/compression/decompression-correct-input.any.js.ini +++ b/testing/web-platform/meta/compression/decompression-correct-input.any.js.ini @@ -13,6 +13,9 @@ [decompressing deflated input should work] expected: FAIL + [decompression-correct-input] + expected: FAIL + [decompression-correct-input.any.html] [decompressing gzip input should work] diff --git a/testing/web-platform/meta/content-security-policy/font-src/font-self-allowed.html.ini b/testing/web-platform/meta/content-security-policy/font-src/font-self-allowed.html.ini deleted file mode 100644 index 398c8f87965d..000000000000 --- a/testing/web-platform/meta/content-security-policy/font-src/font-self-allowed.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[font-self-allowed.html] - [Test font loads if it matches font-src.] - expected: FAIL - diff --git a/testing/web-platform/meta/content-security-policy/navigate-to/href-location-blocked.sub.html.ini b/testing/web-platform/meta/content-security-policy/navigate-to/href-location-blocked.sub.html.ini index 51f737844431..fd4f01684163 100644 --- a/testing/web-platform/meta/content-security-policy/navigate-to/href-location-blocked.sub.html.ini +++ b/testing/web-platform/meta/content-security-policy/navigate-to/href-location-blocked.sub.html.ini @@ -1,6 +1,6 @@ [href-location-blocked.sub.html] [Violation report status OK.] expected: + if (os == "android") and debug: ["FAIL", "PASS"] if (os == "android") and not debug: ["PASS", "FAIL"] - if (os == "android") and debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/cookie-store/serviceworker_cookieStore_subscriptions.tentative.https.html.ini b/testing/web-platform/meta/cookie-store/serviceworker_cookieStore_subscriptions.tentative.https.html.ini index 625c2921f76d..2a6abb942f7c 100644 --- a/testing/web-platform/meta/cookie-store/serviceworker_cookieStore_subscriptions.tentative.https.html.ini +++ b/testing/web-platform/meta/cookie-store/serviceworker_cookieStore_subscriptions.tentative.https.html.ini @@ -3,20 +3,20 @@ if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1573036 if (os == "win") and (processor == "aarch64"): https://bugzilla.mozilla.org/show_bug.cgi?id=1573036 expected: - if (os == "mac") and not debug: [TIMEOUT, OK] + if (os == "mac") and not debug: ["OK", "TIMEOUT"] TIMEOUT [getChangeSubscriptions returns subscriptions passed to subscribeToChanges] expected: - if (os == "mac") and not debug: [TIMEOUT, FAIL] + if (os == "mac") and not debug: ["FAIL", "TIMEOUT"] TIMEOUT [subscribeToChanges rejects when called outside the install handler] expected: - if (os == "mac") and not debug: [NOTRUN, FAIL] + if (os == "mac") and not debug: ["FAIL", "NOTRUN"] NOTRUN [cookiechange dispatched with cookie change that matches subscription] expected: - if (os == "mac") and not debug: [NOTRUN, FAIL] + if (os == "mac") and not debug: ["FAIL", "NOTRUN"] NOTRUN diff --git a/testing/web-platform/meta/css/CSS2/positioning/relpos-percentage-top-in-scrollable.html.ini b/testing/web-platform/meta/css/CSS2/positioning/relpos-percentage-top-in-scrollable.html.ini index ed6e8f84e656..af784c3661cc 100644 --- a/testing/web-platform/meta/css/CSS2/positioning/relpos-percentage-top-in-scrollable.html.ini +++ b/testing/web-platform/meta/css/CSS2/positioning/relpos-percentage-top-in-scrollable.html.ini @@ -1,7 +1,6 @@ [relpos-percentage-top-in-scrollable.html] [Top percentage resolved correctly for overflow contribution] expected: - if (os == "android") and not debug: [FAIL, PASS] - if (os == "android") and debug: [FAIL, PASS] - + if (os == "android") and debug: ["FAIL", "PASS"] + if (os == "android") and not debug: ["FAIL", "PASS"] diff --git a/testing/web-platform/meta/css/css-fonts/font-display/font-display-feature-policy-02.tentative.html.ini b/testing/web-platform/meta/css/css-fonts/font-display/font-display-feature-policy-02.tentative.html.ini index cf7fef78fa71..bbb51cbf3802 100644 --- a/testing/web-platform/meta/css/css-fonts/font-display/font-display-feature-policy-02.tentative.html.ini +++ b/testing/web-platform/meta/css/css-fonts/font-display/font-display-feature-policy-02.tentative.html.ini @@ -1,4 +1,2 @@ [font-display-feature-policy-02.tentative.html] - expected: - if os == "linux": PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-ui/appearance-auto-001.html.ini b/testing/web-platform/meta/css/css-ui/appearance-auto-001.html.ini index fae188a96166..e75262054fb4 100644 --- a/testing/web-platform/meta/css/css-ui/appearance-auto-001.html.ini +++ b/testing/web-platform/meta/css/css-ui/appearance-auto-001.html.ini @@ -3,6 +3,5 @@ if debug and (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1560360 expected: if (os == "win") and (processor == "x86"): FAIL - if (os == "win") and (processor == "aarch64"): ["PASS", "FAIL"] + if (os == "win") and (processor == "aarch64"): ["FAIL", "PASS"] if (os == "win") and (processor == "x86_64"): FAIL - diff --git a/testing/web-platform/meta/css/css-ui/appearance-textfield-001.html.ini b/testing/web-platform/meta/css/css-ui/appearance-textfield-001.html.ini index 213aaa05b0c3..a77937e1c5f1 100644 --- a/testing/web-platform/meta/css/css-ui/appearance-textfield-001.html.ini +++ b/testing/web-platform/meta/css/css-ui/appearance-textfield-001.html.ini @@ -1,5 +1,6 @@ [appearance-textfield-001.html] expected: - if (os == "win") and (processor == "x86_64"): [FAIL, PASS] if (os == "win") and (processor == "x86") and debug: ["PASS", "FAIL"] - if (os == "win") and (processor == "x86") and not debug: ["FAIL", "PASS"] + if (os == "win") and (processor == "x86") and not debug: ["PASS", "FAIL"] + if (os == "win") and (processor == "x86_64"): ["FAIL", "PASS"] + if (os == "win") and (processor == "aarch64"): FAIL diff --git a/testing/web-platform/meta/css/css-variables/variable-presentation-attribute.html.ini b/testing/web-platform/meta/css/css-variables/variable-presentation-attribute.html.ini index d8daf51240d4..3f7f68181bfe 100644 --- a/testing/web-platform/meta/css/css-variables/variable-presentation-attribute.html.ini +++ b/testing/web-platform/meta/css/css-variables/variable-presentation-attribute.html.ini @@ -1,8 +1,8 @@ [variable-presentation-attribute.html] [Testing 'clip' on '#test4'.] expected: - if os == "linux": FAIL if os == "android": FAIL + if os == "linux": FAIL [Testing 'alignment-baseline'.] expected: FAIL diff --git a/testing/web-platform/meta/css/cssom-view/position-sticky-root-scroller-with-scroll-behavior.html.ini b/testing/web-platform/meta/css/cssom-view/position-sticky-root-scroller-with-scroll-behavior.html.ini index a4af9fa5bfcb..98158fb3a373 100644 --- a/testing/web-platform/meta/css/cssom-view/position-sticky-root-scroller-with-scroll-behavior.html.ini +++ b/testing/web-platform/meta/css/cssom-view/position-sticky-root-scroller-with-scroll-behavior.html.ini @@ -2,6 +2,7 @@ [Sticky elements work with the root (document) scroller] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1556685 expected: + if (os == "linux") and webrender and debug: ["PASS", "FAIL"] if (os == "linux") and webrender and not debug: ["PASS", "FAIL"] if os == "android": FAIL diff --git a/testing/web-platform/meta/css/cssom-view/scroll-behavior-default-css.html.ini b/testing/web-platform/meta/css/cssom-view/scroll-behavior-default-css.html.ini index fb9d7976ca8f..212d006f003b 100644 --- a/testing/web-platform/meta/css/cssom-view/scroll-behavior-default-css.html.ini +++ b/testing/web-platform/meta/css/cssom-view/scroll-behavior-default-css.html.ini @@ -1,6 +1,7 @@ [scroll-behavior-default-css.html] [Smooth scrolling of an element with default scroll-behavior] expected: - if webrender and (os == "linux") and not debug: [PASS, FAIL] + if (os == "linux") and webrender and not debug: ["PASS", "FAIL"] + if (os == "linux") and webrender and debug: ["PASS", "FAIL"] if (os == "android") and debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-root.html.ini b/testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-root.html.ini index 98760fc40ed7..dce3d2bea22b 100644 --- a/testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-root.html.ini +++ b/testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-root.html.ini @@ -3,133 +3,134 @@ if (os == "android") and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1499003 [Main frame with smooth scroll-behavior ; scrollBy() with smooth behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scroll() with default behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scroll() with auto behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scroll() with default behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scrollTo() with auto behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scrollTo() with smooth behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scrollIntoView() with auto behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scrollTo() with auto behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scrollBy() with default behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scrollIntoView() with auto behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scrollBy() with auto behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Aborting an ongoing smooth scrolling on the main frame with another smooth scrolling] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scrollTo() with instant behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scrollTo() with default behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scroll() with instant behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scrollIntoView() with smooth behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scrollTo() with smooth behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scrollTo() with instant behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scrollIntoView() with instant behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scrollBy() with smooth behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scroll() with auto behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scrollBy() with auto behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scrollBy() with instant behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scrollBy() with default behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scrollBy() with instant behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scroll() with smooth behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scrollIntoView() with default behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scrollTo() with default behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scroll() with instant behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scrollIntoView() with smooth behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scrollIntoView() with default behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with smooth scroll-behavior ; scrollIntoView() with instant behavior] expected: - if (os == "android") and e10s: FAIL + if os == "android": FAIL [Main frame with auto scroll-behavior ; scroll() with smooth behavior] expected: - if (os == "android") and e10s: FAIL + if (os == "linux") and webrender and debug: ["PASS", "FAIL"] + if os == "android": FAIL diff --git a/testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-window.html.ini b/testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-window.html.ini new file mode 100644 index 000000000000..30fc9cbb597c --- /dev/null +++ b/testing/web-platform/meta/css/cssom-view/scroll-behavior-main-frame-window.html.ini @@ -0,0 +1,9 @@ +[scroll-behavior-main-frame-window.html] + [Main frame with smooth scroll-behavior ; scroll() with default behavior] + expected: + if webrender and (os == "linux") and debug: ["PASS", "FAIL"] + + [Main frame with auto scroll-behavior ; scroll() with smooth behavior] + expected: + if webrender and (os == "linux") and debug: ["PASS", "FAIL"] + diff --git a/testing/web-platform/meta/encrypted-media/clearkey-mp4-playback-temporary-multikey.https.html.ini b/testing/web-platform/meta/encrypted-media/clearkey-mp4-playback-temporary-multikey.https.html.ini index 7c863fb048a9..6d304af503fc 100644 --- a/testing/web-platform/meta/encrypted-media/clearkey-mp4-playback-temporary-multikey.https.html.ini +++ b/testing/web-platform/meta/encrypted-media/clearkey-mp4-playback-temporary-multikey.https.html.ini @@ -1,6 +1,9 @@ [clearkey-mp4-playback-temporary-multikey.https.html] + expected: + if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["OK", "TIMEOUT"] [org.w3.clearkey, temporary, mp4, playback, multikey audio/video] expected: + if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["PASS", "TIMEOUT"] if (os == "win") and (processor == "aarch64"): FAIL if os == "android": FAIL diff --git a/testing/web-platform/meta/fetch/sec-metadata/redirect/redirect-http-upgrade.tentative.sub.html.ini b/testing/web-platform/meta/fetch/sec-metadata/redirect/redirect-http-upgrade.tentative.sub.html.ini index 4def19170d19..48f27adb0e80 100644 --- a/testing/web-platform/meta/fetch/sec-metadata/redirect/redirect-http-upgrade.tentative.sub.html.ini +++ b/testing/web-platform/meta/fetch/sec-metadata/redirect/redirect-http-upgrade.tentative.sub.html.ini @@ -37,7 +37,7 @@ if (os == "linux") and (processor == "x86_64") and debug and not webrender and sw-e10s: wpt-sync Bug 1565002 if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1568816 expected: - if os == "linux": ["FAIL", "TIMEOUT"] + if os == "linux": ["TIMEOUT", "FAIL"] FAIL [Http upgrade fetch() api => No headers] diff --git a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-default-style.html.ini b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-default-style.html.ini index acb618c65e4f..9c29287047f8 100644 --- a/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-default-style.html.ini +++ b/testing/web-platform/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-default-style.html.ini @@ -4,20 +4,20 @@ [border-left-color] expected: - if os == "android": PASS if os == "linux": PASS + if os == "android": PASS FAIL [border-top-color] expected: - if os == "android": PASS if os == "linux": PASS + if os == "android": PASS FAIL [border-bottom-color] expected: - if os == "android": PASS if os == "linux": PASS + if os == "android": PASS FAIL [border-right-color] diff --git a/testing/web-platform/meta/html/semantics/embedded-content/media-elements/track/track-element/track-mode-not-changed-by-new-track.html.ini b/testing/web-platform/meta/html/semantics/embedded-content/media-elements/track/track-element/track-mode-not-changed-by-new-track.html.ini new file mode 100644 index 000000000000..db7a335d7790 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/embedded-content/media-elements/track/track-element/track-mode-not-changed-by-new-track.html.ini @@ -0,0 +1,5 @@ +[track-mode-not-changed-by-new-track.html] + [A track appended after the initial track configuration does not change other tracks] + expected: + if (os == "android") and debug: ["PASS", "FAIL"] + diff --git a/testing/web-platform/meta/html/semantics/forms/autofocus/update-the-rendering.html.ini b/testing/web-platform/meta/html/semantics/forms/autofocus/update-the-rendering.html.ini index 00ea2b5d0354..571f7efcdf7e 100644 --- a/testing/web-platform/meta/html/semantics/forms/autofocus/update-the-rendering.html.ini +++ b/testing/web-platform/meta/html/semantics/forms/autofocus/update-the-rendering.html.ini @@ -1,4 +1,10 @@ [update-the-rendering.html] ["Flush autofocus candidates" should be happen after the first animation frame callbacks, and before a resize event in the next iteration of window event loop.] - expected: [FAIL, PASS] + expected: + if (os == "linux") and not sw-e10s and (processor == "x86_64") and debug and webrender: ["FAIL", "PASS"] + if (os == "linux") and not sw-e10s and (processor == "x86_64") and debug and not webrender: ["PASS", "FAIL"] + if (os == "linux") and not sw-e10s and (processor == "x86_64") and not debug: ["FAIL", "PASS"] + if (os == "linux") and sw-e10s: ["PASS", "FAIL"] + if (os == "win") and debug: ["FAIL", "PASS"] + FAIL diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-3.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-3.html.ini index 9d56e5d42dea..d069c6223969 100644 --- a/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-3.html.ini +++ b/testing/web-platform/meta/mathml/relations/html5-tree/integration-point-3.html.ini @@ -1,3 +1,3 @@ [integration-point-3.html] expected: - if (processor == "x86") and not debug: [FAIL, PASS] + if (processor == "x86") and not debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/mozilla-sync b/testing/web-platform/meta/mozilla-sync index 2c832e71a304..17476a11f66f 100644 --- a/testing/web-platform/meta/mozilla-sync +++ b/testing/web-platform/meta/mozilla-sync @@ -1,2 +1,2 @@ -local: a7c230cd7c1f0c84cc2b0e49119bbc1785569627 -upstream: 22372be821a57fc1c98e1b2250410368dd3be77b +local: 383a1471e251243a31f913d97d7e090a48ff1b28 +upstream: e2381a6676f1ae4a491cfbac5805d25d491798a2 diff --git a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy.html.ini b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy.html.ini index d0f9e493e39f..01ed0bede992 100644 --- a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy.html.ini +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy.html.ini @@ -1,7 +1,6 @@ [pointerevent_movementxy.html] expected: - if (os == "mac") and debug: [OK, ERROR] - if (os == "mac") and not debug: ["OK", "ERROR"] + if (os == "mac") and debug: ["OK", "ERROR"] [ERROR, OK] [mouse pointerevent attributes] expected: FAIL diff --git a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock.html.ini b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock.html.ini index 504a08747a34..e99674e1eec3 100644 --- a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock.html.ini +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock.html.ini @@ -1,10 +1,9 @@ [pointerevent_movementxy_with_pointerlock.html] [mouse pointerevent movementX/Y with pointerlock test] expected: - if (os == "win") and (processor == "x86_64") and not webrender and debug: [PASS, FAIL] - if (os == "win") and (processor == "x86_64") and webrender: [FAIL, PASS] - if (os == "mac") and not debug: [FAIL, PASS] - if (os == "win") and (processor == "x86_64") and not debug: ["FAIL", "PASS"] - if (os == "mac") and debug: ["FAIL", "PASS"] + if (processor == "x86_64") and (os == "linux") and webrender and debug: ["FAIL", "PASS"] + if (processor == "x86_64") and (os == "win") and not webrender: ["FAIL", "PASS"] + if (processor == "x86_64") and (os == "mac"): ["FAIL", "PASS"] + if processor == "aarch64": ["FAIL", "PASS"] [PASS, FAIL] diff --git a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointermove_on_chorded_mouse_button_when_locked.html.ini b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointermove_on_chorded_mouse_button_when_locked.html.ini index 0de967bb7524..512d4b5cf2cb 100644 --- a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointermove_on_chorded_mouse_button_when_locked.html.ini +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointermove_on_chorded_mouse_button_when_locked.html.ini @@ -2,9 +2,7 @@ [pointer locked pointermove events received for button state changes] expected: if ccov and (os == "win"): [PASS, FAIL] - if (os == "linux") and not sw-e10s and debug and webrender: [FAIL, PASS] - if (os == "linux") and not sw-e10s and debug and not webrender: [PASS, FAIL] - if (os == "linux") and sw-e10s: [PASS, FAIL] - if (os == "linux") and not debug and (processor == "x86_64"): ["PASS", "FAIL"] - if (os == "linux") and not debug and (processor == "x86"): ["PASS", "FAIL"] + if (os == "linux") and webrender and debug: ["PASS", "FAIL"] + if (os == "linux") and webrender and not debug: ["PASS", "FAIL"] + if (os == "linux") and not webrender: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/resize-observer/observe.html.ini b/testing/web-platform/meta/resize-observer/observe.html.ini index 3f2b9d1fec5f..72fbb0926c5c 100644 --- a/testing/web-platform/meta/resize-observer/observe.html.ini +++ b/testing/web-platform/meta/resize-observer/observe.html.ini @@ -4,8 +4,8 @@ if webrender and (os == "linux") and not debug: ["OK", "TIMEOUT"] [guard] expected: - if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"] if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"] + if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"] [test6: iframe notifications] expected: diff --git a/testing/web-platform/meta/resource-timing/resource-reload-TAO.sub.html.ini b/testing/web-platform/meta/resource-timing/resource-reload-TAO.sub.html.ini index d86b241964e7..f64591f2019b 100644 --- a/testing/web-platform/meta/resource-timing/resource-reload-TAO.sub.html.ini +++ b/testing/web-platform/meta/resource-timing/resource-reload-TAO.sub.html.ini @@ -1,11 +1,11 @@ [resource-reload-TAO.sub.html] expected: - if (os == "win") and not debug and not webrender and (processor == "x86"): [TIMEOUT, OK] - if (os == "win") and not debug and webrender: [TIMEOUT, OK] + if (processor == "x86_64") and webrender and (os == "win") and not debug: ["TIMEOUT", "OK"] + if (processor == "x86") and (os == "win") and not debug: ["TIMEOUT", "OK"] TIMEOUT [Test that TAO headers are reused on reloads.] expected: - if (os == "win") and not debug and not webrender and (processor == "x86"): [TIMEOUT, PASS] - if (os == "win") and not debug and webrender: [TIMEOUT, PASS] + if (processor == "x86_64") and webrender and (os == "win") and not debug: ["TIMEOUT", "PASS"] + if (processor == "x86") and (os == "win") and not debug: ["TIMEOUT", "PASS"] TIMEOUT diff --git a/testing/web-platform/meta/service-workers/service-worker/client-navigate.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/client-navigate.https.html.ini index b6faae4e1031..0e3afae75d52 100644 --- a/testing/web-platform/meta/service-workers/service-worker/client-navigate.https.html.ini +++ b/testing/web-platform/meta/service-workers/service-worker/client-navigate.https.html.ini @@ -4,28 +4,32 @@ if (os == "android") and e10s: bug 1550895 (frequently fails on geckoview) expected: if (os == "linux") and webrender and not debug: ["OK", "TIMEOUT"] - if os == "mac": ["OK", "TIMEOUT"] + if (os == "mac") and debug: ["OK", "TIMEOUT"] + if (os == "mac") and not debug: ["TIMEOUT", "OK"] [Frame location should not update on failed mixed-content navigation] expected: - if (os == "linux") and webrender and not debug: ["PASS", "NOTRUN", "TIMEOUT"] + if (os == "linux") and webrender and not debug: ["PASS", "TIMEOUT", "NOTRUN"] if (os == "mac") and debug: ["PASS", "TIMEOUT", "NOTRUN"] - if (os == "mac") and not debug: ["PASS", "NOTRUN"] + if (os == "mac") and not debug: ["NOTRUN", "PASS"] [Frame location should update on successful navigation] expected: - if os == "mac": ["PASS", "TIMEOUT"] + if (os == "mac") and debug: ["PASS", "TIMEOUT"] + if (os == "mac") and not debug: ["TIMEOUT", "PASS"] [Frame location should not be accessible after cross-origin navigation] expected: - if os == "mac": ["PASS", "NOTRUN"] + if (os == "mac") and debug: ["PASS", "NOTRUN"] + if (os == "mac") and not debug: ["NOTRUN", "PASS"] [Frame location should not be accessible after redirect] expected: - if os == "mac": ["PASS", "NOTRUN"] + if (os == "mac") and not debug: ["NOTRUN", "PASS"] + if (os == "mac") and debug: ["PASS", "NOTRUN"] [Frame location should not update on failed about:blank navigation] expected: if (os == "linux") and webrender and not debug: ["PASS", "TIMEOUT"] if (os == "mac") and debug: ["PASS", "TIMEOUT", "NOTRUN"] - if (os == "mac") and not debug: ["PASS", "NOTRUN"] + if (os == "mac") and not debug: ["NOTRUN", "PASS"] diff --git a/testing/web-platform/meta/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html.ini index 5e10295eb472..96956e0a38b2 100644 --- a/testing/web-platform/meta/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html.ini +++ b/testing/web-platform/meta/service-workers/service-worker/fetch-event-respond-with-readable-stream.https.html.ini @@ -1,4 +1,3 @@ [fetch-event-respond-with-readable-stream.https.html] disabled: - if os == "android" and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1499972 - + if (os == "android") and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1499972 diff --git a/testing/web-platform/meta/service-workers/service-worker/registration-updateviacache.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/registration-updateviacache.https.html.ini index bf2e85e76873..0f6a19f7058b 100644 --- a/testing/web-platform/meta/service-workers/service-worker/registration-updateviacache.https.html.ini +++ b/testing/web-platform/meta/service-workers/service-worker/registration-updateviacache.https.html.ini @@ -28,5 +28,5 @@ [register-with-updateViaCache-imports-then-imports] expected: - if (os == "win") and debug and (processor == "x86_64"): ["PASS", "FAIL"] + if debug and (os == "win") and (processor == "x86_64"): ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/service-workers/service-worker/skip-waiting-using-registration.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/skip-waiting-using-registration.https.html.ini index 3c2c82284fdc..a8ede1f6de52 100644 --- a/testing/web-platform/meta/service-workers/service-worker/skip-waiting-using-registration.https.html.ini +++ b/testing/web-platform/meta/service-workers/service-worker/skip-waiting-using-registration.https.html.ini @@ -3,11 +3,11 @@ if (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1425175 if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1425175 expected: - if os == "mac": [OK, FAIL] - if os == "android": [OK, FAIL] + if os == "mac": ["OK", "FAIL"] + if os == "android": ["OK", "FAIL"] [Test skipWaiting while a client is using the registration] expected: - if (os == "mac") and debug: [FAIL, PASS] - if (os == "mac") and not debug: [PASS, FAIL] - if os == "android": [PASS, FAIL] + if (os == "mac") and not debug: ["PASS", "FAIL"] + if (os == "mac") and debug: ["PASS", "FAIL"] + if os == "android": ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/service-workers/service-worker/waiting.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/waiting.https.html.ini index 1e8b8a473cef..a0d31cc455b7 100644 --- a/testing/web-platform/meta/service-workers/service-worker/waiting.https.html.ini +++ b/testing/web-platform/meta/service-workers/service-worker/waiting.https.html.ini @@ -1,7 +1,6 @@ [waiting.https.html] [waiting is set after installation] expected: - if webrender and (os == "win") and debug: PASS if webrender and (os == "linux"): ["FAIL", "PASS"] FAIL diff --git a/testing/web-platform/meta/signed-exchange/reporting/sxg-reporting-prefetch-cert_parse_error-downgraded.tentative.html.ini b/testing/web-platform/meta/signed-exchange/reporting/sxg-reporting-prefetch-cert_parse_error-downgraded.tentative.html.ini index e28d79d16920..d8e2499992de 100644 --- a/testing/web-platform/meta/signed-exchange/reporting/sxg-reporting-prefetch-cert_parse_error-downgraded.tentative.html.ini +++ b/testing/web-platform/meta/signed-exchange/reporting/sxg-reporting-prefetch-cert_parse_error-downgraded.tentative.html.ini @@ -1,21 +1,23 @@ [sxg-reporting-prefetch-cert_parse_error-downgraded.tentative.html] expected: if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT - if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [OK, TIMEOUT] + if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"] if not debug and (os == "linux") and not webrender and (processor == "x86"): TIMEOUT + if not debug and (os == "win") and (processor == "x86"): TIMEOUT + if not debug and (os == "win") and (processor == "x86_64"): TIMEOUT if not debug and (os == "linux") and webrender: TIMEOUT if not debug and (os == "mac"): TIMEOUT - if not debug and (os == "win"): TIMEOUT [SXG reporting test of sxg.failed downgraded from sxg.cert_parse_error for prefetch.] expected: if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): FAIL if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL"] if not debug and (os == "linux") and not webrender and (processor == "x86"): TIMEOUT - if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [FAIL, TIMEOUT] + if not debug and (os == "win") and (processor == "x86_64"): TIMEOUT + if not debug and (os == "win") and (processor == "x86"): TIMEOUT if not debug and (os == "linux") and webrender: TIMEOUT if not debug and (os == "mac"): TIMEOUT - if not debug and (os == "win"): TIMEOUT FAIL diff --git a/testing/web-platform/meta/signed-exchange/reporting/sxg-reporting-prefetch-invalid_integrity_header.tentative.html.ini b/testing/web-platform/meta/signed-exchange/reporting/sxg-reporting-prefetch-invalid_integrity_header.tentative.html.ini index 7e756532f05d..6aa409a17226 100644 --- a/testing/web-platform/meta/signed-exchange/reporting/sxg-reporting-prefetch-invalid_integrity_header.tentative.html.ini +++ b/testing/web-platform/meta/signed-exchange/reporting/sxg-reporting-prefetch-invalid_integrity_header.tentative.html.ini @@ -2,9 +2,10 @@ expected: if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT if not debug and (os == "linux") and not webrender and (processor == "x86"): TIMEOUT - if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [OK, TIMEOUT] + if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"] + if not debug and (os == "win") and (processor == "x86"): TIMEOUT + if not debug and (os == "win") and (processor == "x86_64"): TIMEOUT if not debug and (os == "linux") and webrender: TIMEOUT - if not debug and (os == "win"): TIMEOUT if not debug and (os == "mac"): TIMEOUT [SXG reporting test of sxg.invalid_integrity_header for prefetch.] expected: @@ -12,10 +13,11 @@ if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): FAIL if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT + if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL"] if not debug and (os == "linux") and not webrender and (processor == "x86"): TIMEOUT - if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [FAIL, TIMEOUT] if not debug and (os == "linux") and webrender: TIMEOUT - if not debug and (os == "win"): TIMEOUT + if not debug and (os == "win") and (processor == "x86"): TIMEOUT + if not debug and (os == "win") and (processor == "x86_64"): TIMEOUT if not debug and (os == "mac"): TIMEOUT FAIL diff --git a/testing/web-platform/meta/streams/readable-streams/floating-point-total-queue-size.any.js.ini b/testing/web-platform/meta/streams/readable-streams/floating-point-total-queue-size.any.js.ini deleted file mode 100644 index 50d98110367a..000000000000 --- a/testing/web-platform/meta/streams/readable-streams/floating-point-total-queue-size.any.js.ini +++ /dev/null @@ -1,10 +0,0 @@ -[floating-point-total-queue-size.any.worker.html] - -[floating-point-total-queue-size.any.sharedworker.html] - -[floating-point-total-queue-size.any.serviceworker.html] - [floating-point-total-queue-size] - expected: FAIL - - -[floating-point-total-queue-size.any.html] diff --git a/testing/web-platform/meta/svg/animations/correct-events-for-short-animations-with-syncbases.html.ini b/testing/web-platform/meta/svg/animations/correct-events-for-short-animations-with-syncbases.html.ini index 46eccf2f8c70..3354c6b67ead 100644 --- a/testing/web-platform/meta/svg/animations/correct-events-for-short-animations-with-syncbases.html.ini +++ b/testing/web-platform/meta/svg/animations/correct-events-for-short-animations-with-syncbases.html.ini @@ -1,6 +1,6 @@ [correct-events-for-short-animations-with-syncbases.html] [Correct events for short animations with syncbases] expected: - if (processor == "x86") and (os == "linux"): PASS + if (os == "linux") and (processor == "x86"): PASS [PASS, FAIL] diff --git a/testing/web-platform/meta/svg/animations/slider-switch.html.ini b/testing/web-platform/meta/svg/animations/slider-switch.html.ini index a076511aa8f8..f999dddcc46a 100644 --- a/testing/web-platform/meta/svg/animations/slider-switch.html.ini +++ b/testing/web-platform/meta/svg/animations/slider-switch.html.ini @@ -1,7 +1,7 @@ [slider-switch.html] [Check correct event bases for onclick] expected: - if (os == "android") and debug: [PASS, FAIL] - if (os == "android") and not debug: [FAIL, PASS] + if (processor == "x86_64") and (os == "android") and not debug: ["FAIL", "PASS"] + if processor == "aarch64": ["FAIL", "PASS"] [PASS, FAIL] diff --git a/testing/web-platform/meta/svg/shapes/rect-03.svg.ini b/testing/web-platform/meta/svg/shapes/rect-03.svg.ini index b86f689302aa..641c0d2565fb 100644 --- a/testing/web-platform/meta/svg/shapes/rect-03.svg.ini +++ b/testing/web-platform/meta/svg/shapes/rect-03.svg.ini @@ -1,9 +1,3 @@ [rect-03.svg] expected: - if (os == "linux") and not webrender: PASS - if os == "mac": PASS - if (os == "win") and (version == "6.1.7601"): PASS - if not webrender and (os == "win") and (version == "10.0.17134"): PASS - if (os == "android") and not e10s: PASS - if (os == "android") and e10s: PASS - FAIL + if webrender: FAIL diff --git a/testing/web-platform/meta/user-timing/measure.html.ini b/testing/web-platform/meta/user-timing/measure.html.ini index edd000c31b67..2c477dd5a627 100644 --- a/testing/web-platform/meta/user-timing/measure.html.ini +++ b/testing/web-platform/meta/user-timing/measure.html.ini @@ -1,15 +1,13 @@ [measure.html] [window.performance.getEntriesByName("measure_start_end")[0\].startTime is correct] expected: - if not debug and (processor == "x86_64") and (os == "linux") and not webrender: [FAIL, PASS] - if not debug and (processor == "x86_64") and (os == "win") and not webrender: [PASS, FAIL] - if not debug and (os == "linux") and (processor == "x86"): [PASS, FAIL] - if not debug and (os == "win"): [PASS, FAIL] + if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"] + if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"] + if not debug and (os == "win"): ["PASS", "FAIL"] [window.performance.getEntriesByName("measure_start_no_end")[0\].startTime is correct] expected: - if not debug and (processor == "x86_64") and (os == "linux") and not webrender: [FAIL, PASS] - if not debug and (processor == "x86_64") and (os == "win") and not webrender: [PASS, FAIL] - if not debug and (os == "linux") and (processor == "x86"): [PASS, FAIL] - if not debug and (os == "win"): [PASS, FAIL] + if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"] + if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"] + if not debug and (os == "win"): ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/web-locks/query-empty.tentative.https.any.js.ini b/testing/web-platform/meta/web-locks/query-empty.tentative.https.any.js.ini index e7ac7773caec..1160df9553bd 100644 --- a/testing/web-platform/meta/web-locks/query-empty.tentative.https.any.js.ini +++ b/testing/web-platform/meta/web-locks/query-empty.tentative.https.any.js.ini @@ -15,8 +15,7 @@ [query-empty.tentative.https.any.serviceworker.html] expected: - if (os == "linux") and debug and webrender: [OK, TIMEOUT] - if (os == "linux") and debug and not webrender: [OK, TIMEOUT] + if (os == "linux") and debug: ["OK", "TIMEOUT"] [query() returns dictionary with empty arrays when no locks are held] expected: FAIL diff --git a/testing/web-platform/meta/webrtc-stats/idlharness.window.js.ini b/testing/web-platform/meta/webrtc-stats/idlharness.window.js.ini deleted file mode 100644 index 1546192706c8..000000000000 --- a/testing/web-platform/meta/webrtc-stats/idlharness.window.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[idlharness.window.html] - [idl_test validation] - expected: FAIL - diff --git a/testing/web-platform/meta/webrtc/idlharness.https.window.js.ini b/testing/web-platform/meta/webrtc/idlharness.https.window.js.ini index f3043b97cdab..49bea7d835be 100644 --- a/testing/web-platform/meta/webrtc/idlharness.https.window.js.ini +++ b/testing/web-platform/meta/webrtc/idlharness.https.window.js.ini @@ -593,6 +593,3 @@ [RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescriptionInit, VoidFunction, RTCPeerConnectionErrorCallback)] expected: FAIL - [idl_test validation] - expected: FAIL - diff --git a/testing/web-platform/meta/websockets/stream-tentative/close.any.js.ini b/testing/web-platform/meta/websockets/stream-tentative/close.any.js.ini index 8dd36bd08a55..5784daaa2220 100644 --- a/testing/web-platform/meta/websockets/stream-tentative/close.any.js.ini +++ b/testing/web-platform/meta/websockets/stream-tentative/close.any.js.ini @@ -255,6 +255,9 @@ [unspecified close code should send empty Close frame] expected: FAIL + [close] + expected: FAIL + [close.any.sharedworker.html] [unspecified close code with non-empty reason should set code to 1000] diff --git a/testing/web-platform/meta/webxr/getViewerPose_emulatedPosition.https.html.ini b/testing/web-platform/meta/webxr/getViewerPose_emulatedPosition.https.html.ini deleted file mode 100644 index 8fb70eda3942..000000000000 --- a/testing/web-platform/meta/webxr/getViewerPose_emulatedPosition.https.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[getViewerPose_emulatedPosition.https.html] - expected: ERROR - [XRFrame getViewerPose has emulatedPosition set properly.] - expected: FAIL - diff --git a/testing/web-platform/meta/webxr/xrInputSource_emulatedPosition.https.html.ini b/testing/web-platform/meta/webxr/xrInputSource_emulatedPosition.https.html.ini deleted file mode 100644 index 475e18810996..000000000000 --- a/testing/web-platform/meta/webxr/xrInputSource_emulatedPosition.https.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[xrInputSource_emulatedPosition.https.html] - expected: ERROR - [Poses from XRInputSource.gripSpace have emulatedPosition set properly] - expected: FAIL - diff --git a/testing/web-platform/meta/workers/Worker-replace-self.any.js.ini b/testing/web-platform/meta/workers/Worker-replace-self.any.js.ini deleted file mode 100644 index fb455d422310..000000000000 --- a/testing/web-platform/meta/workers/Worker-replace-self.any.js.ini +++ /dev/null @@ -1,8 +0,0 @@ -[Worker-replace-self.any.sharedworker.html] - -[Worker-replace-self.any.worker.html] - -[Worker-replace-self.any.serviceworker.html] - [Worker-replace-self] - expected: FAIL -