Add arc::Weak to tsan filter. (#298)

This commit is contained in:
Carl Lerche
2018-04-04 12:54:49 -07:00
committed by GitHub
parent 6aea9c43e8
commit c715739599
+1
View File
@@ -3,3 +3,4 @@
# 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