Files
tokio/ci/tsan
T

7 lines
185 B
Plaintext
Raw Normal View History

2018-03-28 22:26:47 -07:00
# TSAN suppressions file for Tokio
# TSAN does not understand fences and `Arc::drop` is implemented using a fence.
# This causes many false positives.
race:Arc*drop
2018-04-04 12:54:49 -07:00
race:arc*Weak*drop