diff options
| -rw-r--r-- | content/test/gpu/gpu_tests/webgl_conformance_expectations.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py index 6ded377..05ff689 100644 --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py @@ -45,6 +45,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations): ['win7', 'intel']) self.Fail('conformance/rendering/gl-viewport-test.html', ['win7', 'intel'], bug=372511) + self.Fail('conformance/glsl/misc/shader-with-array-of-structs-uniform.html', + ['win7', 'intel', 'nvidia'], bug=373972) # Mac / Intel failures # Radar 13499466 |
