зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1645696 - suppress issue that gets worse with full shutdown. r=decoder
Differential Revision: https://phabricator.services.mozilla.com/D100358
This commit is contained in:
Родитель
cd8995fefc
Коммит
2f349670d9
|
@ -290,6 +290,10 @@ extern "C" const char* __tsan_default_suppressions() {
|
||||||
"race:nsTimerImpl::Shutdown\n"
|
"race:nsTimerImpl::Shutdown\n"
|
||||||
"race:nsTimerImpl::CancelImpl\n"
|
"race:nsTimerImpl::CancelImpl\n"
|
||||||
|
|
||||||
|
// Bug 1645696
|
||||||
|
"race:nsHttpHandler::PrefsChanged\n"
|
||||||
|
"race:nsHttpConnection::Activate\n"
|
||||||
|
|
||||||
// End of suppressions.
|
// End of suppressions.
|
||||||
; // Please keep this semicolon.
|
; // Please keep this semicolon.
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче