From b15448261bfb4fa879ec1d4db496f5390802aac6 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Sat, 17 Nov 2018 06:57:22 -0800 Subject: [PATCH] Whitelist false positive std --- ci/tsan | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/tsan b/ci/tsan index 295740652..9cc54841b 100644 --- a/ci/tsan +++ b/ci/tsan @@ -22,3 +22,7 @@ race:__call_tls_dtors # `is_inline_or_static` is explicitly called concurrently without synchronization. # The safety explanation can be found in a comment. race:Inner::is_inline_or_static + +# This ignores a false positive caused by `thread::park()`/`thread::unpark()`. +# See: https://github.com/rust-lang/rust/pull/54806#issuecomment-436193353 +race:pthread_cond_destroy