diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-29 17:47:14 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-29 17:47:14 +0000 |
commit | 6d0e9ecbcb06eedf6a5937c022eae7f4af673f04 (patch) | |
tree | 15bfde0b2ae50e97dd4264f4ef1db865295b1ca4 /content/worker/DEPS | |
parent | 6d610bbe20885750ca2e689af59910c592208620 (diff) | |
download | chromium_src-6d0e9ecbcb06eedf6a5937c022eae7f4af673f04.zip chromium_src-6d0e9ecbcb06eedf6a5937c022eae7f4af673f04.tar.gz chromium_src-6d0e9ecbcb06eedf6a5937c022eae7f4af673f04.tar.bz2 |
Rewrite HTML5 workers ui_tests to browser_tests. Compared to ui_tests, browser_tests are faster, less flaky and sharded. They're also portable to content_browsertests once we have it.
A bunch of these tests have bitrotted because they've been disabled for so long, so there are a number of fixes throughout (some were checked into WebKit). I'll keep an eye out on flakiness of the renabled tests and disable if necessary.
I haven't seen any flakiness when running them now dozens of times on my Win/Mac/Linux, so I'm renabling all disabled tests (36!). I'll keep a close eye on the tree and flakiness dashboard afterwards.
BUG=98716,48148,69881,70861,59786,36800,35965,36555,101996,34996,16934,22599
Review URL: https://chromiumcodereview.appspot.com/9802025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker/DEPS')
-rw-r--r-- | content/worker/DEPS | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/worker/DEPS b/content/worker/DEPS index 7ad48a7..ba093bb 100644 --- a/content/worker/DEPS +++ b/content/worker/DEPS @@ -1,8 +1,4 @@ include_rules = [ - "-chrome", - "+chrome/app", # For UI test - "+chrome/test", # For UI test - "+content/browser/worker_host", # For UI test. "+sandbox/src", "+webkit/appcache", "+webkit/glue", |