summaryrefslogtreecommitdiffstats
path: root/chrome/worker
diff options
context:
space:
mode:
authordglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 19:49:04 +0000
committerdglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 19:49:04 +0000
commit9fc436093687a42421609b78aa98765be12dc58a (patch)
tree048fe01dda4b2b4d6f321c8af6453bced7ef1e99 /chrome/worker
parent302bfc2a50ee155e3820f580ef2b0ab3fb068268 (diff)
downloadchromium_src-9fc436093687a42421609b78aa98765be12dc58a.zip
chromium_src-9fc436093687a42421609b78aa98765be12dc58a.tar.gz
chromium_src-9fc436093687a42421609b78aa98765be12dc58a.tar.bz2
Disable WorkerTest::WorkerFastLayoutTests
TBR=atwilson BUG=20822 TEST=none Review URL: http://codereview.chromium.org/183034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25076 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/worker')
-rw-r--r--chrome/worker/worker_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index 965036d..5db5dd9 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -35,7 +35,7 @@ TEST_F(WorkerTest, MultipleWorkers) {
RunTest(L"multi_worker.html");
}
-TEST_F(WorkerTest, WorkerFastLayoutTests) {
+TEST_F(WorkerTest, DISABLED_WorkerFastLayoutTests) {
static const char* kLayoutTestFiles[] = {
"stress-js-execution.html",
"use-machine-stack.html",