mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-26 00:00:20 +02:00
Filter out tsan warnings in test harness (#205)
This commit is contained in:
@@ -9,6 +9,10 @@ race:arc*Weak*drop
|
|||||||
# rust runtime logic.
|
# rust runtime logic.
|
||||||
race:std*mpsc_queue
|
race:std*mpsc_queue
|
||||||
|
|
||||||
|
# Not sure why this is warning, but it is in the test harness and not the library.
|
||||||
|
race:TestEvent*clone
|
||||||
|
race:test::run_tests_console::*closure
|
||||||
|
|
||||||
# Probably more fences in std.
|
# Probably more fences in std.
|
||||||
race:__call_tls_dtors
|
race:__call_tls_dtors
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user