| 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;
|
|
|