From 5ff961c3ad0a41c577bfcdb3f8c904414bcbabb5 Mon Sep 17 00:00:00 2001
From: Jorge Aparicio <jorge@japaric.io>
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 7a73a27..54defd9 100644
--- a/blacklist.txt
+++ b/blacklist.txt
@@ -1,6 +1,4 @@
 # false positives from thread::spawn (?)
-race:<alloc::arc::Arc<T>>::drop_slow
-race:__GI___call_tls_dtors
-race:alloc::heap::{{impl}}::dealloc
-race:core::ptr::drop_in_place<core::option::Option<core::result::Result<(), alloc::boxed::Box<Any>>>>
-race:core::ptr::drop_in_place<core::result::Result<(), alloc::boxed::Box<Any>>>
+race:*dealloc
+race:*drop_slow*
+race:__call_tls_dtors
-- 
GitLab