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

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

Issue 2562453002: Supress WebGL framebuffer-state-restoration 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 8c683965fb7b47b69b3fbf07ea39764ab6d2c738..66209e343f91d5f7d9433e1e25bf630ba0524828 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -314,6 +314,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
['win', 'passthrough', 'd3d11'], bug=602688)
+ self.Fail('conformance/renderbuffers/framebuffer-state-restoration.html',
+ ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
self.Fail('conformance/renderbuffers/framebuffer-test.html',
['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID
self.Fail('conformance/renderbuffers/renderbuffer-initialization.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