зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1615125 - Update TSan suppressions to address intermittents. r=njn CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com//D62674 --HG-- extra : amend_source : d855ee5e660ebb11f62f84a1745441add5b52b0d
This commit is contained in:
Родитель
76c70811fd
Коммит
5059d9b44d
|
@ -318,6 +318,14 @@ extern "C" const char* __tsan_default_suppressions() {
|
|||
// Bug 1615045
|
||||
"race:StartupCache::WriteToDisk\n"
|
||||
|
||||
// Bug 1615123
|
||||
"race:_dl_deallocate_tls\n"
|
||||
"race:__libc_memalign\n"
|
||||
|
||||
// Bug 1615121
|
||||
"race:CacheEntry::Purge\n"
|
||||
"race:CacheEntry::MetaDataReady\n"
|
||||
|
||||
// ~GLContextGLX unlocks a libGL mutex that cannot be seen
|
||||
// by TSan because libGL is not instrumented.
|
||||
"mutex:GLContextGLX::~GLContextGLX\n"
|
||||
|
@ -335,6 +343,7 @@ extern "C" const char* __tsan_default_suppressions() {
|
|||
|
||||
// Suppress thread leaks for now
|
||||
"thread:NS_NewNamedThread\n"
|
||||
"thread:nsThread::Init\n"
|
||||
"thread:libglib-2\n"
|
||||
|
||||
// This thread does not seem to be stopped/joined
|
||||
|
|
Загрузка…
Ссылка в новой задаче