Commit c1162b1f authored by geofflang's avatar geofflang Committed by Commit bot

Update WebGL CTS expectations to skip AMD and Intel OpenGL on Windows.

BUG=490149

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

Cr-Commit-Position: refs/heads/master@{#333744}
parent 4ebae701
......@@ -147,6 +147,16 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'opengl'], bug=1007) # angle bug ID
self.Fail('conformance/textures/tex-image-canvas-corruption.html',
['win', 'opengl'], bug=1007) # angle bug ID
self.Fail('deqp/data/gles2/shaders/conditionals.html',
['win', 'opengl'], bug=1007) # angle bug ID
self.Fail('deqp/data/gles2/shaders/conversions.html',
['win', 'opengl'], bug=1007) # angle bug ID
self.Fail('deqp/data/gles2/shaders/qualification_order.html',
['win', 'opengl'], bug=1007) # angle bug ID
# Skip all WebGL CTS on OpenGL+AMD/Intel
self.Skip('*', ['win', 'opengl', 'amd'], bug=1007) # angle bug ID
self.Skip('*', ['win', 'opengl', 'intel'], bug=1007) # angle bug ID
# Mac failures
self.Fail('conformance/glsl/misc/shaders-with-invariance.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