Bug 1627683 - Update TSAN suppression list following changes to give GC cells headers r=decoder

Similarly to changeset cfa64a6b5a87, a scope's enclosing scope is no longer updated by MovingTracer::onScopeEdge following the changes in bug 1625212. Update the suppression list accordingly.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jon Coppeard 2020-04-07 12:22:07 +00:00
Родитель 55945d9673
Коммит f105b2ae13
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -123,7 +123,7 @@ extern "C" const char* __tsan_default_suppressions() {
// Bug 1600895
"race:UpdateCellPointers<js::Shape>\n"
"race:js::gc::MovingTracer::onScopeEdge\n"
"race:UpdateCellPointers<js::Scope>\n"
"race:js::gc::MovingTracer::onShapeEdge\n"
"race:fixupShapeTreeAfterMovingGC\n"