summaryrefslogtreecommitdiff
path: root/rts/.tsan-suppressions
blob: b990c6cfc1e014052bd9b75677f15da0c3dc0a7c (plain)
1
2
3
4
5
6
7
8
9
# ThreadSanitizer suppressions.
# See Note [ThreadSanitizer] in includes/rts/TSANUtils.h.

# This is a known race but is benign
race:capability_is_busy

# This is a benign race during IO manager shutdown (between ioManagerWakeup
# and GHC.Event.Control.closeControl).
race:ioManagerWakeup