Index: chrome/worker/worker_uitest.cc |
=================================================================== |
--- chrome/worker/worker_uitest.cc (revision 27112) |
+++ chrome/worker/worker_uitest.cc (working copy) |
@@ -36,7 +36,7 @@ |
} |
// This fails on all platforms. Disable it for now. See http://crbug.com/22942 |
dglazkov
2009/09/24 20:10:20
Probably need to remove this comment?
|
-TEST_F(WorkerTest, DISABLED_WorkerFastLayoutTests) { |
+TEST_F(WorkerTest, WorkerFastLayoutTests) { |
static const char* kLayoutTestFiles[] = { |
"stress-js-execution.html", |
#if defined(OS_WIN) |
@@ -61,7 +61,8 @@ |
// "worker-lifecycle.html", |
"worker-location.html", |
"worker-messageport.html", |
- "worker-messageport-gc.html", |
+ // Disabled after r27089 (WebKit merge), http://crbug.com/22947 |
+ // "worker-messageport-gc.html", |
"worker-multi-port.html", |
"worker-navigator.html", |
"worker-replace-global-constructor.html", |