Bug 1671601 - Add temporary suppression. r=Gankro

Depends on D94287

Differential Revision: https://phabricator.services.mozilla.com/D94288
This commit is contained in:
Christian Holler 2020-10-21 13:42:59 +00:00
Родитель c6f46008ad
Коммит 0c5c78e328
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -355,6 +355,10 @@ extern "C" const char* __tsan_default_suppressions() {
// Bug 1671574
"thread:StartupCache\n"
// Bug 1671601
"race:CamerasParent::ActorDestroy\n"
"race:CamerasParent::DispatchToVideoCaptureThread\n"
// End of suppressions.
; // Please keep this semicolon.
}