diff options
Diffstat (limited to 'tools/valgrind/tsan/suppressions.txt')
-rw-r--r-- | tools/valgrind/tsan/suppressions.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index 8d567e6..9960e71 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -55,6 +55,13 @@ fun:ThreadSanitizerStartThread } +{ + bug_61210 + ThreadSanitizer:Race + ... + fun:linked_ptr<PluginGroup>* +} + ############################ # Real races in third_party { @@ -253,6 +260,16 @@ } ############################ +# Races in V8 + +# http://code.google.com/p/v8/issues/detail?id=361 +{ + Race on Locker::active_ in v8 + ThreadSanitizer:Race + fun:v8::Locker::* +} + +############################ # Benign races in libc # A benign race inside the implementation of internal libc mutex |