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 d681ce38d38579ca4e78b899986b298fb8e47f18..688400b613f630a736660c556b5d1efdc73d7a94 100644 |
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
@@ -38,6 +38,11 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations): |
self.Fail('conformance/rendering/negative-one-index.html', |
['win'], bug=396058) |
+ # Win D3D9 failures (unfortunately can not target just this |
+ # configuration with test expectations) |
+ self.Fail('conformance/extensions/angle-instanced-arrays.html', |
+ ['win'], bug=401713) |
+ |
# Win7 / Intel failures |
self.Fail('conformance/rendering/gl-scissor-test.html', |
['win7', 'intel'], bug=314997) |
@@ -49,8 +54,6 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations): |
['win7', 'intel'], bug=372511) |
self.Fail('conformance/glsl/misc/shader-with-array-of-structs-uniform.html', |
['win7', 'intel', 'nvidia'], bug=373972) |
- self.Fail('conformance/extensions/angle-instanced-arrays.html', |
- ['win7', 'intel'], bug=398337) |
# Mac failures |
self.Fail('conformance/glsl/misc/shader-struct-scope.html', |