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:
Christian Holler 2019-10-23 10:02:14 +00:00
Родитель 5ff6ae3c54
Коммит e5a22220fd
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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.
}