зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1664803 - Add temporary suppression. r=Gankro
Depends on D93507 Differential Revision: https://phabricator.services.mozilla.com/D93508
This commit is contained in:
Родитель
962d75d4f2
Коммит
5ea665d9a7
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче