Filter out tsan warnings in test harness (#205)

This commit is contained in:
Carl Lerche
2018-05-25 15:32:39 -07:00
parent 3c717b9e31
commit 31c18918e9
+4
View File
@@ -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