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

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

Issue 2629763002: Try to mark ContextLost_WebGLContextLostFromGPUProcessExit flaky again. (Closed)
Patch Set: Created 3 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/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 e7443e3611947df31c8606d37ae745c898f86e26..1b201a5a61352a5905f0c79d8db89a0d6acd1b74 100644
--- a/content/test/gpu/gpu_tests/context_lost_expectations.py
+++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
@@ -17,12 +17,8 @@ class ContextLostExpectations(GpuTestExpectations):
['linux', ('amd', 0x6779)], bug=479975)
# Win7 bots
- # Related bug: http://crbug.com/603329 .
- # Flaky retries aren't working well in this case. Need to shut
- # down the browser between runs. This will be done in the new test
- # harness (http://crbug.com/352807).
- self.Fail('ContextLost_WebGLContextLostFromGPUProcessExit',
- ['win7'], bug=619196)
+ self.Flaky('ContextLost_WebGLContextLostFromGPUProcessExit',
+ ['win7'], bug=603329)
# Win8 Release and Debug NVIDIA bots.
self.Skip('ContextLost_WebGLContextLostFromSelectElement',
« 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