mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 20:40:32 +00:00
ubuntu-specific(?) suppressions
This commit is contained in:
parent
1e1d801b07
commit
57ac20eeb7
@ -1,2 +1,7 @@
|
||||
race:std::panic::catch_unwind
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user