Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: tools/valgrind/tsan/suppressions.txt

Issue 24465003: Remove suppression of race:browser_sync::PasswordChangeProcessor::Disconnect. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/valgrind/tsan_v2/suppressions.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/tsan_v2/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698