diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 10:34:13 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 10:34:13 +0000 |
commit | 7c03966552ffc186736c8e1f9d65b5475a2855a7 (patch) | |
tree | 83e084e9b808baeb2acf639e69858345ff72051c /tools | |
parent | b32083323cafd07f992288a1c4a1fc59c16d11d1 (diff) | |
download | chromium_src-7c03966552ffc186736c8e1f9d65b5475a2855a7.zip chromium_src-7c03966552ffc186736c8e1f9d65b5475a2855a7.tar.gz chromium_src-7c03966552ffc186736c8e1f9d65b5475a2855a7.tar.bz2 |
Exclude a couple of UI tests from running under Valgrind on Mac due to internal Valgrind errors
BUG=51716,58145
TBR=glider
TEST=Memcheck/UI/Mac bots go greener
Review URL: http://codereview.chromium.org/6462028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74273 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt index fdbddbe..763d7ef 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt @@ -94,10 +94,14 @@ AutomatedUITestBase.CloseTab # See http://crbug.com/57717 ResourceDispatcherTest.CrossSiteFailedRequest +# Valgrind internal error: received SIGSERV. http://crbug.com/51716 +AutomationProxyTest.AcceleratorDownloads + # Valgrind dies on assertion, see http://crbug.com/58145 AutomationProxyTest.GetTabCount -SunSpiderTest.Perf DromaeoTest.DOMCorePerf +MetricsServiceTest.CloseRenderersNormally +SunSpiderTest.Perf # Can't load a nib under Valgrind, see http://crbug.com/58124 ImagesTest.AnimatedGIFs |