зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1615265 - Backed out changeset 6e297cea9592 and applied proper change. r=decoder
I accidentally got these two mixed up!! Differential Revision: https://phabricator.services.mozilla.com/D95132
This commit is contained in:
Родитель
fd835ad8a6
Коммит
0d1f97e1a4
|
@ -271,6 +271,9 @@ extern "C" const char* __tsan_default_suppressions() {
|
|||
"race:makeOwnBaseShape\n"
|
||||
"race:numDynamicSlots\n"
|
||||
|
||||
// Bug 1608462
|
||||
"deadlock:ScriptPreloader::OffThreadDecodeCallback\n"
|
||||
|
||||
// Bug 1615017
|
||||
"race:CacheFileMetadata::SetHash\n"
|
||||
"race:CacheFileMetadata::OnDataWritten\n"
|
||||
|
@ -279,9 +282,6 @@ extern "C" const char* __tsan_default_suppressions() {
|
|||
"race:_dl_deallocate_tls\n"
|
||||
"race:__libc_memalign\n"
|
||||
|
||||
// Bug 1615265
|
||||
"race:ScriptPreloader::OffThreadDecodeCallback\n"
|
||||
|
||||
// Bug 1664535
|
||||
"race:setNeedsIncrementalBarrier\n"
|
||||
"race:needsIncrementalBarrier\n"
|
||||
|
|
Загрузка…
Ссылка в новой задаче