diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-22 22:52:58 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-22 22:52:58 +0000 |
commit | fc96aa4d6aab9c82112657efa00b1f15fd9562b1 (patch) | |
tree | 75896fc4573c85984982f558bacfb2498535d8ee /chrome/worker | |
parent | 05a1a8b829ab1795aae0666ce0b4dbf23f3bba59 (diff) | |
download | chromium_src-fc96aa4d6aab9c82112657efa00b1f15fd9562b1.zip chromium_src-fc96aa4d6aab9c82112657efa00b1f15fd9562b1.tar.gz chromium_src-fc96aa4d6aab9c82112657efa00b1f15fd9562b1.tar.bz2 |
Putting back tests that are excluded in bug 28808
BUG=28808
TEST=Run ui_tests
Review URL: http://codereview.chromium.org/502071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35180 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/worker')
-rw-r--r-- | chrome/worker/worker_uitest.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc index 51eca16..7b12e2d 100644 --- a/chrome/worker/worker_uitest.cc +++ b/chrome/worker/worker_uitest.cc @@ -180,13 +180,6 @@ TEST_F(WorkerTest, WorkerFastLayoutTests) { #define SharedWorkerFastLayoutTests FLAKY_SharedWorkerFastLayoutTests #endif -#if defined(OS_LINUX) && defined(TOOLKIT_VIEWS) -// These tests are flaky on linux/views builds. -// See http://crbug.com/28808. -#define MessagePorts FLAKY_MessagePorts -#define SharedWorkerFastLayoutTests FLAKY_SharedWorkerFastLayoutTests -#endif - TEST_F(WorkerTest, SharedWorkerFastLayoutTests) { static const char* kLayoutTestFiles[] = { "shared-worker-constructor.html", |