зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1805819 - Add TSAN suppression for tzset_internal. r=decoder
Differential Revision: https://phabricator.services.mozilla.com/D164826
This commit is contained in:
Родитель
9d43b1bbc3
Коммит
d73fe04789
|
@ -195,6 +195,12 @@ extern "C" const char* __tsan_default_suppressions() {
|
|||
"race:crossbeam_deque*::write\n"
|
||||
"race:crossbeam_deque*::read\n"
|
||||
"race:crossbeam_deque*::steal\n"
|
||||
// Bug 1805819 - permanent
|
||||
// No Upstream Bug Filed!
|
||||
//
|
||||
// False positive in libc's tzset_internal
|
||||
// See https://crbug.com/379738 also
|
||||
"race:tzset_internal\n"
|
||||
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче