Bug 1671572 - Remove suppression for fixed issue. r=decoder

It looks like this may have been fixed around 2 months ago in Bug 1664831: https://searchfox.org/mozilla-central/rev/1ebc9745be02eebf7a694f5c527a44a045b8c97a/gfx/layers/ipc/ShadowLayers.cpp#149

Differential Revision: https://phabricator.services.mozilla.com/D102617
This commit is contained in:
Kris Wright 2021-01-22 14:36:42 +00:00
parent d8c7150872
commit bbefc50271

View File

@ -249,11 +249,6 @@ extern "C" const char* __tsan_default_suppressions() {
// Bug 1652530
"mutex:XErrorTrap\n"
// Bug 1671572
"race:IdentifyTextureHost\n"
"race:GetCompositorBackendType\n"
"race:SupportsTextureDirectMapping\n"
// Bug 1671601
"race:CamerasParent::ActorDestroy\n"
"race:CamerasParent::DispatchToVideoCaptureThread\n"