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

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

Issue 2331843005: WebGL CTS: Mark Win/AMD/ANGLE+OpenGL as flaky. (Closed)
Patch Set: Created 4 years, 3 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 d0f55e0cc68a46ebe9e1b1debc203aac6baf9aa1..3e830ef282c4eb089463a03a48331e09045617c7 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -182,6 +182,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/rendering/clipping-wide-points.html',
['win', 'amd', 'opengl'], bug=1506) # angle bug ID
+ # Mark ANGLE's OpenGL as flaky on Windows Amd
+ self.Flaky('conformance/*', ['win', 'amd', 'opengl'], bug=582083)
+
# Win / OpenGL / Intel failures
self.Fail('conformance/glsl/functions/glsl-function-normalize.html',
['win', 'intel', 'opengl'], bug=1007) # angle bug ID
« 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