| Index: tools/valgrind/tsan/ignores.txt
|
| diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt
|
| index 378d14ca8b9832f4bc50284941b92a12ac10f1e6..5823c91bac38f87e3808ddf98e56697aa3b36bdb 100644
|
| --- a/tools/valgrind/tsan/ignores.txt
|
| +++ b/tools/valgrind/tsan/ignores.txt
|
| @@ -41,6 +41,11 @@ fun:fflush
|
| # Don't instrument intercepts
|
| src:*ts_valgrind_intercepts.c
|
|
|
| +# std::basic_string uses an un-annotated atomic refcount for its COW
|
| +# implementation. Ignore std::basic_string<...>::~basic_string() which is
|
| +# reported as concurrent read of the refcount.
|
| +fun:_ZNSsD1Ev
|
| +
|
| ##################################################################
|
| # Don't instrument synchronization code
|
| src:*base/waitable_event*
|
|
|