зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1894073 - Suppress TSan false positive during an edge case in process launch. r=decoder,ipc-reviewers,nika
Differential Revision: https://phabricator.services.mozilla.com/D212644
This commit is contained in:
Родитель
ffee742034
Коммит
db155d4dd8
|
@ -315,6 +315,10 @@ extern "C" const char* __tsan_default_suppressions() {
|
|||
// suppression cannot be used.
|
||||
"race:libvulkan_lvp.so\n"
|
||||
|
||||
// Bug 1894073 - false positive
|
||||
// TSan isn't aware of IPC; see bug for detailed explanation.
|
||||
"race:LaunchAppWithForkServer\n"
|
||||
|
||||
// End of suppressions.
|
||||
; // Please keep this semicolon.
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче