diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-17 13:05:27 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-17 13:05:27 +0000 |
commit | 55625e77bf614e408258e14539e5c14a4274d9df (patch) | |
tree | be12a4bdbc4274413ee4989147fee71b046a9ef3 /tools | |
parent | 8354b136626fcbbcbc2693b2fba0c47d7624ed4b (diff) | |
download | chromium_src-55625e77bf614e408258e14539e5c14a4274d9df.zip chromium_src-55625e77bf614e408258e14539e5c14a4274d9df.tar.gz chromium_src-55625e77bf614e408258e14539e5c14a4274d9df.tar.bz2 |
Exclude FAILS and FLAKY tests from Valgrind/Mac runs
BUG=86303
TBR=glider
Review URL: http://codereview.chromium.org/7203001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89476 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt index 13003c8..7ed1bf4 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt @@ -1,3 +1,8 @@ +# Don't run FLAKY or FAILS ui tests under Valgrind on Mac. +# They tend to generate way too many flaky Valgrind reports... +*FLAKY_* +*FAILS_* + # Hangs on mac at exit, during final valgrind leak checking? (valgrind bug?) ErrorPageTest.DNSError_GoBack2Forward2 # Flakily hangs on Mac |