Skip to content

Commit

Permalink
tsan: deal with the mangled names
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Nov 9, 2017
1 parent 9398aaf commit 5ff961c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions blacklist.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5ff961c

Please sign in to comment.