diff options
-rw-r--r-- | chrome/worker/worker_uitest.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc index 2b5a769..a184d49 100644 --- a/chrome/worker/worker_uitest.cc +++ b/chrome/worker/worker_uitest.cc @@ -66,11 +66,7 @@ TEST_F(WorkerTest, MultipleWorkers) { TEST_F(WorkerTest, WorkerFastLayoutTests) { static const char* kLayoutTestFiles[] = { "stress-js-execution.html", -#if defined(OS_WIN) - // Workers don't properly initialize the V8 stack guard. - // (http://code.google.com/p/chromium/issues/detail?id=21653). "use-machine-stack.html", -#endif "worker-call.html", // Disabled because cloning ports are too slow in Chromium to meet the // thresholds in this test. |