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

Unified Diff: chrome/worker/worker_uitest.cc

Issue 460071: Mark a test as flaky that failed for 1/2 of yesterday on one bot. Doing fine... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years 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: chrome/worker/worker_uitest.cc
===================================================================
--- chrome/worker/worker_uitest.cc (revision 33812)
+++ chrome/worker/worker_uitest.cc (working copy)
@@ -336,6 +336,10 @@
#if defined(OS_LINUX)
// Fails (crashes) on Linux Tests: http://crbug.com/28445
#define LimitTotal DISABLED_LimitTotal
+#elif defined(OS_MACOSX)
+// Doesn't crash, but on Mac it sometimes fails for a few runs in a row,
+// http://crbug.com/28445
+#define LimitTotal FLAKY_LimitTotal
#endif
TEST_F(WorkerTest, LimitTotal) {
« 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