Bug 1664803 - Add temporary suppression. r=Gankro

Depends on D93507

Differential Revision: https://phabricator.services.mozilla.com/D93508
This commit is contained in:
Christian Holler 2020-10-14 19:34:38 +00:00
Родитель 962d75d4f2
Коммит 5ea665d9a7
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -216,6 +216,9 @@ extern "C" const char* __tsan_default_suppressions() {
"race:setNeedsIncrementalBarrier\n"
"race:needsIncrementalBarrier\n"
// Bug 1664803
"race:Sampler::sSigHandlerCoordinator\n"
// ~GLContextGLX unlocks a libGL mutex that cannot be seen
// by TSan because libGL is not instrumented.
"mutex:GLContextGLX::~GLContextGLX\n"