Commit 5eb77dd1 authored by Geoff Lang's avatar Geoff Lang Committed by Commit Bot

Update WebGL expectations for the passthrough command decoder.

TBR=zmo@chromium.org

BUG=602688

Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I4b7bf4b3e28c79fb2c64d730ea063fac0b7821cf
Reviewed-on: https://chromium-review.googlesource.com/531105
Commit-Queue: Geoff Lang <geofflang@chromium.org>
Reviewed-by: default avatarGeoff Lang <geofflang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#478631}
parent 130c37fb
...@@ -156,6 +156,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -156,6 +156,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['passthrough', 'opengl', 'intel'], bug=665521) ['passthrough', 'opengl', 'intel'], bug=665521)
# Passthrough command decoder / OpenGL / AMD # Passthrough command decoder / OpenGL / AMD
self.Fail('conformance/extensions/ext-sRGB.html',
['passthrough', 'opengl', 'amd'], bug=679696)
self.Fail('conformance/glsl/constructors/glsl-construct-mat2.html', self.Fail('conformance/glsl/constructors/glsl-construct-mat2.html',
['passthrough', 'opengl', 'amd'], bug=665521) ['passthrough', 'opengl', 'amd'], bug=665521)
self.Fail('conformance/glsl/constructors/' + self.Fail('conformance/glsl/constructors/' +
...@@ -170,6 +172,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -170,6 +172,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['passthrough', 'opengl', 'amd', 'linux'], bug=1007) # angle bug ID ['passthrough', 'opengl', 'amd', 'linux'], bug=1007) # angle bug ID
self.Fail('conformance/glsl/misc/struct-nesting-of-variable-names.html', self.Fail('conformance/glsl/misc/struct-nesting-of-variable-names.html',
['passthrough', 'opengl', 'amd', 'linux'], bug=665521) ['passthrough', 'opengl', 'amd', 'linux'], bug=665521)
self.Fail('conformance/renderbuffers/renderbuffer-initialization.html',
['passthrough', 'opengl', 'amd'], bug=1635) # angle bug ID
self.Fail('conformance/renderbuffers/framebuffer-state-restoration.html', self.Fail('conformance/renderbuffers/framebuffer-state-restoration.html',
['passthrough', 'opengl', 'amd'], bug=665521) ['passthrough', 'opengl', 'amd'], bug=665521)
self.Fail('conformance/uniforms/out-of-bounds-uniform-array-access.html', self.Fail('conformance/uniforms/out-of-bounds-uniform-array-access.html',
...@@ -374,11 +378,6 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -374,11 +378,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# Win / Intel / Passthrough command decoder # Win / Intel / Passthrough command decoder
self.Flaky('conformance/renderbuffers/framebuffer-state-restoration.html', self.Flaky('conformance/renderbuffers/framebuffer-state-restoration.html',
['win', 'intel', 'passthrough', 'd3d11'], bug=602688) ['win', 'intel', 'passthrough', 'd3d11'], bug=602688)
self.Fail('conformance/textures/misc/' +
'copytexsubimage2d-large-partial-copy-corruption.html',
['win', 'intel', 'passthrough', 'd3d11'], bug=602688)
self.Fail('conformance/textures/misc/copytexsubimage2d-subrects.html',
['win10', 'intel', 'passthrough', 'd3d11'], bug=685232)
# Mac failures # Mac failures
self.Flaky('conformance/extensions/oes-texture-float-with-video.html', self.Flaky('conformance/extensions/oes-texture-float-with-video.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