diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-24 17:22:43 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-24 17:22:43 +0000 |
commit | 28d9c672a6fcf2d93c487ffb9b855c4d7fe58d22 (patch) | |
tree | d054790c8671b83c6bf339836231af818e7fc367 /chrome/test/data | |
parent | d3bd376a7f7ed527f387ab8dbff1b8c832a55354 (diff) | |
download | chromium_src-28d9c672a6fcf2d93c487ffb9b855c4d7fe58d22.zip chromium_src-28d9c672a6fcf2d93c487ffb9b855c4d7fe58d22.tar.gz chromium_src-28d9c672a6fcf2d93c487ffb9b855c4d7fe58d22.tar.bz2 |
Attempt at fixing flakeyness when running session restore ui tests in
purify. I believe the ui test isn't waiting for the session restore to
complete, so that when the ui test does various asserts the state of
the browser is wrong.
BUG=6495
TEST=covered by tests
Review URL: http://codereview.chromium.org/28051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10268 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data')
-rw-r--r-- | chrome/test/data/purify/ui_tests.gtest.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/data/purify/ui_tests.gtest.txt b/chrome/test/data/purify/ui_tests.gtest.txt index 0a62e5b..e2e35e3 100644 --- a/chrome/test/data/purify/ui_tests.gtest.txt +++ b/chrome/test/data/purify/ui_tests.gtest.txt @@ -13,10 +13,6 @@ UnloadTest.BrowserCloseBeforeUnloadCancel # Bug: http://crbug.com/6493 NPAPITester.ManyPlugins -# Tests which stall out due to various interactions with testserver.py. -# Bug: http://crbug.com/6494 -SessionHistoryTest.* - # Bug: http://crbug.com/6584 SSLUITest.* |