summaryrefslogtreecommitdiffstats
path: root/content/worker
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-14 08:54:23 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-14 08:54:23 +0000
commitbc6fc64d8692440763ba8c465634c58a355823bf (patch)
tree19231a5c457f2149beb3ac55c4691701c9a46031 /content/worker
parent8b9d63b67261d9c714fc567e5f15b6604b3a8299 (diff)
downloadchromium_src-bc6fc64d8692440763ba8c465634c58a355823bf.zip
chromium_src-bc6fc64d8692440763ba8c465634c58a355823bf.tar.gz
chromium_src-bc6fc64d8692440763ba8c465634c58a355823bf.tar.bz2
Disable WorkerTest.LimitTotal on Mac
BUG=28445, 88958 TEST=none TBR=jam Review URL: http://codereview.chromium.org/7368001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
-rw-r--r--content/worker/test/worker_uitest.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/content/worker/test/worker_uitest.cc b/content/worker/test/worker_uitest.cc
index e75af6d..aaad400 100644
--- a/content/worker/test/worker_uitest.cc
+++ b/content/worker/test/worker_uitest.cc
@@ -577,7 +577,10 @@ TEST_F(WorkerTest, MAYBE_LimitPerPage) {
// Doesn't crash, but on all platforms, it sometimes fails.
// Flaky on all platforms: http://crbug.com/28445
#if defined(OS_LINUX)
-// Hangs on Linux: http://30332
+// Hangs on Linux: http://crbug.com/30332
+#define FLAKY_LimitTotal DISABLED_LimitTotal
+#elif defined(OS_MAC)
+// Possibly causing ui_tests to hang on Mac: http://crbug.com/88958
#define FLAKY_LimitTotal DISABLED_LimitTotal
#endif
TEST_F(WorkerTest, FLAKY_LimitTotal) {