diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-16 18:39:12 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-16 18:39:12 +0000 |
commit | 65ec1925d1669521e60528fa8f976694565bcef7 (patch) | |
tree | 6c07ec54751c992a6bb603dcadecc3864f4d449b /chrome/worker | |
parent | d928beb3d2686e5da823225f9160e0659933b038 (diff) | |
download | chromium_src-65ec1925d1669521e60528fa8f976694565bcef7.zip chromium_src-65ec1925d1669521e60528fa8f976694565bcef7.tar.gz chromium_src-65ec1925d1669521e60528fa8f976694565bcef7.tar.bz2 |
Disabling WorkerFastLayoutTests0 since it is now failing on Windows also.
BUG=35867
TEST=None
TBR=levin
Review URL: http://codereview.chromium.org/600143
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39105 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/worker')
-rw-r--r-- | chrome/worker/worker_uitest.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc index d0df8da..cdf5e1c 100644 --- a/chrome/worker/worker_uitest.cc +++ b/chrome/worker/worker_uitest.cc @@ -218,12 +218,13 @@ TEST_F(WorkerTest, SharedWorkerHttpAuth) { // Crashy on Linux and Mac, see http://crbug.com/28445, http://crbug.com/22898, // http://crbug.com/35023. #if defined(OS_LINUX) || defined(OS_MACOSX) -#define WorkerFastLayoutTests0 DISABLED_WorkerFastLayoutTests0 #define WorkerFastLayoutTests1 DISABLED_WorkerFastLayoutTests1 #define WorkerFastLayoutTests2 DISABLED_WorkerFastLayoutTests2 #endif -TEST_F(WorkerTest, WorkerFastLayoutTests0) { +// Failing on Windows, see http://crbug.com/35867. Crashy on Linux and Mac, +// see http://crbug.com/28445, http://crbug.com/22898, http://crbug.com/35023. +TEST_F(WorkerTest, DISABLED_WorkerFastLayoutTests0) { SCOPED_TRACE(""); RunWorkerFastLayoutTests(0); } |