diff --git a/mozglue/build/TsanOptions.cpp b/mozglue/build/TsanOptions.cpp index 2ec62ac744b3..76df200a9b8c 100644 --- a/mozglue/build/TsanOptions.cpp +++ b/mozglue/build/TsanOptions.cpp @@ -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"