mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
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:
parent
e5aed0986a
commit
207c544f93
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user