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
Родитель 9d5e2e6db9
Коммит 2c66728ad6
1 изменённых файлов: 0 добавлений и 4 удалений

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

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