Bug 1679523 - Disable test_2_conformance__textures__misc__tex-video-using-tex-unit-non-zero.html on macOS AArch64 opt. r=jmaher DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D113559
This commit is contained in:
Sebastian Hengst 2021-04-27 21:04:43 +00:00
parent 1bb242b0e8
commit d9271b4d22
2 changed files with 4 additions and 8 deletions

View File

@ -9053,7 +9053,7 @@ subsuite = webgl2-core
subsuite = webgl2-core
[generated/test_2_conformance__textures__misc__tex-video-using-tex-unit-non-zero.html]
subsuite = webgl2-core
skip-if = (os == 'win') || (os == 'android' && webrender && debug)
skip-if = (os == 'win') || (os == 'android' && webrender && debug) || (apple_silicon && !debug)
[generated/test_2_conformance__textures__misc__texparameter-test.html]
subsuite = webgl2-core
[generated/test_2_conformance__textures__misc__texture-active-bind-2.html]
@ -9070,9 +9070,7 @@ subsuite = webgl2-core
subsuite = webgl2-core
[generated/test_2_conformance__textures__misc__texture-corner-case-videos.html]
subsuite = webgl2-core
skip-if =
(os == 'android')
(os == 'linux' && os_version == '18.04')
skip-if = (os == 'android') || (os == 'linux' && os_version == '18.04')
[generated/test_2_conformance__textures__misc__texture-cube-as-fbo-attachment.html]
subsuite = webgl2-core
[generated/test_2_conformance__textures__misc__texture-draw-with-2d-and-cube.html]
@ -12539,9 +12537,7 @@ subsuite = webgl1-core
subsuite = webgl1-core
[generated/test_conformance__textures__misc__texture-corner-case-videos.html]
subsuite = webgl1-core
skip-if =
(os == 'android')
(os == 'linux' && os_version == '18.04')
skip-if = (os == 'android') || (os == 'linux' && os_version == '18.04')
[generated/test_conformance__textures__misc__texture-cube-as-fbo-attachment.html]
subsuite = webgl1-core
[generated/test_conformance__textures__misc__texture-draw-with-2d-and-cube.html]

View File

@ -1229,7 +1229,7 @@ skip-if = (os == 'win')
# Might be intermittant.
skip-if = (os == 'win') || (os == 'android' && webrender && debug)
[generated/test_2_conformance__textures__misc__tex-video-using-tex-unit-non-zero.html]
skip-if = (os == 'win') || (os == 'android' && webrender && debug)
skip-if = (os == 'win') || (os == 'android' && webrender && debug) || (apple_silicon && !debug)
[generated/test_2_conformance2__rendering__framebuffer-render-to-layer-angle-issue.html]
# framebuffer layer 0 should be green
# framebuffer layer 1 should be green