diff options
author | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 09:12:26 +0000 |
---|---|---|
committer | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 09:12:26 +0000 |
commit | 7bd3732148744b7a154315f045ff1e3ddaa2b2f4 (patch) | |
tree | a2906136006891c4baa9466b58e479d06d792b8b /tools | |
parent | 02c0ba9ac43947685cb594ced5aaebca49194525 (diff) | |
download | chromium_src-7bd3732148744b7a154315f045ff1e3ddaa2b2f4.zip chromium_src-7bd3732148744b7a154315f045ff1e3ddaa2b2f4.tar.gz chromium_src-7bd3732148744b7a154315f045ff1e3ddaa2b2f4.tar.bz2 |
Revert 96532 - Valgrind: Disable a bunch of tests that are consistently timing out.
Waiting for this CL http://codereview.chromium.org/7885017/.
Turns out it helps with tests timeouts.
BUG=92630
TEST=none
TBR=jhawkins
Review URL: http://codereview.chromium.org/7634021
TBR=thestig@chromium.org
Review URL: http://codereview.chromium.org/7891044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt index 8007d20..7a1bd1b 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt @@ -105,15 +105,6 @@ 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 - # These tests fail due to timeouts and hang the UI test runner, # http://crbug.com/61579 LocaleTestsDa.TestStart |