summaryrefslogtreecommitdiffstats
path: root/chrome/worker/worker_uitest.cc
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-21 20:25:08 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-21 20:25:08 +0000
commitd6393755b19a3d6337b6c7a5a30ff7f64661995e (patch)
tree904cc7e45582a489de015b75cf7de198a1b0ec3c /chrome/worker/worker_uitest.cc
parent840da55a87590507054a43cc550718022eef86b8 (diff)
downloadchromium_src-d6393755b19a3d6337b6c7a5a30ff7f64661995e.zip
chromium_src-d6393755b19a3d6337b6c7a5a30ff7f64661995e.tar.gz
chromium_src-d6393755b19a3d6337b6c7a5a30ff7f64661995e.tar.bz2
Disable WorkerFastLayoutTests on all platforms instead
of just Linux, because it keeps failing on Windows too. BUG=22780 Review URL: http://codereview.chromium.org/300040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/worker/worker_uitest.cc')
-rw-r--r--chrome/worker/worker_uitest.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index 1a5de91..b517564 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -58,12 +58,7 @@ TEST_F(WorkerTest, MultipleWorkers) {
RunTest(L"multi_worker.html");
}
-// WorkerFastLayoutTests works on the linux try servers.
-#if defined(OS_LINUX)
-#define WorkerFastLayoutTests DISABLED_WorkerFastLayoutTests
-#endif
-
-TEST_F(WorkerTest, WorkerFastLayoutTests) {
+TEST_F(WorkerTest, DISABLED_WorkerFastLayoutTests) {
static const char* kLayoutTestFiles[] = {
"stress-js-execution.html",
"use-machine-stack.html",