diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-19 14:44:32 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-19 14:44:32 +0000 |
commit | 84505486e1560ff1f18302127a88c459ae567c0f (patch) | |
tree | a05cce4d7818c83e7cd951e482bbf776a2c9bc1b /tools | |
parent | 30816922169fe9cdf90f1df35281363abe3d83d5 (diff) | |
download | chromium_src-84505486e1560ff1f18302127a88c459ae567c0f.zip chromium_src-84505486e1560ff1f18302127a88c459ae567c0f.tar.gz chromium_src-84505486e1560ff1f18302127a88c459ae567c0f.tar.bz2 |
Remove suppressions for a couple of benign races in base::Thread
The new version of ThreadSanitizer (rev2088) finally has support for automatically suppressing benign data races on vfptr. The harmful data races will still be reported.
BUG=23245,25385
TEST=TSan bots should remain green
Review URL: http://codereview.chromium.org/2099009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/suppressions.txt | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index d671c9b..ccb69f8 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -2,12 +2,6 @@ # Chromium { - bug_23245, bug_25385 (1) - ThreadSanitizer:Race - fun:*base*Thread*ThreadMain* -} - -{ bug_23433 ThreadSanitizer:Race fun:*logging*SetMinLogLevel* @@ -20,32 +14,6 @@ } { - bug_25385 (2) - ThreadSanitizer:Race - ... - fun:base::Thread::~Thread* -} - -{ - bug_25385 (3) - ThreadSanitizer:Race - ... - fun:*WebKitThread*~InternalWebKitThread* -} - -{ - bug_25385 (4) - ThreadSanitizer:Race - fun:ChromeThread::~ChromeThread* -} - -{ - bug_25385 (5) - ThreadSanitizer:Race - fun:*BrowserProcessSubThread::~BrowserProcessSubThread* -} - -{ bug_25915 ThreadSanitizer:Race fun:*browser_sync*BookmarkModelWorker* |