mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Backed out changeset e106c60b7be4 (bug 1607212) for tsan fails on CacheEntry.cpp. CLOSED TREE
This commit is contained in:
parent
3bfc3ec49f
commit
c275f8f4bb
@ -178,6 +178,9 @@ extern "C" const char* __tsan_default_suppressions() {
|
|||||||
"race:nsSocketTransport::Close\n"
|
"race:nsSocketTransport::Close\n"
|
||||||
"race:nsSocketTransport::OnSocketDetached\n"
|
"race:nsSocketTransport::OnSocketDetached\n"
|
||||||
|
|
||||||
|
// Bug 1607212
|
||||||
|
"race:CacheEntry::InvokeCallback\n"
|
||||||
|
|
||||||
// Bug 1607138
|
// Bug 1607138
|
||||||
"race:gXPCOMThreadsShutDown\n"
|
"race:gXPCOMThreadsShutDown\n"
|
||||||
|
|
||||||
@ -234,6 +237,10 @@ extern "C" const char* __tsan_default_suppressions() {
|
|||||||
"race:_dl_deallocate_tls\n"
|
"race:_dl_deallocate_tls\n"
|
||||||
"race:__libc_memalign\n"
|
"race:__libc_memalign\n"
|
||||||
|
|
||||||
|
// Bug 1615121
|
||||||
|
"race:CacheEntry::Purge\n"
|
||||||
|
"race:CacheEntry::MetaDataReady\n"
|
||||||
|
|
||||||
// Bug 1615265
|
// Bug 1615265
|
||||||
"race:ScriptPreloader::OffThreadDecodeCallback\n"
|
"race:ScriptPreloader::OffThreadDecodeCallback\n"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user