diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 15:32:45 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 15:32:45 +0000 |
commit | be7f2174ece293c452eb1226c33ea3784c5c7901 (patch) | |
tree | 9b336181ec3b307d5189be75d0f82b905b337d49 | |
parent | d24b937688ac39a04e84450d5205596c8e08fd92 (diff) | |
download | chromium_src-be7f2174ece293c452eb1226c33ea3784c5c7901.zip chromium_src-be7f2174ece293c452eb1226c33ea3784c5c7901.tar.gz chromium_src-be7f2174ece293c452eb1226c33ea3784c5c7901.tar.bz2 |
Exclude more tests from Memcheck/Mac/UI and TSan/UI
BUG=46643,51716,58145
TEST=bots go greener
TBR=glider
Review URL: http://codereview.chromium.org/6461020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74291 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt | 3 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt index 9db91be..77a4342 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt @@ -10,6 +10,9 @@ ResourceDispatcherTest.CrossSiteNavigationErrorPage NewTabUITest.NTPHasThumbnails UnloadTest.CrossSiteInfiniteUnloadSync +# ErrorPageTest hang flakily, see http://crbug.com/46643 +ErrorPageTest.DNSError_Basic + # These tests fail due to timeouts under TSan and hang the UI test runner, # http://crbug.com/61579 LocaleTestsDa.TestStart diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt index 763d7ef..72ed952 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt @@ -95,10 +95,13 @@ AutomatedUITestBase.CloseTab ResourceDispatcherTest.CrossSiteFailedRequest # Valgrind internal error: received SIGSERV. http://crbug.com/51716 +AutomatedUITestBase.Navigate AutomationProxyTest.AcceleratorDownloads # Valgrind dies on assertion, see http://crbug.com/58145 +AutomatedUITestBase.Home AutomationProxyTest.GetTabCount +AutomationProxyTest3.FrameDocumentCanBeAccessed DromaeoTest.DOMCorePerf MetricsServiceTest.CloseRenderersNormally SunSpiderTest.Perf |