summaryrefslogtreecommitdiffstats
path: root/base/data
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-24 11:48:40 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-24 11:48:40 +0000
commit4391344f31e4913bbf590a9320c215672c3c53c1 (patch)
tree6171b725becc84267516ae669188e6bc4260fc43 /base/data
parent68fa1de528d2ded43a97720f4fd3de55af16b2b1 (diff)
downloadchromium_src-4391344f31e4913bbf590a9320c215672c3c53c1.zip
chromium_src-4391344f31e4913bbf590a9320c215672c3c53c1.tar.gz
chromium_src-4391344f31e4913bbf590a9320c215672c3c53c1.tar.bz2
Disable TimerTest.RepeatingTimer_Cancel under Valgrind
Review URL: http://codereview.chromium.org/93003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14422 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/data')
-rw-r--r--base/data/valgrind/base_unittests.gtest.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/data/valgrind/base_unittests.gtest.txt b/base/data/valgrind/base_unittests.gtest.txt
index 399e1b1..b4ff0cf 100644
--- a/base/data/valgrind/base_unittests.gtest.txt
+++ b/base/data/valgrind/base_unittests.gtest.txt
@@ -1,7 +1,8 @@
# 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
+# These tests occassionally hangs under Valgrind on Mac. valgrind-darwin r9573
# Revisit with better valgrind.
# Valgrind bug: https://bugs.kde.org/show_bug.cgi?id=189661
TimerTest.RepeatingTimer
+TimerTest.RepeatingTimer_Cancel