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

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

Issue 2639343002: Supress passthrough decoder WebGL failures. (Closed)
Patch Set: Created 3 years, 11 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 3f4bd58c611e0c2097e7641b0bde9497c05175a4..ba3663e422c125b573fe2889af5282e3fb0d84a4 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -343,6 +343,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
self.Fail('WebglExtension_OES_texture_float_linear',
['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID
+ self.Fail('WebglExtension_OES_element_index_uint',
+ ['win', 'passthrough', 'd3d11'], bug=671217) # angle bug ID
self.Fail('WebglExtension_OES_texture_half_float_linear',
['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID
« 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