зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1723730 - Add temporary TSan suppression. r=mccr8,decoder
Differential Revision: https://phabricator.services.mozilla.com/D121664
This commit is contained in:
Родитель
58839f2d2e
Коммит
abdb25382e
|
@ -313,6 +313,9 @@ extern "C" const char* __tsan_default_suppressions() {
|
||||||
// Bug 1723176
|
// Bug 1723176
|
||||||
"race:mozilla::layers::AsyncPanZoomController::GetZoomAnimationId\n"
|
"race:mozilla::layers::AsyncPanZoomController::GetZoomAnimationId\n"
|
||||||
|
|
||||||
|
// Bug 1723730
|
||||||
|
"race:mozilla::layers::AsyncPanZoomController::SetZoomAnimationId\n"
|
||||||
|
|
||||||
// End of suppressions.
|
// End of suppressions.
|
||||||
; // Please keep this semicolon.
|
; // Please keep this semicolon.
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче