diff options
author | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-16 00:28:48 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-16 00:28:48 +0000 |
commit | 46b7ab77574097df6b9cff4dfaaaaa8fc6148919 (patch) | |
tree | 31765a38115f234d9ef46a7d65e1ff644f0a0b50 | |
parent | 2231819359ed105168b189b375dd2e502b635e6d (diff) | |
download | chromium_src-46b7ab77574097df6b9cff4dfaaaaa8fc6148919.zip chromium_src-46b7ab77574097df6b9cff4dfaaaaa8fc6148919.tar.gz chromium_src-46b7ab77574097df6b9cff4dfaaaaa8fc6148919.tar.bz2 |
Disable running layout tests worker-constructor.html and worker-redirect.html in UI test frameworker in preparation to checkin the fix for WebKit bug 25151 (https://bugs.webkit.org/show_bug.cgi?id=25151). I will reenable the tests once the corresponding V8 change is landed.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/155544
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20827 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/worker/worker_uitest.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc index 9e76d08..43b7148 100644 --- a/chrome/worker/worker_uitest.cc +++ b/chrome/worker/worker_uitest.cc @@ -9,7 +9,6 @@ #include "base/string_util.h" #include "chrome/browser/worker_host/worker_service.h" #include "chrome/common/chrome_paths.h" -#include "chrome/common/chrome_switches.h" #include "chrome/test/automation/browser_proxy.h" #include "chrome/test/automation/tab_proxy.h" #include "chrome/test/ui/ui_test.h" @@ -284,7 +283,7 @@ TEST_F(WorkerTest, WorkerFastLayoutTests) { "stress-js-execution.html", "use-machine-stack.html", "worker-close.html", - "worker-constructor.html", + //"worker-constructor.html", "worker-context-gc.html", "worker-event-listener.html", "worker-gc.html", @@ -312,7 +311,7 @@ TEST_F(WorkerTest, DISABLED_WorkerHttpLayoutTests) { static const char* kLayoutTestFiles[] = { "text-encoding.html", "worker-importScripts.html", - "worker-redirect.html", + //"worker-redirect.html", }; FilePath http_test_dir; |