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

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

Issue 1916653002: Suppress ContextLost.WebGLContextLostFromGPUProcessExit flakes on Win7. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/context_lost_expectations.py
diff --git a/content/test/gpu/gpu_tests/context_lost_expectations.py b/content/test/gpu/gpu_tests/context_lost_expectations.py
index a5713fe868dd7fe385a2dfdcda4854aa4ebb3a23..cf80d118c1453d96a6a00bab1f5169c0eb7be179 100644
--- a/content/test/gpu/gpu_tests/context_lost_expectations.py
+++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
@@ -16,6 +16,10 @@ class ContextLostExpectations(GpuTestExpectations):
self.Fail('ContextLost.WebGLContextLostFromGPUProcessExit',
['linux', ('amd', 0x6779)], bug=479975)
+ # Win7 bots
+ self.Flaky('ContextLost.WebGLContextLostFromGPUProcessExit',
+ ['win7'], bug=603329)
+
# Win8 Release and Debug NVIDIA bots.
self.Skip('ContextLost.WebGLContextLostFromSelectElement',
['win8', 'nvidia'], bug=524808)
« 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