From e5304410a48fee8d78bd0422c15b65b2361359ff Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Sat, 17 Nov 2018 07:27:00 -0800 Subject: [PATCH] Whitelist false positive std (#234) --- 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