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

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

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 5 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 | « tools/valgrind/drmemory/suppressions_full.txt ('k') | no next file » | 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 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 ThreadSanitizer:Race 774 ThreadSanitizer:Race
775 ... 775 ...
776 fun:TestProfileSyncService::~TestProfileSyncService 776 fun:TestProfileSyncService::~TestProfileSyncService
777 fun:scoped_ptr::reset 777 fun:scoped_ptr::reset
778 fun:ProfileSyncServiceAutofillTest::TearDown 778 fun:ProfileSyncServiceAutofillTest::TearDown
779 } 779 }
780 { 780 {
781 bug_107903_b 781 bug_107903_b
782 ThreadSanitizer:Race 782 ThreadSanitizer:Race
783 ... 783 ...
784 fun:csync::SyncManager::SyncInternal::ShutdownOnSyncThread 784 fun:syncer::SyncManager::SyncInternal::ShutdownOnSyncThread
785 fun:csync::SyncManager::ShutdownOnSyncThread 785 fun:syncer::SyncManager::ShutdownOnSyncThread
786 fun:browser_sync::SyncBackendHost::Core::DoShutdown 786 fun:browser_sync::SyncBackendHost::Core::DoShutdown
787 fun:base::internal::RunnableAdapter::Run 787 fun:base::internal::RunnableAdapter::Run
788 } 788 }
789 { 789 {
790 bug_107903_c 790 bug_107903_c
791 ThreadSanitizer:Race 791 ThreadSanitizer:Race
792 fun:syncable::DirectoryChangeDelegate::~DirectoryChangeDelegate 792 fun:syncable::DirectoryChangeDelegate::~DirectoryChangeDelegate
793 fun:csync::SyncManager::SyncInternal::~SyncInternal 793 fun:syncer::SyncManager::SyncInternal::~SyncInternal
794 fun:csync::SyncManager::~SyncManager 794 fun:syncer::SyncManager::~SyncManager
795 fun:scoped_ptr::reset 795 fun:scoped_ptr::reset
796 fun:browser_sync::SyncBackendHost::Core::DoShutdown 796 fun:browser_sync::SyncBackendHost::Core::DoShutdown
797 fun:base::internal::RunnableAdapter::Run 797 fun:base::internal::RunnableAdapter::Run
798 } 798 }
799 { 799 {
800 bug_108408 800 bug_108408
801 ThreadSanitizer:Race 801 ThreadSanitizer:Race
802 fun:base::subtle::RefCountedBase::AddRef 802 fun:base::subtle::RefCountedBase::AddRef
803 fun:base::RefCounted::AddRef 803 fun:base::RefCounted::AddRef
804 fun:net::HttpCache::Transaction::DoCacheWriteData 804 fun:net::HttpCache::Transaction::DoCacheWriteData
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 } 979 }
980 { 980 {
981 bug_134891 981 bug_134891
982 ThreadSanitizer:Race 982 ThreadSanitizer:Race
983 ... 983 ...
984 fun:base::MD5Update 984 fun:base::MD5Update
985 fun:media::VideoFrame::HashFrameForTesting 985 fun:media::VideoFrame::HashFrameForTesting
986 fun:media::PipelineIntegrationTestBase::OnVideoRendererPaint 986 fun:media::PipelineIntegrationTestBase::OnVideoRendererPaint
987 fun:base::internal::RunnableAdapter::Run 987 fun:base::internal::RunnableAdapter::Run
988 } 988 }
OLDNEW
« no previous file with comments | « tools/valgrind/drmemory/suppressions_full.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698