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:
Christian Holler 2020-02-13 02:43:32 +02:00
Родитель 76c70811fd
Коммит 5059d9b44d
1 изменённых файлов: 9 добавлений и 0 удалений

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

@ -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