Bug 1599937 - annotate test_conformance__textures__misc__texture-corner-case-videos.html as permafail on ubuntu1804 r=jmaher

Changes:

Annotate the test as being a permanent failure on ubuntu1804.

Differential Revision: https://phabricator.services.mozilla.com/D57237

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Edwin Takahashi 2019-12-16 11:24:14 +00:00
parent a4841160a4
commit c322071a77
2 changed files with 13 additions and 8 deletions

View File

@ -8745,8 +8745,8 @@ skip-if = (os == 'win')
subsuite = webgl2-core
[generated/test_2_conformance__rendering__rendering-stencil-large-viewport.html]
subsuite = webgl2-core
fail-if = (os == 'mac')
skip-if = (os == 'win')
fail-if = (os == 'mac')
[generated/test_2_conformance__rendering__scissor-rect-repeated-rendering.html]
subsuite = webgl2-core
[generated/test_2_conformance__rendering__simple.html]
@ -10898,8 +10898,8 @@ subsuite = webgl1-core
fail-if = (os == 'android')
[generated/test_conformance__extensions__oes-texture-float-with-image-data.html]
subsuite = webgl1-core
fail-if = (os == 'android')
skip-if = (os == 'win' && os_version == '6.1')
fail-if = (os == 'android')
[generated/test_conformance__extensions__oes-texture-float-with-image.html]
subsuite = webgl1-core
fail-if = (os == 'android')
@ -10916,8 +10916,8 @@ subsuite = webgl1-core
fail-if = (os == 'android')
[generated/test_conformance__extensions__oes-texture-half-float-with-image-data.html]
subsuite = webgl1-core
fail-if = (os == 'android')
skip-if = (os == 'win' && os_version == '6.1')
fail-if = (os == 'android')
[generated/test_conformance__extensions__oes-texture-half-float-with-image.html]
subsuite = webgl1-core
fail-if = (os == 'android')
@ -11481,8 +11481,8 @@ subsuite = webgl1-ext
subsuite = webgl1-ext
[generated/test_conformance__glsl__misc__shader-with-non-reserved-words.html]
subsuite = webgl1-ext
fail-if = (os == 'android')
skip-if = 1
fail-if = (os == 'android')
[generated/test_conformance__glsl__misc__shader-with-precision.frag.html]
subsuite = webgl1-ext
[generated/test_conformance__glsl__misc__shader-with-preprocessor-whitespace.html]
@ -11652,15 +11652,15 @@ subsuite = webgl1-core
subsuite = webgl1-core
[generated/test_conformance__misc__object-deletion-behaviour.html]
subsuite = webgl1-core
fail-if = (os == 'android')
skip-if = (os == 'android' && debug)
fail-if = (os == 'android')
[generated/test_conformance__misc__shader-precision-format.html]
subsuite = webgl1-core
skip-if = (os == 'android')
[generated/test_conformance__misc__type-conversion-test.html]
subsuite = webgl1-core
fail-if = (os == 'linux')
skip-if = (os == 'android') || (os == 'linux')
fail-if = (os == 'linux')
[generated/test_conformance__misc__uninitialized-test.html]
subsuite = webgl1-core
skip-if = (os == 'android')
@ -12218,8 +12218,8 @@ skip-if = (os == 'win')
subsuite = webgl1-core
[generated/test_conformance__rendering__rendering-stencil-large-viewport.html]
subsuite = webgl1-core
fail-if = (os == 'mac') || (verify && debug && (os == 'linux'))
skip-if = (os == 'win')
fail-if = (os == 'mac') || (verify && debug && (os == 'linux'))
[generated/test_conformance__rendering__scissor-rect-repeated-rendering.html]
subsuite = webgl1-core
[generated/test_conformance__rendering__simple.html]
@ -12482,6 +12482,7 @@ subsuite = webgl1-core
subsuite = webgl1-core
[generated/test_conformance__textures__misc__texture-corner-case-videos.html]
subsuite = webgl1-core
fail-if = (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]
@ -12506,8 +12507,8 @@ subsuite = webgl1-core
skip-if = (os == 'android')
[generated/test_conformance__textures__misc__texture-size-limit.html]
subsuite = webgl1-core
fail-if = (os == 'android')
skip-if = (os == 'linux' && asan)
fail-if = (os == 'android')
[generated/test_conformance__textures__misc__texture-size.html]
subsuite = webgl1-core
skip-if = (os == 'android') || (os == 'win')

View File

@ -104,6 +104,10 @@ skip-if = 1
[generated/test_2_conformance2__attribs__gl-bindAttribLocation-aliasing-inactive.html]
fail-if = (os != 'win')
[generated/test_conformance__textures__misc__texture-corner-case-videos.html]
# Bug 1599937 - test fails consistently on ubuntu1804.
fail-if = (os == 'linux' && os_version == '18.04')
[generated/test_conformance__textures__misc__texture-video-transparent.html]
# Assertion failure: [GFX1]: Unhandled srcImage->GetFormat(): 2
# mac opt seems to pass, though linux and win fail.