зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1685857 - fix signatures for crossbeam_deque supressions. r=decoder
they weren't matching due to the lack of ::deque::, so make the * cover more Differential Revision: https://phabricator.services.mozilla.com/D101626
This commit is contained in:
Родитель
9b21a5ffa2
Коммит
bf73a5ae13
|
@ -183,10 +183,10 @@ extern "C" const char* __tsan_default_suppressions() {
|
||||||
//
|
//
|
||||||
// Probably a false-positive from crossbeam's deque not being
|
// Probably a false-positive from crossbeam's deque not being
|
||||||
// understood by tsan.
|
// understood by tsan.
|
||||||
"race:crossbeam_deque::Worker*::resize\n"
|
"race:crossbeam_deque*::resize\n"
|
||||||
"race:crossbeam_deque::Worker*::push\n"
|
"race:crossbeam_deque*::push\n"
|
||||||
"race:crossbeam_deque::Buffer*::write\n"
|
"race:crossbeam_deque*::write\n"
|
||||||
"race:crossbeam_deque::Buffer*::read\n"
|
"race:crossbeam_deque*::read\n"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче