diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2019-12-04 01:23:05 -0500 |
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2020-10-24 21:02:23 -0400 |
| commit | 9a528985e8e738b4987b58938fad5711af81b61a (patch) | |
| tree | 1de43bc2d3819d420258cd52fea60586e3554cbc | |
| parent | 01d9552509a94d1bd1a717f1730b1c513bf7fea8 (diff) | |
| download | haskell-9a528985e8e738b4987b58938fad5711af81b61a.tar.gz | |
suppress #17289 (ticker) race
| -rw-r--r-- | rts/.tsan-suppressions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rts/.tsan-suppressions b/rts/.tsan-suppressions index b990c6cfc1..7375d6e48b 100644 --- a/rts/.tsan-suppressions +++ b/rts/.tsan-suppressions @@ -7,3 +7,7 @@ race:capability_is_busy # This is a benign race during IO manager shutdown (between ioManagerWakeup # and GHC.Event.Control.closeControl). race:ioManagerWakeup + +# This is a potentially problematic race which I have yet to work out +# (#17289) +race:handle_tick |
