mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1590423 - Suppress races related to Rust std::sync::Arc. r=jseward
Differential Revision: https://phabricator.services.mozilla.com/D50078 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
5ff6ae3c54
commit
e5a22220fd
@ -75,6 +75,9 @@ extern "C" const char* __tsan_default_suppressions() {
|
||||
// Bug 1587513
|
||||
"race:std::sync::mutex::Mutex\n"
|
||||
|
||||
// Bug 1590423
|
||||
"race:sync..Arc\n"
|
||||
|
||||
// End of suppressions.
|
||||
; // Please keep this semicolon.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user