Skip to content

Commit

Permalink
RWQ's code fails TSan once again in one of the tests, add it back to …
Browse files Browse the repository at this point in the history
…suppressions
  • Loading branch information
eigenraven committed Nov 28, 2022
1 parent 3457b17 commit 4817040
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions thread-sanitizer-ignorelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ race:faabric::util::SystemConfig::*
# Catch2 allocates in its signal handler, this prevents showing the wrong crash report
signal:*

# Tsan doesn't see through the readerwriterqueue's semaphore implementation
race:moodycamel::BlockingReaderWriterCircularBuffer*

# TODO: Remove: There's something weird going on with MPI code I don't understand
race:faabric::scheduler::MpiWorld::*

0 comments on commit 4817040

Please sign in to comment.