Bug 1945276 - Migration Win11 reftest from 22H2 -> 24H2. r=aryx

Differential Revision: https://phabricator.services.mozilla.com/D236436
This commit is contained in:
Joel Maher
2025-02-01 15:27:10 +00:00
parent c1a8d6bd2d
commit d67a5fd95a
4 changed files with 13 additions and 35 deletions

View File

@@ -3,5 +3,5 @@ skip-if(Android) != moz-icon-1.html about:blank
== moz-icon-blank-1.html moz-icon-blank-1-ref.html
skip-if(Android) != moz-icon-blank-1-ref.html moz-icon-blank-1-antiref.html
skip-if(Android) != moz-icon-blank-1-ref.html moz-icon-blank-1-antiref2.html
fuzzy-if(cocoaWidget,44-49,335-348) fuzzy-if(winWidget,54-141,30-191) == moz-icon-blank-1-almostref.html moz-icon-blank-1-ref.html
fuzzy-if(cocoaWidget,44-49,335-348) fuzzy-if(winWidget,54-141,23-191) == moz-icon-blank-1-almostref.html moz-icon-blank-1-ref.html
pref(image.testing.decode-sync.enabled,false) == 1805599-1.html 1805599-1-ref.html

View File

@@ -231,11 +231,18 @@ reftest:
android-em-7.0-x86_64-qr/debug-isolated-process: []
android-em.*: built-projects
default: []
no-gpu-process:
by-test-platform:
android.*: []
.*wayland.*: []
linux.*asan.*/opt: []
windows.*: []
default: built-projects
default:
by-test-platform:
android.*/.*: []
android.*: []
.*wayland.*: []
linux.*asan/opt: []
linux.*asan.*/opt: []
default: built-projects
max-run-time:
by-test-platform:

View File

@@ -126,27 +126,6 @@ linux2204-64-wayland-shippable/opt:
- web-platform-tests
- webgpu
##
# Windows platforms (matching /windows.*/)
# win11-32-2009 - only around for reftest
windows11-32-2009-shippable-qr/opt:
build-platform: win32-shippable/opt
build-signing-label: build-signing-win32-shippable/opt
test-sets:
- windows32-2009-tests
windows11-32-2009-qr/opt:
build-platform: win32/opt
build-signing-label: build-signing-win32/opt
test-sets:
- windows32-2009-tests
windows11-32-2009-qr/debug:
build-platform: win32/debug
build-signing-label: build-signing-win32/debug
test-sets:
- windows32-2009-tests
##
# Windows platforms (matching /windows.*/) 24h2 (no -qr)
@@ -306,10 +285,6 @@ windows11-64-2009-asan-qr/opt:
test-sets:
- windows11-2009-tests
windows11-64-2009-mingwclang-qr/debug:
build-platform: win64-mingwclang/debug
test-sets:
- mingwclang-win2009-tests
# win64 24h2 (no -qr)
# no perf right now

View File

@@ -236,9 +236,6 @@ linux2204-wayland-tests:
- xpcshell
# Windows
windows32-2009-tests:
- reftest
windows32-tests:
- cppunittest
- crashtest
@@ -253,6 +250,7 @@ windows32-tests:
- mochitest-browser-media
- mochitest-chrome
- mochitest-media
- reftest
- test-verify
- test-verify-gpu
- test-verify-wpt
@@ -286,7 +284,6 @@ windows11-64-2009-ccov-tests:
windows11-2009-tests:
- mochitest-browser-chrome
- mochitest-media
- reftest
- telemetry-tests-client
windows11-24h2-tests:
@@ -311,14 +308,12 @@ windows11-24h2-tests:
- mochitest-webgl1-ext
- mochitest-webgl2-core
- mochitest-webgl2-ext
- reftest
- test-verify
- test-verify-gpu
- test-verify-wpt
- xpcshell
mingwclang-win2009-tests:
- reftest
mingwclang-tests-debug:
- cppunittest
- firefox-ui-functional
@@ -330,6 +325,7 @@ mingwclang-tests-debug:
- mochitest-webgl2-core
- mochitest-webgl2-ext
- telemetry-tests-client
- reftest
# The following is the same as the above block, minus reftests.
# Reftests were disabled due to frequent hangs; see bug 1642719