summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-17 14:28:21 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-17 14:28:21 +0000
commit1e0887fb4c08fbfb9421aede24a627e7bb903276 (patch)
tree14dda401bd012256defbc3cbc1ee537ccb26206f /tools
parent1fe4df49fdc2619196515f7e3bba653a1b1efd8a (diff)
downloadchromium_src-1e0887fb4c08fbfb9421aede24a627e7bb903276.zip
chromium_src-1e0887fb4c08fbfb9421aede24a627e7bb903276.tar.gz
chromium_src-1e0887fb4c08fbfb9421aede24a627e7bb903276.tar.bz2
Restore a suppression for a race in test_shell.
Looks like I wasn't running test_shell for a while when I decided that the race is gone BUG=24715 TBR=glider Review URL: http://codereview.chromium.org/2103004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/tsan/suppressions.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index d671c9b..a1d9c98 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -20,6 +20,14 @@
}
{
+ bug_24715
+ ThreadSanitizer:Race
+ fun:*base*internal*WeakReference*
+ ...
+ fun:*AppCache*Test*
+}
+
+{
bug_25385 (2)
ThreadSanitizer:Race
...