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

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

Issue 1642103002: WebGL CTS: Mark Win/Nvidia/ANGLE+OpenGL as flaky. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 b0c4c7518a5e77006ec30e4c0b6b085a5cbdd143..70ab7acfb50f8e0e2a1163db7dde1fc3e2b2c9a0 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -85,6 +85,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# Win / OpenGL / NVIDIA failures
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
['win', 'nvidia', 'opengl'], bug=1007) # angle bug ID
+ # Mark ANGLE's OpenGL as flaky on Windows Nvidia
+ self.Flaky('conformance/*', ['win', 'nvidia', 'opengl'], bug=582083)
# Win / OpenGL / AMD failures
self.Skip('conformance/glsl/misc/shader-struct-scope.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