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

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

Issue 2159983002: Skip ContextLost.WebGLContextLostFromQuantity on Win Debug. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 0f0c4f9457138e3a0b33ff4e2775a7b80e76c958..81bb7d25120814ac488b6ec1d98ce26e25715fbe 100644
--- a/content/test/gpu/gpu_tests/context_lost_expectations.py
+++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
@@ -28,11 +28,13 @@ class ContextLostExpectations(GpuTestExpectations):
self.Skip('ContextLost.WebGLContextLostFromSelectElement',
['win8', 'nvidia'], bug=524808)
- # Flaky on Win x64 Debug bot.
+ # Flakily timing out on Win x64 Debug bot.
# Unfortunately we can't identify this separately from the 32-bit bots.
- # Try marking it flaky to see if this works around the problem.
- self.Flaky('ContextLost.WebGLContextLostFromQuantity',
- ['win', 'debug'], bug=628697)
+ # Also unfortunately, the flaky retry mechanism doesn't work well in
+ # this harness if the test times out. Skip it on this configuration for
+ # now.
+ self.Skip('ContextLost.WebGLContextLostFromQuantity',
+ ['win', 'debug'], bug=628697)
# Flaky on Mac 10.7 and 10.8 resulting in crashes during browser
# startup, so skip this test in those configurations.
« 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