diff options
author | bajones@chromium.org <bajones@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-15 23:23:49 +0000 |
---|---|---|
committer | bajones@chromium.org <bajones@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-15 23:23:49 +0000 |
commit | 5183e5496b8dda4b724f12f2351871b9fcf9820c (patch) | |
tree | 305f7482accf485c3a1e1dea84442beb4879923b /content/test/gpu | |
parent | e1b51774547a51c401a0f3ae7ab28c55d06f66b8 (diff) | |
download | chromium_src-5183e5496b8dda4b724f12f2351871b9fcf9820c.zip chromium_src-5183e5496b8dda4b724f12f2351871b9fcf9820c.tar.gz chromium_src-5183e5496b8dda4b724f12f2351871b9fcf9820c.tar.bz2 |
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
Diffstat (limited to 'content/test/gpu')
-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 |