Bug 1607138 - Remove suppression for gXPCOMThreadsShutdown r=decoder

This is no longer going to be detected by tsan. I figure with full shutdown enabled we should be able to see if there were other issues around this one.

Differential Revision: https://phabricator.services.mozilla.com/D102487
This commit is contained in:
Kris Wright 2021-01-21 11:06:22 +00:00
parent e5aed0986a
commit 207c544f93

View File

@ -217,9 +217,6 @@ extern "C" const char* __tsan_default_suppressions() {
"race:nsSocketTransport::OnMsgInputClosed\n"
"race:nsSocketTransport::OpenOutputStream\n"
// Bug 1607138
"race:gXPCOMThreadsShutDown\n"
// Bug 1615017
"race:CacheFileMetadata::SetHash\n"
"race:CacheFileMetadata::OnDataWritten\n"