diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 10:21:38 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 10:21:38 +0000 |
commit | 6ffc8e51f57f19847a2f1028f1190305ad00edb5 (patch) | |
tree | 07fc9ff929c0b01a814e18f48b57b8241608883f /tools | |
parent | bc2071efbac1484752c3726fe89c644861939916 (diff) | |
download | chromium_src-6ffc8e51f57f19847a2f1028f1190305ad00edb5.zip chromium_src-6ffc8e51f57f19847a2f1028f1190305ad00edb5.tar.gz chromium_src-6ffc8e51f57f19847a2f1028f1190305ad00edb5.tar.bz2 |
Update race-on-vptr suppressions (TSan now supports a better format) and suppress one benign race in sync
BUG=25385,44168
TBR=glider
Review URL: http://codereview.chromium.org/2065005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47262 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/suppressions.txt | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index d11bf88..3befcd8 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -23,26 +23,26 @@ bug_25385 (2) ThreadSanitizer:Race ... - fun:*base*ThreadD*E* + fun:base::Thread::~Thread() } { bug_25385 (3) ThreadSanitizer:Race ... - fun:*WebKitThread*InternalWebKitThreadD*E* + fun:*WebKitThread*~InternalWebKitThread() } { bug_25385 (4) ThreadSanitizer:Race - fun:*ChromeThreadD*E* + fun:Chrome::~ChromeThread() } { bug_25385 (5) ThreadSanitizer:Race - fun:*BrowserProcessSubThreadD*E* + fun:*BrowserProcessSubThread::~BrowserProcessSubThread() } { @@ -120,6 +120,12 @@ } { + bug_44168 (benign race in libjingle) + ThreadSanitizer:Race + fun:notifier::MediatorThreadImpl::~MediatorThreadImpl() +} + +{ bug_28765 (tcmalloc) ThreadSanitizer:Race ... |