зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1808640 - support windows 11 in mochitest webgl tests. r=gfx-reviewers,jgilbert
Differential Revision: https://phabricator.services.mozilla.com/D166233
This commit is contained in:
Родитель
7d407cd676
Коммит
6898dd9f62
|
@ -7141,6 +7141,7 @@ subsuite = webgl2-core
|
|||
skip-if = 1
|
||||
[generated/test_2_conformance2__textures__misc__tex-3d-mipmap-levels-intel-bug.html]
|
||||
subsuite = webgl2-core
|
||||
fail-if = win11_2009
|
||||
[generated/test_2_conformance2__textures__misc__tex-3d-size-limit.html]
|
||||
subsuite = webgl2-core
|
||||
[generated/test_2_conformance2__textures__misc__tex-base-level-bug.html]
|
||||
|
@ -7160,7 +7161,7 @@ subsuite = webgl2-core
|
|||
skip-if = (os == 'android') || (os == 'win')
|
||||
[generated/test_2_conformance2__textures__misc__tex-mipmap-levels.html]
|
||||
subsuite = webgl2-core
|
||||
fail-if = (os == 'mac')
|
||||
fail-if = (os == 'mac') || win11_2009
|
||||
[generated/test_2_conformance2__textures__misc__tex-new-formats.html]
|
||||
subsuite = webgl2-core
|
||||
[generated/test_2_conformance2__textures__misc__tex-srgb-mipmap.html]
|
||||
|
@ -12906,7 +12907,8 @@ subsuite = webgl1-core
|
|||
skip-if = (os == 'android')
|
||||
[generated/test_conformance__textures__misc__texture-npot-video.html]
|
||||
subsuite = webgl1-core
|
||||
skip-if = (os == 'android')
|
||||
skip-if = (os == 'android') || (win11_2009 && !debug && !asan && !ccov) # win11 opt - 50/50 intermittent
|
||||
fail-if = (win11_2009 && debug) || (win11_2009 && asan)
|
||||
[generated/test_conformance__textures__misc__texture-npot.html]
|
||||
subsuite = webgl1-core
|
||||
skip-if = (os == 'android')
|
||||
|
|
|
@ -78,7 +78,8 @@ fail-if = (os == 'android')
|
|||
fail-if = (os == 'android')
|
||||
[generated/test_conformance__textures__misc__texture-npot-video.html]
|
||||
# application crashed [@ mozilla::layers::GLImage::GetAsSoure]
|
||||
skip-if = (os == 'android')
|
||||
skip-if = (os == 'android') || (win11_2009 && !debug && !asan && !ccov) # win11 opt - 50/50 intermittent
|
||||
fail-if = (win11_2009 && debug) || (win11_2009 && asan)
|
||||
|
||||
|
||||
####################
|
||||
|
@ -1095,7 +1096,9 @@ fail-if = (os == 'mac' && !apple_silicon)
|
|||
[generated/test_2_conformance2__textures__image__tex-3d-srgb8_alpha8-rgba-unsigned_byte.html]
|
||||
fail-if = (os == 'mac' && !apple_silicon)
|
||||
[generated/test_2_conformance2__textures__misc__tex-mipmap-levels.html]
|
||||
fail-if = (os == 'mac')
|
||||
fail-if = (os == 'mac') || win11_2009
|
||||
[generated/test_2_conformance2__textures__misc__tex-3d-mipmap-levels-intel-bug.html]
|
||||
fail-if = win11_2009
|
||||
[generated/test_2_conformance2__textures__video__tex-3d-r16f-red-float.html]
|
||||
fail-if = (os == 'mac' && !apple_silicon)
|
||||
[generated/test_2_conformance2__textures__video__tex-3d-r16f-red-half_float.html]
|
||||
|
|
|
@ -70,6 +70,7 @@ async function testKnownCiStrings() {
|
|||
'Intel(R) UHD Graphics 630', // Mac
|
||||
'Apple M1', // Mac
|
||||
'ANGLE (NVIDIA, NVIDIA Tesla M60 Direct3D11 vs_5_0 ps_5_0, D3D11-23.21.13.9181)', // Windows
|
||||
'ANGLE (NVIDIA, NVIDIA Tesla M60 Direct3D11 vs_5_0 ps_5_0, D3D11-30.0.14.7239)', // Windows 11
|
||||
],
|
||||
unmasked_vendor: [
|
||||
'Qualcomm', // Android
|
||||
|
|
Загрузка…
Ссылка в новой задаче