summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/ui_test_utils.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-29 17:47:14 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-29 17:47:14 +0000
commit6d0e9ecbcb06eedf6a5937c022eae7f4af673f04 (patch)
tree15bfde0b2ae50e97dd4264f4ef1db865295b1ca4 /chrome/test/base/ui_test_utils.h
parent6d610bbe20885750ca2e689af59910c592208620 (diff)
downloadchromium_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 'chrome/test/base/ui_test_utils.h')
-rw-r--r--chrome/test/base/ui_test_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/base/ui_test_utils.h b/chrome/test/base/ui_test_utils.h
index 6aa2509..96816b8 100644
--- a/chrome/test/base/ui_test_utils.h
+++ b/chrome/test/base/ui_test_utils.h
@@ -82,6 +82,7 @@ enum BrowserTestWaitFlags {
BROWSER_TEST_WAIT_FOR_BROWSER = 1 << 0, // Wait for a new browser.
BROWSER_TEST_WAIT_FOR_TAB = 1 << 1, // Wait for a new tab.
BROWSER_TEST_WAIT_FOR_NAVIGATION = 1 << 2, // Wait for navigation to finish.
+ BROWSER_TEST_WAIT_FOR_AUTH = 1 << 3, // Wait for auth prompt.
BROWSER_TEST_MASK = BROWSER_TEST_WAIT_FOR_BROWSER |
BROWSER_TEST_WAIT_FOR_TAB |