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

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

Issue 1176723002: Suppress ContextLost.WebGLContextLostFromSelectElement flakes on OS X 10.7. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 e5c6a6cf57e1ced46036343f666b77315c7ac7bb..c5b584da552ffc9262b8520813d5192657335a37 100644
--- a/content/test/gpu/gpu_tests/context_lost_expectations.py
+++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
@@ -19,3 +19,7 @@ class ContextLostExpectations(GpuTestExpectations):
# Mac 10.8 (ideally should restrict this to Debug, too)
self.Fail('ContextLost.WebGLContextLostFromSelectElement',
['mountainlion'], bug=497411)
+
+ # Flaky on Mac 10.7 (ideally should restrict this to Debug, too)
+ self.Fail('ContextLost.WebGLContextLostFromSelectElement',
+ ['lion'], bug=498149)
« 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