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 e7b4ff9d04295dfd83a029409996310959168461..9ce0ecd7a3989798d0f3e663cc87a7d828aa7dfd 100644 |
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
@@ -109,6 +109,16 @@ class WebGLConformanceExpectations(GpuTestExpectations): |
self.Fail('deqp/data/gles2/shaders/swizzles.html', |
['win', 'amd', 'opengl'], bug=1007) # angle bug ID |
+ # Win / OpenGL / Intel failures |
+ self.Fail('conformance/extensions/webgl-draw-buffers.html', |
+ ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
+ self.Fail('conformance/glsl/functions/glsl-function-normalize.html', |
+ ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
+ self.Fail('conformance/glsl/misc/shader-struct-scope.html', |
+ ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
+ self.Fail('conformance/uniforms/uniform-default-values.html', |
+ ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
+ |
# Mac failures |
self.Fail('conformance/glsl/misc/shaders-with-invariance.html', |
['mac'], bug=421710) |