Bug 1642884 - Temporarily suppress data race in Axis::UpdateWithTouchAtDevicePoint. r=fix CLOSED TREE

Differential Revision: https://phabricator.services.mozilla.com/D78176
This commit is contained in:
Botond Ballo 2020-06-03 23:51:28 +00:00
parent 96b2b6d63a
commit 117ae10a93

View File

@ -253,6 +253,10 @@ extern "C" const char* __tsan_default_suppressions() {
"race:EnsurePerformanceCounter\n"
"race:GetPerformanceCounter\n"
// Bug 1642884
"race:Axis::UpdateWithTouchAtDevicePoint\n"
"race:AsyncPanZoomController::RequestContentRepaint\n"
// ~GLContextGLX unlocks a libGL mutex that cannot be seen
// by TSan because libGL is not instrumented.
"mutex:GLContextGLX::~GLContextGLX\n"