diff options
author | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-07 17:54:22 +0000 |
---|---|---|
committer | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-07 17:54:22 +0000 |
commit | 1ff6e2ea29e44db2d10555b09490923f98d4c033 (patch) | |
tree | 416db6d8a643b465b3d39aba955d3ddcc999151f /content/test | |
parent | 89cbdec5a06d49c77a1f33e2ffc4986fd03deb06 (diff) | |
download | chromium_src-1ff6e2ea29e44db2d10555b09490923f98d4c033.zip chromium_src-1ff6e2ea29e44db2d10555b09490923f98d4c033.tar.gz chromium_src-1ff6e2ea29e44db2d10555b09490923f98d4c033.tar.bz2 |
Suppressed conformance/extensions/angle-instanced.arrays.html on Win/Intel.
BUG=398337
NOTRY=true
TBR=zmo@chromium.org
Review URL: https://codereview.chromium.org/449103002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test')
-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 1ad4ee3..d681ce3 100644 --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py @@ -49,6 +49,8 @@ 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', |