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

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

Issue 2555033002: Supress WebGL test failures in the passthrough cmd buffer. (Closed)
Patch Set: Created 4 years 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 7a6d1718cd2dd70d0e678149cd7b8b257085d27b..f725aa413df8e5efc27eb81e5a397494e4c2cd73 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -289,6 +289,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'passthrough', 'd3d11'], bug=602688)
self.Fail('conformance/renderbuffers/framebuffer-test.html',
['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
+ self.Fail('conformance/renderbuffers/renderbuffer-initialization.html',
+ ['win', 'passthrough', 'd3d11'], bug=1635) # angle bug ID
self.Fail('conformance/rendering/draw-arrays-out-of-bounds.html',
['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
self.Fail('conformance/rendering/draw-elements-out-of-bounds.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