Bug 1642906 - Updating TSan suppressions for performance counter fix. r=perry

Differential Revision: https://phabricator.services.mozilla.com/D82898
This commit is contained in:
Christian Holler 2020-07-09 15:06:45 +00:00
parent 9d5e2e6db9
commit 2c66728ad6

View file

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