Bug 1664535 - Temporary suppression for GC race. r=jonco

Differential Revision: https://phabricator.services.mozilla.com/D93507
This commit is contained in:
Christian Holler 2020-10-15 09:53:23 +00:00
Родитель b2d3948b7a
Коммит 962d75d4f2
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -212,6 +212,10 @@ extern "C" const char* __tsan_default_suppressions() {
// Bug 1615569
"race:mp_exptmod.max_window_bits\n"
// Bug 1664535
"race:setNeedsIncrementalBarrier\n"
"race:needsIncrementalBarrier\n"
// ~GLContextGLX unlocks a libGL mutex that cannot be seen
// by TSan because libGL is not instrumented.
"mutex:GLContextGLX::~GLContextGLX\n"