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

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

Issue 10216005: Update tracked_objects::ThreadData TSAN suppressions after http://crrev.com/132109 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | 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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 ... 585 ...
586 fun:tracked_objects::ThreadData::TallyABirthIfActive 586 fun:tracked_objects::ThreadData::TallyABirthIfActive
587 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask 587 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask
588 fun:base::PosixDynamicThreadPool::WaitForTask 588 fun:base::PosixDynamicThreadPool::WaitForTask
589 fun:base::::WorkerThread::ThreadMain 589 fun:base::::WorkerThread::ThreadMain
590 fun:base::::ThreadFunc 590 fun:base::::ThreadFunc
591 } 591 }
592 { 592 {
593 bug_102327_c 593 bug_102327_c
594 ThreadSanitizer:Race 594 ThreadSanitizer:Race
595 fun:tracked_objects::ThreadData::tracking_status 595 fun:tracked_objects::ThreadData::TrackingStatus
596 }
597 {
598 bug_102327_d
599 ThreadSanitizer:Race
600 fun:tracked_objects::ThreadData::SnapshotMaps
596 } 601 }
597 { 602 {
598 bug_103711a 603 bug_103711a
599 ThreadSanitizer:Race 604 ThreadSanitizer:Race
600 fun:webrtc::Trace::SetLevelFilter 605 fun:webrtc::Trace::SetLevelFilter
601 } 606 }
602 { 607 {
603 bug_103711b 608 bug_103711b
604 ThreadSanitizer:Race 609 ThreadSanitizer:Race
605 fun:webrtc::TraceImpl::TraceCheck 610 fun:webrtc::TraceImpl::TraceCheck
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 fun:std::swap 816 fun:std::swap
812 fun:RenderThreadImpl::Send 817 fun:RenderThreadImpl::Send
813 fun:RenderWidget::Send 818 fun:RenderWidget::Send
814 fun:RenderViewImpl::Send 819 fun:RenderViewImpl::Send
815 fun:RenderWidget::DoDeferredUpdate 820 fun:RenderWidget::DoDeferredUpdate
816 fun:RenderWidget::DoDeferredUpdateAndSendInputAck 821 fun:RenderWidget::DoDeferredUpdateAndSendInputAck
817 fun:RenderWidget::InvalidationCallback 822 fun:RenderWidget::InvalidationCallback
818 fun:base::internal::RunnableAdapter::Run 823 fun:base::internal::RunnableAdapter::Run
819 } 824 }
820 { 825 {
821 bug_113771_a
822 ThreadSanitizer:Race
823 fun:tracked_objects::ThreadData::TrackingStatus
824 fun:tracked_objects::ThreadData::TallyABirthIfActive
825 fun:base::TrackingInfo::TrackingInfo
826 fun:base::PendingTask::PendingTask
827 }
828 {
829 bug_113771_b
830 ThreadSanitizer:Race
831 fun:tracked_objects::ThreadData::TrackingStatus
832 fun:tracked_objects::ThreadData::Now
833 fun:tracked_objects::ThreadData::NowForEndOfRun
834 fun:MessageLoop::RunTask
835 }
836 {
837 bug_113771_c
838 ThreadSanitizer:Race
839 fun:tracked_objects::ThreadData::TrackingStatus
840 fun:tracked_objects::ThreadData::Now
841 fun:tracked_objects::ThreadData::NowForStartOfRun
842 fun:MessageLoop::RunTask
843 }
844 {
845 bug_115540 826 bug_115540
846 ThreadSanitizer:Race 827 ThreadSanitizer:Race
847 fun:base::Thread::message_loop 828 fun:base::Thread::message_loop
848 fun:content::BrowserThreadImpl::PostTaskHelper 829 fun:content::BrowserThreadImpl::PostTaskHelper
849 fun:content::BrowserThread::PostTask 830 fun:content::BrowserThread::PostTask
850 fun:AudioRendererHost::OnCreated 831 fun:AudioRendererHost::OnCreated
851 fun:media::AudioOutputController::DoCreate 832 fun:media::AudioOutputController::DoCreate
852 } 833 }
853 { 834 {
854 bug_116421 835 bug_116421
(...skipping 29 matching lines...) Expand all
884 fun:content::BrowserThread::PostTask 865 fun:content::BrowserThread::PostTask
885 fun:PluginLoaderPosix::GetPluginsToLoad 866 fun:PluginLoaderPosix::GetPluginsToLoad
886 fun:base::internal::RunnableAdapter::Run 867 fun:base::internal::RunnableAdapter::Run
887 } 868 }
888 { 869 {
889 bug_118319_c 870 bug_118319_c
890 ThreadSanitizer:Race 871 ThreadSanitizer:Race
891 fun:base::Thread::ThreadMain 872 fun:base::Thread::ThreadMain
892 fun:base::::ThreadFunc 873 fun:base::::ThreadFunc
893 } 874 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698