diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 22:14:53 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 22:14:53 +0000 |
commit | ee675da013e570cfe9984b8b1193e44b119f2420 (patch) | |
tree | 5e2401b1573eda1317f6d692aefd3c60cda4abaf /chrome/test | |
parent | 29cc841ee15bbb8b31baf7ece0b2a3e2d3b55b5c (diff) | |
download | chromium_src-ee675da013e570cfe9984b8b1193e44b119f2420.zip chromium_src-ee675da013e570cfe9984b8b1193e44b119f2420.tar.gz chromium_src-ee675da013e570cfe9984b8b1193e44b119f2420.tar.bz2 |
Temporarily disable ExtensionViewTest.BottomBar in purify due to some unresolved issues with InProcessBrowserTest.
BUG=8362
BUG=9846
TEST=purify bots should go green after this checkin (or try tools/purify/chrome_tests.py -t unit --gtest_filter=ExtensionViewTest.BottomBar)
TBR=hclam
Review URL: http://codereview.chromium.org/113062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15464 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/purify/unit_tests.exe.gtest.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/data/purify/unit_tests.exe.gtest.txt b/chrome/test/data/purify/unit_tests.exe.gtest.txt index 4f09b7d..b2fe44e 100644 --- a/chrome/test/data/purify/unit_tests.exe.gtest.txt +++ b/chrome/test/data/purify/unit_tests.exe.gtest.txt @@ -14,8 +14,9 @@ FindInPageControllerTest.FindInPageFrames # Takes 10 minutes to run. IPCSyncChannelTest.ChattyServer -# issue 8362 +# issue 8362, 9846 ExtensionViewTest.Index +ExtensionViewTest.BottomBar # issue 9897 ExtensionContentScriptInjectTest.Simple |