summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-30 00:52:52 +0000
committerhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-30 00:52:52 +0000
commit347aa1e03a4f65233b76c5d58c4111f82030a803 (patch)
tree92d01b7d09c749df5230541e6cbca03cb3a50ccc /chrome
parent4d023b86e67eea53d3a07dda4a516a1e74eeb69d (diff)
downloadchromium_src-347aa1e03a4f65233b76c5d58c4111f82030a803.zip
chromium_src-347aa1e03a4f65233b76c5d58c4111f82030a803.tar.gz
chromium_src-347aa1e03a4f65233b76c5d58c4111f82030a803.tar.bz2
Disable WorkerTest.WorkerFastLayoutTests.
BUG=23391 TEST=None Review URL: http://codereview.chromium.org/255014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27579 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/worker/worker_uitest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index acafcc6..e1d35e6 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -41,7 +41,9 @@ TEST_F(WorkerTest, MultipleWorkers) {
#define WorkerFastLayoutTests DISABLED_WorkerFastLayoutTests
#endif
-TEST_F(WorkerTest, WorkerFastLayoutTests) {
+// WorkerFastLayoutTests failed on all platforms since r27553.
+// http://crbug.com/23391
+TEST_F(WorkerTest, DISABLED_WorkerFastLayoutTests) {
static const char* kLayoutTestFiles[] = {
"stress-js-execution.html",
#if defined(OS_WIN)