Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
index caaa615d77074fd4a2dc3ae49992d8e545faf430..fa098ab357b74d9fa3bfdb14bfacb05b923628b1 100644 |
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
@@ -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', |