From 31c18918e91a6d8de8eacc094d2a3035185564c8 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 25 May 2018 15:32:39 -0700 Subject: [PATCH] Filter out tsan warnings in test harness (#205) --- ci/tsan | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/tsan b/ci/tsan index 34f76ab..18bfc63 100644 --- a/ci/tsan +++ b/ci/tsan @@ -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