| Index: tools/valgrind/tsan/suppressions.txt
|
| ===================================================================
|
| --- tools/valgrind/tsan/suppressions.txt (revision 33057)
|
| +++ tools/valgrind/tsan/suppressions.txt (working copy)
|
| @@ -121,6 +121,13 @@
|
| fun:*talk_base*MessageQueue*Quit*
|
| }
|
|
|
| +{
|
| + bug_28765 (tcmalloc)
|
| + ThreadSanitizer:Race
|
| + ...
|
| + fun:*tcmalloc*ThreadCache*DeleteCache*
|
| +}
|
| +
|
| ############################
|
| # Data races in tests
|
|
|
| @@ -278,12 +285,3 @@
|
| ...
|
| fun:gethostbyname2_r*
|
| }
|
| -
|
| -############################
|
| -# Races in TCMalloc (probably benign)
|
| -{
|
| - TCMalloc1
|
| - ThreadSanitizer:Race
|
| - ...
|
| - tcmalloc::ThreadCache::DeleteCache
|
| -}
|
|
|