diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-02 18:52:56 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-02 18:52:56 +0000 |
commit | 64e8a5a584671b47f39e08e3c308b308da57eb94 (patch) | |
tree | 7bcf1b9f1d2c19eaf434773ddd16feb0b7fd92a2 /tools | |
parent | 1518b0dbbdab96979495f46d70fd69cb7a5ea250 (diff) | |
download | chromium_src-64e8a5a584671b47f39e08e3c308b308da57eb94.zip chromium_src-64e8a5a584671b47f39e08e3c308b308da57eb94.tar.gz chromium_src-64e8a5a584671b47f39e08e3c308b308da57eb94.tar.bz2 |
Suppress a data race in WebDataService
Please not that a suppression is NOT a fix for the race!
BUG=40244
TBR=glider,tim
Review URL: http://codereview.chromium.org/1585015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43505 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/suppressions.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index f525148..9511ef6 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -140,6 +140,13 @@ fun:*tcmalloc*ThreadCache*DeleteCache* } +{ + bug_40244 + ThreadSanitizer:Race + fun:*WebDataService*WebDataRequest*Cancel* + fun:*WebDataService* +} + ############################ # Data races in tests |