From 5183e5496b8dda4b724f12f2351871b9fcf9820c Mon Sep 17 00:00:00 2001 From: "bajones@chromium.org" Date: Thu, 15 May 2014 23:23:49 +0000 Subject: Marked shader-with-array-of-structs-uniform.html as failing on Win/Intel BUG=373972 TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/291533003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270848 0039d316-1c4b-4281-b951-d872f2087c98 --- content/test/gpu/gpu_tests/webgl_conformance_expectations.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/test/gpu') 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 -- cgit v1.1