Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Issue 455503002: Expanded suppression for conformance/extensions/angle-instanced-arrays.html. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698