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

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

Issue 2152283004: Abort ContextLost.WebGLContextLostFromQuantity if context creation fails. (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 | « content/test/gpu/gpu_tests/context_lost.py ('k') | 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 b207215d97a6bb10d602e9ae60a4fd1a8e520c3f..0f0c4f9457138e3a0b33ff4e2775a7b80e76c958 100644
--- a/content/test/gpu/gpu_tests/context_lost_expectations.py
+++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
@@ -28,6 +28,12 @@ class ContextLostExpectations(GpuTestExpectations):
self.Skip('ContextLost.WebGLContextLostFromSelectElement',
['win8', 'nvidia'], bug=524808)
+ # Flaky 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)
+
# Flaky on Mac 10.7 and 10.8 resulting in crashes during browser
# startup, so skip this test in those configurations.
self.Skip('ContextLost.WebGLContextLostFromSelectElement',
« no previous file with comments | « content/test/gpu/gpu_tests/context_lost.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698