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

Unified Diff: chrome/worker/worker_uitest.cc

Issue 1708011: Disable QueuedSharedWorkerShutdown because it's turned super flaky. (Closed)
Patch Set: delete tabs Created 10 years, 8 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: chrome/worker/worker_uitest.cc
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index 9d34b9d815120d520002849eb3831dd499485c08..fc7c276fe2296d144aafb53e90137a4669f30dc5 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -229,9 +229,9 @@ TEST_F(WorkerTest, WorkerContextGc) {
RunWorkerFastLayoutTest("worker-context-gc.html");
}
-// All kinds of crashes on Linux http://crbug.com/22898
-#if defined(OS_LINUX)
-#define WorkerContextMultiPort DISABLED_WorkerContextMultiPort
+// All kinds of crashes on Linux http://crbug.com/22898
+#if defined(OS_LINUX)
+#define WorkerContextMultiPort DISABLED_WorkerContextMultiPort
#endif
TEST_F(WorkerTest, WorkerContextMultiPort) {
@@ -555,7 +555,8 @@ TEST_F(WorkerTest, WorkerClose) {
ASSERT_TRUE(WaitForProcessCountToBe(1, 0));
}
-TEST_F(WorkerTest, QueuedSharedWorkerShutdown) {
+// http://crbug.com/42641
+TEST_F(WorkerTest, DISABLED_QueuedSharedWorkerShutdown) {
// Tests to make sure that queued shared workers are started up when
// shared workers shut down.
int max_workers_per_tab = WorkerService::kMaxWorkersPerTabWhenSeparate;
« 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