Skip to content
Snippets Groups Projects
Unverified Commit 8c041142 authored by Carl Lerche's avatar Carl Lerche
Browse files

Filter out tsan warnings in test harness (#205)

parent e9a70986
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,10 @@ race:arc*Weak*drop ...@@ -9,6 +9,10 @@ race:arc*Weak*drop
# rust runtime logic. # rust runtime logic.
race:std*mpsc_queue 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. # Probably more fences in std.
race:__call_tls_dtors race:__call_tls_dtors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment