diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 08:44:18 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 08:44:18 +0000 |
commit | 2c063dad0df12885a928c843b4b944ad5140dd42 (patch) | |
tree | 6acd0f2eccf1cf488bd0ef8f2e0d86e91aabb1db | |
parent | 1188a8e12b296baad69b8440f5cec914cc15f636 (diff) | |
download | chromium_src-2c063dad0df12885a928c843b4b944ad5140dd42.zip chromium_src-2c063dad0df12885a928c843b4b944ad5140dd42.tar.gz chromium_src-2c063dad0df12885a928c843b4b944ad5140dd42.tar.bz2 |
Valgrind: Disable a bunch of tests that are consistently timing out.
BUG=92630
TEST=none
TBR=jhawkins
Review URL: http://codereview.chromium.org/7634021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96532 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt index ddd9829..8a385a3 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt @@ -105,3 +105,12 @@ OutOfProcessPPAPITest.PostMessage # Flakily times out, http://crbug.com/92527 NamedInterfaceTest.BasicNamedInterface + +# Consistently timing out. http://crbug.com/92630 +AutomationProxyTest.Cookies +AutomationProxyTest.GetActiveTabIndex +AutomationProxyTest.GetBrowserWindow +AutomationProxyTest.GetBrowserWindowCount +AutomationProxyTest.GetTab +AutomationProxyTest.GetTabCount +BookmarksUITest.TwoCommandsOneTab |