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

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

Issue 2398923004: WebGL: Mark half float test flaky on Win/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 948c53e2c3e202990dd9595234953ff5f6c1d508..bc1abdd306ba6511716c08cb09634fb3b0f7f942 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -149,6 +149,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419)
# 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',
+ ['win', ('amd', 0x6613)], bug=653533)
# Win / AMD D3D9 failures
self.Fail('conformance/extensions/angle-instanced-arrays.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