ubuntu-specific(?) suppressions

This commit is contained in:
Jorge Aparicio 2022-04-29 16:02:48 +02:00
parent 1e1d801b07
commit 57ac20eeb7

View File

@ -1,2 +1,7 @@
race:std::panic::catch_unwind race:std::panic::catch_unwind
race:std::thread::scope race:std::thread::scope
# std::thread::spawn false positive; seen on Ubuntu 20.04 but not on Arch Linux (2022-04-29)
race:drop_in_place*JoinHandle
race:alloc::sync::Arc<*>::drop_slow
race:__call_tls_dtors