Commit 982d9727 authored by Geoff Lang's avatar Geoff Lang Committed by Commit Bot

Update WebGL expectations for the passthrough cmd decoder.

TBR=zmo@chromium.org
NOTRY=true

BUG=668223

Change-Id: Ib4e0e2993c285b7edfa9e443d63fdefdcd28986d
Reviewed-on: https://chromium-review.googlesource.com/570668Reviewed-by: default avatarGeoff Lang <geofflang@chromium.org>
Commit-Queue: Geoff Lang <geofflang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#486446}
parent b6bd20af
...@@ -196,19 +196,11 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -196,19 +196,11 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('deqp/*', ['win', 'intel', 'd3d11'], bug=628395) self.Flaky('deqp/*', ['win', 'intel', 'd3d11'], bug=628395)
# Passthrough command decoder / D3D11 # Passthrough command decoder / D3D11
self.Fail('conformance/glsl/misc/shaders-with-name-conflicts.html', self.Fail('conformance2/textures/misc/' +
['win', 'passthrough', 'd3d11'], bug=602688)
self.Skip('conformance2/textures/misc/' +
'copy-texture-image-webgl-specific.html', 'copy-texture-image-webgl-specific.html',
['win', 'passthrough', 'd3d11'], bug=602688) ['win', 'passthrough', 'd3d11'], bug=602688)
self.Skip('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
['win', 'passthrough', 'd3d11'], bug=602688)
self.Fail('conformance/reading/read-pixels-test.html',
['win', 'passthrough', 'd3d11'], bug=602688)
self.Fail('conformance/textures/misc/copy-tex-image-and-sub-image-2d.html', self.Fail('conformance/textures/misc/copy-tex-image-and-sub-image-2d.html',
['win', 'passthrough', 'd3d11'], bug=602688) ['win', 'passthrough', 'd3d11'], bug=602688)
self.Fail('deqp/functional/gles3/shaderstruct.html', self.Fail('deqp/functional/gles3/shaderstruct.html',
['win', 'passthrough', 'd3d11'], bug=602688) ['win', 'passthrough', 'd3d11'], bug=602688)
......
...@@ -114,8 +114,6 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -114,8 +114,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# Passthrough command decoder # Passthrough command decoder
self.Fail('conformance/extensions/webgl-draw-buffers.html', self.Fail('conformance/extensions/webgl-draw-buffers.html',
['passthrough'], bug=1523) # angle bug ID ['passthrough'], bug=1523) # angle bug ID
self.Fail('conformance/glsl/misc/shaders-with-name-conflicts.html',
['passthrough'], bug=1639) # angle bug ID
# Passthrough command decoder / OpenGL # Passthrough command decoder / OpenGL
self.Fail('conformance/buffers/buffer-uninitialized.html', self.Fail('conformance/buffers/buffer-uninitialized.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