From 5ff961c3ad0a41c577bfcdb3f8c904414bcbabb5 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 9 Nov 2017 01:37:48 +0100 Subject: [PATCH] tsan: deal with the mangled names --- blacklist.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/blacklist.txt b/blacklist.txt index 7a73a277..54defd9d 100644 --- a/blacklist.txt +++ b/blacklist.txt @@ -1,6 +1,4 @@ # false positives from thread::spawn (?) -race:>::drop_slow -race:__GI___call_tls_dtors -race:alloc::heap::{{impl}}::dealloc -race:core::ptr::drop_in_place>>> -race:core::ptr::drop_in_place>> +race:*dealloc +race:*drop_slow* +race:__call_tls_dtors