mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
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:
parent
9b21a5ffa2
commit
bf73a5ae13
@ -183,10 +183,10 @@ extern "C" const char* __tsan_default_suppressions() {
|
||||
//
|
||||
// Probably a false-positive from crossbeam's deque not being
|
||||
// understood by tsan.
|
||||
"race:crossbeam_deque::Worker*::resize\n"
|
||||
"race:crossbeam_deque::Worker*::push\n"
|
||||
"race:crossbeam_deque::Buffer*::write\n"
|
||||
"race:crossbeam_deque::Buffer*::read\n"
|
||||
"race:crossbeam_deque*::resize\n"
|
||||
"race:crossbeam_deque*::push\n"
|
||||
"race:crossbeam_deque*::write\n"
|
||||
"race:crossbeam_deque*::read\n"
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user