From d4018f8ad0d3012a63be61cb03046153fafbd7bb Mon Sep 17 00:00:00 2001 From: Michelle Goossens Date: Sun, 12 Sep 2021 22:14:42 +0000 Subject: [PATCH] Bug 1727925 - Part 4: Migrate wpt and wpt-headless on Windows 10-32 from AWS to Azure r=jmaher Differential Revision: https://phabricator.services.mozilla.com/D125305 --- taskcluster/ci/test/test-platforms.yml | 14 ++--- .../filter-contrast-002.html.ini | 1 + .../svg-mutation-function-to-url.html.ini | 3 +- ...g-mutation-single-to-multiple-001.html.ini | 2 +- .../svg-mutation-url-to-function.html.ini | 2 +- .../svg-shorthand-hue-rotate-001.html.ini | 1 + ...mmediately-after-hidden.tentative.html.ini | 4 +- ...ady-focused-iframe-different-site.html.ini | 1 + ...lement-after-focusing-out-iframes.html.ini | 2 +- .../meta/resource-timing/TAO-match.html.ini | 51 ------------------- ...ent-confirmation-enrollment.https.html.ini | 8 +-- ...ment-confirmation.tentative.https.html.ini | 1 + .../web-platform/meta/url/failure.html.ini | 1 + .../meta/web-share/share-empty.https.html.ini | 6 --- 14 files changed, 23 insertions(+), 74 deletions(-) diff --git a/taskcluster/ci/test/test-platforms.yml b/taskcluster/ci/test/test-platforms.yml index 2940315f5570..0cfa6f8e6c61 100644 --- a/taskcluster/ci/test/test-platforms.yml +++ b/taskcluster/ci/test/test-platforms.yml @@ -135,8 +135,6 @@ windows10-32-shippable-qr/opt: - browsertime - raptor-chrome - raptor-firefox - - web-platform-tests - - web-platform-tests-wdspec-headless - windows-talos windows10-32-qr/opt: @@ -144,20 +142,15 @@ windows10-32-qr/opt: test-sets: - browsertime - raptor-firefox - - web-platform-tests - - web-platform-tests-wdspec-headless - windows-talos -windows10-32-qr/debug: - build-platform: win32/debug - test-sets: - - web-platform-tests - windows10-32-2004-shippable-qr/opt: build-platform: win32-shippable/opt test-sets: - awsy - desktop-screenshot-capture + - web-platform-tests + - web-platform-tests-wdspec-headless - windows32-2004-tests @@ -166,11 +159,14 @@ windows10-32-2004-qr/opt: test-sets: - awsy - desktop-screenshot-capture + - web-platform-tests + - web-platform-tests-wdspec-headless - windows32-2004-tests windows10-32-2004-qr/debug: build-platform: win32/debug test-sets: + - web-platform-tests - windows-7-tests - windows32-2004-tests - windows10-32-2004-failure-tests diff --git a/testing/web-platform/meta/css/filter-effects/filter-contrast-002.html.ini b/testing/web-platform/meta/css/filter-effects/filter-contrast-002.html.ini index cbef6094b804..8017bc3797d5 100644 --- a/testing/web-platform/meta/css/filter-effects/filter-contrast-002.html.ini +++ b/testing/web-platform/meta/css/filter-effects/filter-contrast-002.html.ini @@ -1,5 +1,6 @@ [filter-contrast-002.html] expected: + if win10_2004 and bits == 32: PASS if (os == "win") and not fission and (processor == "x86_64") and not swgl and not debug: [FAIL, PASS] if (os == "win") and not fission and (processor == "x86_64") and not swgl and debug: FAIL if (os == "win") and fission: FAIL diff --git a/testing/web-platform/meta/css/filter-effects/svg-mutation-function-to-url.html.ini b/testing/web-platform/meta/css/filter-effects/svg-mutation-function-to-url.html.ini index edd8d271c3a5..c95ea034af62 100644 --- a/testing/web-platform/meta/css/filter-effects/svg-mutation-function-to-url.html.ini +++ b/testing/web-platform/meta/css/filter-effects/svg-mutation-function-to-url.html.ini @@ -1,9 +1,10 @@ [svg-mutation-function-to-url.html] expected: + if win10_2004 and bits == 32: PASS if (os == "win") and not fission and (processor == "x86_64") and not swgl and debug: FAIL if (os == "win") and not fission and (processor == "x86_64") and not swgl and not debug: [FAIL, PASS] if (os == "win") and not fission and (processor == "x86_64") and swgl: PASS - if (os == "win") and not fission and (processor == "x86"): PASS + if (os == "win") and (processor == "x86"): PASS if (os == "win") and fission: FAIL if (os == "android") and swgl: PASS if (os == "linux") and swgl: PASS diff --git a/testing/web-platform/meta/css/filter-effects/svg-mutation-single-to-multiple-001.html.ini b/testing/web-platform/meta/css/filter-effects/svg-mutation-single-to-multiple-001.html.ini index 4b7691bbbec0..3b58f7575277 100644 --- a/testing/web-platform/meta/css/filter-effects/svg-mutation-single-to-multiple-001.html.ini +++ b/testing/web-platform/meta/css/filter-effects/svg-mutation-single-to-multiple-001.html.ini @@ -1,9 +1,9 @@ [svg-mutation-single-to-multiple-001.html] expected: + if win10_2004 and bits == 32: PASS if (os == "win") and not fission and (processor == "x86_64") and not swgl and not debug: [FAIL, PASS] if (os == "win") and not fission and (processor == "x86_64") and not swgl and debug: FAIL if (os == "win") and not fission and (processor == "x86_64") and swgl: PASS - if (os == "win") and not fission and (processor == "x86"): PASS if (os == "android") and swgl: PASS if (os == "mac") and not webrender: FAIL if (os == "linux") and swgl: PASS diff --git a/testing/web-platform/meta/css/filter-effects/svg-mutation-url-to-function.html.ini b/testing/web-platform/meta/css/filter-effects/svg-mutation-url-to-function.html.ini index c0b1a31324e6..6437a91dd40f 100644 --- a/testing/web-platform/meta/css/filter-effects/svg-mutation-url-to-function.html.ini +++ b/testing/web-platform/meta/css/filter-effects/svg-mutation-url-to-function.html.ini @@ -1,9 +1,9 @@ [svg-mutation-url-to-function.html] expected: + if win10_2004 and bits == 32: PASS if (os == "win") and not fission and (processor == "x86_64") and not swgl and debug: FAIL if (os == "win") and not fission and (processor == "x86_64") and not swgl and not debug: [FAIL, PASS] if (os == "win") and not fission and (processor == "x86_64") and swgl: PASS - if (os == "win") and not fission and (processor == "x86"): PASS if (os == "mac") and debug and not webrender: FAIL if (os == "win") and fission: FAIL if (os == "mac") and devedition: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/filter-effects/svg-shorthand-hue-rotate-001.html.ini b/testing/web-platform/meta/css/filter-effects/svg-shorthand-hue-rotate-001.html.ini index fa4eab8649cf..08abee73052f 100644 --- a/testing/web-platform/meta/css/filter-effects/svg-shorthand-hue-rotate-001.html.ini +++ b/testing/web-platform/meta/css/filter-effects/svg-shorthand-hue-rotate-001.html.ini @@ -1,5 +1,6 @@ [svg-shorthand-hue-rotate-001.html] expected: + if win10_2004 and bits == 32: PASS if (os == "win") and not fission and (processor == "x86_64") and not swgl and debug: FAIL if (os == "win") and not fission and (processor == "x86_64") and not swgl and not debug: [FAIL, PASS] if (os == "win") and fission: FAIL diff --git a/testing/web-platform/meta/editing/other/edit-in-textcontrol-immediately-after-hidden.tentative.html.ini b/testing/web-platform/meta/editing/other/edit-in-textcontrol-immediately-after-hidden.tentative.html.ini index 6b134ef7b94a..2e75ffc3c315 100644 --- a/testing/web-platform/meta/editing/other/edit-in-textcontrol-immediately-after-hidden.tentative.html.ini +++ b/testing/web-platform/meta/editing/other/edit-in-textcontrol-immediately-after-hidden.tentative.html.ini @@ -6,7 +6,9 @@ expected: FAIL [