Commit ec03767b authored by kbr's avatar kbr Committed by Commit bot

More WebGL conformance test suppression updates.

Re-enable conformance2/textures/misc/tex-storage-compressed-formats.html. This test is now passing.

Suppress const-array-init, tex-image-and-sub-image-3d*,
and floor-div-cos-should-not-truncate failures.

BUG=295792, 560555, angleproject:1179, angleproject:1198
TBR=zmo@chromium.org

Review URL: https://codereview.chromium.org/1471943002

Cr-Commit-Position: refs/heads/master@{#361374}
parent 833361b8
......@@ -79,6 +79,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/buffers/uniform-buffers.html', bug=483282)
self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282)
self.Fail('conformance2/glsl3/const-array-init.html',
bug=1198) # angle bug ID
self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
self.Fail('conformance2/glsl3/invalid-default-precision.html', bug=483282)
self.Fail('conformance2/glsl3/sequence-operator-returns-non-constant.html',
......@@ -93,8 +95,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/samplers/sampler-drawing-test.html', bug=483282)
self.Skip('conformance2/textures/webgl_canvas/*', bug=483282)
self.Fail('conformance2/textures/misc/tex-storage-2d.html', bug=483282)
self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
bug=295792)
# Windows only.
self.Skip('deqp/functional/gles3/readpixel.html', ['win'], bug=483282)
......@@ -148,6 +148,31 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' +
'-with-video-rgb5_a1-rgba-unsigned_byte.html',
['win8'], bug=483282)
self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' +
'-with-video-rgb5_a1-rgba-unsigned_byte.html',
['win8'], bug=560555)
self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' +
'-with-video-rgb565-rgb-unsigned_byte.html',
['win8'], bug=560555)
self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' +
'-with-image-data-rgb565-rgb-unsigned_byte.html',
['win8'], bug=560555)
self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' +
'-with-image-data-rgb5_a1-rgba-unsigned_byte.html',
['win8'], bug=560555)
self.Fail('conformance2/textures/image/tex-image-and-sub-image-3d' +
'-with-image-rgb5_a1-rgba-unsigned_byte.html',
['win8'], bug=560555)
self.Fail('conformance2/textures/image/tex-image-and-sub-image-3d' +
'-with-image-rgb565-rgb-unsigned_byte.html',
['win8'], bug=560555)
self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-3d' +
'-with-svg-image-rgb565-rgb-unsigned_byte.html',
['win8'], bug=560555)
self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-3d' +
'-with-svg-image-rgb5_a1-rgba-unsigned_byte.html',
['win8'], bug=560555)
# Windows Debug. Causing assertions in the GPU process which raise
# a dialog box, so have to skip them rather than mark them as
# failing.
......
......@@ -78,11 +78,13 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'amd', 'd3d9'], bug=475095)
# Win / D3D9 failures
# Skipping these tests because they're causing assertion failures.
# Skipping these two tests because they're causing assertion failures.
self.Skip('conformance/extensions/oes-texture-float-with-canvas.html',
['win', 'd3d9'], bug=896) # angle bug ID
self.Skip('conformance/extensions/oes-texture-half-float-with-canvas.html',
['win', 'd3d9'], bug=896) # angle bug ID
self.Fail('conformance/glsl/bugs/floor-div-cos-should-not-truncate.html',
['win', 'd3d9'], bug=1179) # angle bug ID
# WIN / D3D9 / Intel failures
self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment