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

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

Issue 2462723002: WebGL: Mark half float test fail on Win new AMD. (Closed)
Patch Set: Created 4 years, 2 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 d73a12411c1944ec3a676296ebee11543ccb6d7f..132ca31d39b5b290e927b49aeaaaa6cc160654b1 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -151,7 +151,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# Win AMD failures
# This test is probably flaky on all AMD, but only visible on the
# new AMD (the whole test suite is flaky on the old config).
- self.Flaky('conformance/extensions/oes-texture-half-float.html',
+ # Mark as Fail since it often flakes in all 3 retries
+ self.Fail('conformance/extensions/oes-texture-half-float.html',
['win', ('amd', 0x6613)], bug=653533)
# Win / AMD D3D9 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