| Index: chrome/worker/worker_uitest.cc
|
| diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
|
| index 411f39c8acfae26009cca48d3d62195ad2f1dbd9..4944280221f6c488aa86fe46f883d039987b99c4 100644
|
| --- a/chrome/worker/worker_uitest.cc
|
| +++ b/chrome/worker/worker_uitest.cc
|
| @@ -281,15 +281,17 @@ TEST_F(WorkerTest, WorkerLocation) {
|
| RunWorkerFastLayoutTest("worker-location.html");
|
| }
|
|
|
| -TEST_F(WorkerTest, WorkerMapGc) {
|
| +// http://crbug.com/48082
|
| +TEST_F(WorkerTest, FAILS_WorkerMapGc) {
|
| RunWorkerFastLayoutTest("wrapper-map-gc.html");
|
| }
|
|
|
| -TEST_F(WorkerTest, FAILS_WorkerMessagePort) {
|
| +TEST_F(WorkerTest, WorkerMessagePort) {
|
| RunWorkerFastLayoutTest("worker-messageport.html");
|
| }
|
|
|
| -TEST_F(WorkerTest, WorkerMessagePortGC) {
|
| +// http://crbug.com/48082
|
| +TEST_F(WorkerTest, FAILS_WorkerMessagePortGC) {
|
| RunWorkerFastLayoutTest("worker-messageport-gc.html");
|
| }
|
|
|
| @@ -314,6 +316,7 @@ TEST_F(WorkerTest, WorkerReplaceSelf) {
|
| #define WorkerScriptError FLAKY_WorkerScriptError
|
| #endif
|
|
|
| +// http://crbug.com/48082
|
| TEST_F(WorkerTest, FAILS_WorkerScriptError) {
|
| RunWorkerFastLayoutTest("worker-script-error.html");
|
| }
|
| @@ -665,6 +668,7 @@ TEST_F(WorkerTest, QueuedSharedWorkerStartedFromOtherTab) {
|
| ASSERT_TRUE(WaitForProcessCountToBe(2, max_workers_per_tab+1));
|
| }
|
|
|
| -TEST_F(WorkerTest, OpenDatabaseSyncInputs) {
|
| +// http://crbug.com/48082
|
| +TEST_F(WorkerTest, FAILS_OpenDatabaseSyncInputs) {
|
| RunWorkerStorageLayoutTest("open-database-sync-inputs.html");
|
| }
|
|
|