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

Unified Diff: content/worker/test/worker_uitest.cc

Issue 8511073: More worker ui test supressions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/worker/test/worker_uitest.cc
diff --git a/content/worker/test/worker_uitest.cc b/content/worker/test/worker_uitest.cc
index 5dbcb059b5c54a9671f03d7a9393a59dcc1c96f6..3c6f105eff34af4616251034d400690c3aacb50d 100644
--- a/content/worker/test/worker_uitest.cc
+++ b/content/worker/test/worker_uitest.cc
@@ -267,7 +267,7 @@ TEST_F(WorkerTest, UseMachineStack) {
RunWorkerFastLayoutTest("use-machine-stack.html");
}
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(OS_LINUX)
// http://crbug.com/101996
#define WorkerCall FLAKY_WorkerCall
#endif
@@ -281,7 +281,7 @@ TEST_F(WorkerTest, DISABLED_WorkerClonePort) {
RunWorkerFastLayoutTest("worker-cloneport.html");
}
-#if defined(OS_MACOSX) || defined(OS_WIN)
+#if defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_LINUX)
// http://crbug.com/101996
#define WorkerCloseFast FLAKY_WorkerCloseFast
#endif
@@ -361,7 +361,7 @@ TEST_F(WorkerTest, WorkerMessagePort) {
RunWorkerFastLayoutTest("worker-messageport.html");
}
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(OS_LINUX)
// http://crbug.com/101996 (started flaking with WebKit roll 98537:98582).
#define WorkerMessagePortGC FLAKY_WorkerMessagePortGC
#endif
@@ -386,7 +386,7 @@ TEST_F(WorkerTest, WorkerReplaceGlobalConstructor) {
RunWorkerFastLayoutTest("worker-replace-global-constructor.html");
}
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(OS_LINUX)
// http://crbug.com/101996 (started flaking with WebKit roll 98537:98582).
#define WorkerReplaceSelf FLAKY_WorkerReplaceSelf
#endif
« 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