OLD | NEW |
1 # There are a few kinds of suppressions in this file. | 1 # There are a few kinds of suppressions in this file. |
2 # 1. third party stuff we have no control over | 2 # 1. third party stuff we have no control over |
3 # | 3 # |
4 # 2. intentional unit test errors, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or stuff that is somehow a false positive |
5 # in our own code, or stuff that is so trivial it's not worth fixing | 5 # in our own code, or stuff that is so trivial it's not worth fixing |
6 # | 6 # |
7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
8 # These should all be in chromium's bug tracking system (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
(...skipping 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1117 fun:testing::internal::FunctionMocker::Invoke | 1117 fun:testing::internal::FunctionMocker::Invoke |
1118 fun:content::::MockWebRtcAudioCapturerSink::CaptureData | 1118 fun:content::::MockWebRtcAudioCapturerSink::CaptureData |
1119 fun:content::::MockWebRtcAudioCapturerSink::CaptureData | 1119 fun:content::::MockWebRtcAudioCapturerSink::CaptureData |
1120 fun:content::WebRtcAudioCapturerSinkOwner::CaptureData | 1120 fun:content::WebRtcAudioCapturerSinkOwner::CaptureData |
1121 fun:content::WebRtcLocalAudioTrack::Capture | 1121 fun:content::WebRtcLocalAudioTrack::Capture |
1122 fun:content::WebRtcAudioCapturer::TrackOwner::Capture | 1122 fun:content::WebRtcAudioCapturer::TrackOwner::Capture |
1123 fun:content::WebRtcAudioCapturer::Capture | 1123 fun:content::WebRtcAudioCapturer::Capture |
1124 fun:content::::FakeAudioThread::ThreadMain | 1124 fun:content::::FakeAudioThread::ThreadMain |
1125 fun:base::::ThreadFunc | 1125 fun:base::::ThreadFunc |
1126 } | 1126 } |
1127 { | |
1128 bug_297194 | |
1129 ThreadSanitizer:Race | |
1130 fun:scoped_refptr::operator= | |
1131 fun:browser_sync::PasswordChangeProcessor::Disconnect | |
1132 fun:browser_sync::PasswordDataTypeController::DisconnectProcessor | |
1133 fun:browser_sync::NonFrontendDataTypeController::BackendComponentsContainer::D
isconnect | |
1134 fun:browser_sync::NonFrontendDataTypeController::Stop | |
1135 fun:browser_sync::ModelAssociationManager::Stop | |
1136 fun:browser_sync::DataTypeManagerImpl::StopImpl | |
1137 fun:browser_sync::DataTypeManagerImpl::Stop | |
1138 fun:ProfileSyncService::ShutdownImpl | |
1139 fun:ProfileSyncService::Shutdown | |
1140 } | |
OLD | NEW |