diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 04:15:36 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 04:15:36 +0000 |
commit | 7657947d3efae4662ff3d643106776fbbf6459fb (patch) | |
tree | 77747b5f12c91df0d52a38723bda11ecbdc4061a /chrome/worker | |
parent | b220d13f23af9b126102f407e6d17e804023fd98 (diff) | |
download | chromium_src-7657947d3efae4662ff3d643106776fbbf6459fb.zip chromium_src-7657947d3efae4662ff3d643106776fbbf6459fb.tar.gz chromium_src-7657947d3efae4662ff3d643106776fbbf6459fb.tar.bz2 |
Enable a lot of WorkerTest.WorkerFastLayoutTests and comment out
the only test that is failing. (The test is still being investigated
but it is good to keep as much running as possible.)
BUG=23391
TEST=Enabling tests.
Review URL: http://codereview.chromium.org/266035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28518 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/worker')
-rw-r--r-- | chrome/worker/worker_uitest.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc index 633bc63..bc3924e 100644 --- a/chrome/worker/worker_uitest.cc +++ b/chrome/worker/worker_uitest.cc @@ -47,9 +47,7 @@ TEST_F(WorkerTest, MultipleWorkers) { #define WorkerFastLayoutTests DISABLED_WorkerFastLayoutTests #endif -// WorkerFastLayoutTests failed on all platforms since r27553. -// http://crbug.com/23391 -TEST_F(WorkerTest, DISABLED_WorkerFastLayoutTests) { +TEST_F(WorkerTest, WorkerFastLayoutTests) { static const char* kLayoutTestFiles[] = { "stress-js-execution.html", #if defined(OS_WIN) @@ -80,7 +78,8 @@ TEST_F(WorkerTest, DISABLED_WorkerFastLayoutTests) { "worker-navigator.html", "worker-replace-global-constructor.html", "worker-replace-self.html", - "worker-script-error.html", + // Disabled afer r27553 (WebKit merge), http://crbug.com/23391 + // "worker-script-error.html", "worker-terminate.html", "worker-timeout.html" }; |