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

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

Issue 1075443006: webgl: suppress tests failing on Win7 Release ATI GPU bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 e6351a630699af3ac4a207fff841274019ec3ca3..3331a7a3281ffff61847299a6655f24c8753398b 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -56,6 +56,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# Win / AMD failures
self.Fail('conformance/textures/texparameter-test.html',
['win', 'amd', 'd3d9'], bug=839) # angle bug ID
+ self.Fail('conformance/extensions/angle-instanced-arrays.html',
+ ['win', 'amd', 'd3d9'], bug=475095)
+ self.Fail('conformance/rendering/more-than-65536-indices.html',
+ ['win', 'amd', 'd3d9'], bug=475095)
# Win / D3D9 failures
# Skipping these tests because they're causing assertion failures.
« 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