Fix Weak tsan whitelist (#505)

This commit is contained in:
Carl Lerche 2018-07-24 13:37:48 -07:00 committed by GitHub
parent 84db325628
commit f212a2ab9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
# TSAN does not understand fences and `Arc::drop` is implemented using a fence.
# This causes many false positives.
race:Arc*drop
race:arc*Weak*drop
race:Weak*drop
# `std` mpsc is not used in any Tokio code base. This race is triggered by some
# rust runtime logic.