Skip to content

Commit

Permalink
Filter out tsan warnings in test harness (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed May 25, 2018
1 parent c87739b commit 3557baf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/tsan
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ race:arc*Weak*drop
# rust runtime logic.
race:std*mpsc_queue

# Not sure why this is warning, but it is in the test harness and not the library.
race:TestEvent*clone
race:test::run_tests_console::*closure

# Probably more fences in std.
race:__call_tls_dtors

Expand Down

0 comments on commit 3557baf

Please sign in to comment.