diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 21:03:44 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 21:03:44 +0000 |
commit | 8750721039f3591412b0c9d80141b209b8ec549c (patch) | |
tree | ad511de04c809f6be78c5f4df968352ec7667795 /base/data | |
parent | d959ce283ff8d5f27fb883acea5926a679866e2b (diff) | |
download | chromium_src-8750721039f3591412b0c9d80141b209b8ec549c.zip chromium_src-8750721039f3591412b0c9d80141b209b8ec549c.tar.gz chromium_src-8750721039f3591412b0c9d80141b209b8ec549c.tar.bz2 |
Disable TimerTest.RepeatingTimer the suspected test in base_unittests which
hangs under Valgrind on Mac.
Review URL: http://codereview.chromium.org/73054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13791 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/data')
-rw-r--r-- | base/data/valgrind/base_unittests.gtest.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/data/valgrind/base_unittests.gtest.txt b/base/data/valgrind/base_unittests.gtest.txt index e8a1c92..399e1b1 100644 --- a/base/data/valgrind/base_unittests.gtest.txt +++ b/base/data/valgrind/base_unittests.gtest.txt @@ -1,2 +1,7 @@ # This test currently times out in valgrind, see http://crbug.com/9194 WatchdogTest.AlarmTest + +# This test occassionally hangs under Valgrind on Mac. valgrind-darwin r9506 +# Revisit with better valgrind. +# Valgrind bug: https://bugs.kde.org/show_bug.cgi?id=189661 +TimerTest.RepeatingTimer |