Bug 1615275 - Add temporary suppression for GetVelocity data race. r=mccr8

Differential Revision: https://phabricator.services.mozilla.com/D62887

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Christian Holler 2020-02-14 21:37:13 +00:00
Родитель 7c8049bbaf
Коммит 1847c7f638
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -327,6 +327,10 @@ extern "C" const char* __tsan_default_suppressions() {
"race:CacheEntry::Purge\n"
"race:CacheEntry::MetaDataReady\n"
// Bug 1615275
"race:^GetVelocity$\n"
"race:^EndTouch$\n"
// ~GLContextGLX unlocks a libGL mutex that cannot be seen
// by TSan because libGL is not instrumented.
"mutex:GLContextGLX::~GLContextGLX\n"