Skip to content

Commit

Permalink
Whitelist false positive std (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Nov 17, 2018
1 parent 456221d commit e530441
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/tsan
Expand Up @@ -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

0 comments on commit e530441

Please sign in to comment.