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

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

Issue 2620133005: Supress failures on the passthrough command buffer with Intel. (Closed)
Patch Set: Update test names. 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 a974f6c82204a4d88660a166b820d1318652d663..a7325aba5451ec4ab756236ae0f806fce634ad97 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -327,8 +327,13 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID
# Win / Intel / Passthrough command decoder
+ self.Flaky('conformance/renderbuffers/framebuffer-state-restoration.html',
+ ['win', 'intel', 'passthrough', 'd3d11'], bug=602688)
self.Fail('conformance/renderbuffers/renderbuffer-initialization.html',
['win', 'intel', 'passthrough', 'd3d11'], bug=1635) # angle bug ID
+ self.Fail('conformance/textures/misc/' +
+ 'copytexsubimage2d-large-partial-copy-corruption.html',
+ ['win', 'intel', 'passthrough', 'd3d11'], bug=602688)
# Mac failures
self.Flaky('conformance/extensions/oes-texture-float-with-video.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