diff options
author | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-15 23:25:52 +0000 |
---|---|---|
committer | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-15 23:25:52 +0000 |
commit | f02831ebfb6880ad33e556097f5c98feefe328af (patch) | |
tree | cef8083905b196fcb2385d6b11aaff9ef69604c4 /chrome | |
parent | 778953d8e600037a5d7ba8d26d9a7f988b822e5c (diff) | |
download | chromium_src-f02831ebfb6880ad33e556097f5c98feefe328af.zip chromium_src-f02831ebfb6880ad33e556097f5c98feefe328af.tar.gz chromium_src-f02831ebfb6880ad33e556097f5c98feefe328af.tar.bz2 |
Exclude some ui_tests from the purify bot that often stall.
These tests will be added back later.
Review URL: http://codereview.chromium.org/18062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/data/purify/ui_tests.gtest.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/chrome/test/data/purify/ui_tests.gtest.txt b/chrome/test/data/purify/ui_tests.gtest.txt index 68ebd06..8074026 100644 --- a/chrome/test/data/purify/ui_tests.gtest.txt +++ b/chrome/test/data/purify/ui_tests.gtest.txt @@ -1,14 +1,22 @@ # Fails in cache_uitest.cc:69. Increasing the timeouts doesn't seem to help. +# Bug: http://crbug.com/6491 CacheTest.Private CacheTest.Public # These tests seem to stall out and not complete. Adjusting various timeouts # didn't seem to help, but more investigation is needed. +# Bug: http://crbug.com/6492 UnloadTest.BrowserCloseBeforeUnloadOK UnloadTest.BrowserCloseBeforeUnloadCancel # These tests stall out, more investigation needed. +# Bug: http://crbug.com/6493 NPAPITester.ManyPlugins -SessionHistoryTest.FrameBackForward -SessionHistoryTest.BasicBackForward + +# Tests which stall out due to various interactions with testserver.py. +# Bug: http://crbug.com/6494 +SessionHistoryTest.* + +# Bug: http://crbug.com/6495 +SessionRestoreUITest.* |