| Index: chrome/worker/worker_uitest.cc
|
| diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
|
| index 793f8893f900ed416ed1479ccd620bb4677cfdf1..66c8ce42c30ecfc8fb9a627862e13a458184e0ab 100644
|
| --- a/chrome/worker/worker_uitest.cc
|
| +++ b/chrome/worker/worker_uitest.cc
|
| @@ -119,22 +119,22 @@ TEST_F(WorkerTest, WorkerFastLayoutTests) {
|
| TEST_F(WorkerTest, SharedWorkerFastLayoutTests) {
|
| static const char* kLayoutTestFiles[] = {
|
| "shared-worker-constructor.html",
|
| - // Enable remaining SharedWorker tests when functionality is
|
| - // complete (http://crbug.com/26899)
|
| "shared-worker-context-gc.html",
|
| "shared-worker-event-listener.html",
|
| - //"shared-worker-exception.html",
|
| - //"shared-worker-frame-lifecycle.html",
|
| + "shared-worker-exception.html",
|
| "shared-worker-gc.html",
|
| + // Lifecycle tests rely on layoutTestController.workerThreadCount which is
|
| + // not currently implemented.
|
| + //"shared-worker-frame-lifecycle.html",
|
| //"shared-worker-lifecycle.html",
|
| "shared-worker-load-error.html",
|
| "shared-worker-location.html",
|
| - //"shared-worker-name.html",
|
| + "shared-worker-name.html",
|
| "shared-worker-navigator.html",
|
| "shared-worker-replace-global-constructor.html",
|
| "shared-worker-replace-self.html",
|
| "shared-worker-script-error.html",
|
| - //"shared-worker-shared.html",
|
| + "shared-worker-shared.html",
|
| "shared-worker-simple.html",
|
| };
|
|
|
|
|