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

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

Issue 8951011: Add presubmit checks for TSan suppressions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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/tsan/PRESUBMIT.py ('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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 bug_102327_b 584 bug_102327_b
585 ThreadSanitizer:Race 585 ThreadSanitizer:Race
586 ... 586 ...
587 fun:tracked_objects::ThreadData::TallyABirthIfActive 587 fun:tracked_objects::ThreadData::TallyABirthIfActive
588 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask 588 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask
589 fun:base::PosixDynamicThreadPool::WaitForTask 589 fun:base::PosixDynamicThreadPool::WaitForTask
590 fun:base::::WorkerThread::ThreadMain 590 fun:base::::WorkerThread::ThreadMain
591 fun:base::::ThreadFunc 591 fun:base::::ThreadFunc
592 } 592 }
593 { 593 {
594 bug_102327_b 594 bug_102327_c
595 ThreadSanitizer:Race 595 ThreadSanitizer:Race
596 fun:tracked_objects::ThreadData::tracking_status 596 fun:tracked_objects::ThreadData::tracking_status
597 } 597 }
598 { 598 {
599 bug_103711a 599 bug_103711a
600 ThreadSanitizer:Race 600 ThreadSanitizer:Race
601 fun:webrtc::Trace::SetLevelFilter 601 fun:webrtc::Trace::SetLevelFilter
602 } 602 }
603 { 603 {
604 bug_103711b 604 bug_103711b
605 ThreadSanitizer:Race 605 ThreadSanitizer:Race
606 fun:webrtc::TraceImpl::TraceCheck 606 fun:webrtc::TraceImpl::TraceCheck
607 } 607 }
608 { 608 {
609 bug_103711c 609 bug_103711c
610 ThreadSanitizer:Race 610 ThreadSanitizer:Race
611 fun:webrtc::ThreadPosix::* 611 fun:webrtc::ThreadPosix::*
612 } 612 }
613 { 613 {
614 bug_103711c 614 bug_103711d
615 ThreadSanitizer:Race 615 ThreadSanitizer:Race
616 fun:webrtc::FileWrapper*::* 616 fun:webrtc::FileWrapper*::*
617 ... 617 ...
618 fun:webrtc::TraceImpl::StaticInstance 618 fun:webrtc::TraceImpl::StaticInstance
619 fun:webrtc::Trace::ReturnTrace 619 fun:webrtc::Trace::ReturnTrace
620 fun:webrtc::voe::SharedData::~SharedData 620 fun:webrtc::voe::SharedData::~SharedData
621 fun:webrtc::VoiceEngineImpl::~VoiceEngineImpl 621 fun:webrtc::VoiceEngineImpl::~VoiceEngineImpl
622 ... 622 ...
623 fun:webrtc::VoiceEngine::Delete 623 fun:webrtc::VoiceEngine::Delete
624 fun:WebRTCAutoDelete::reset 624 fun:WebRTCAutoDelete::reset
625 ... 625 ...
626 fun:WebRTCAudioDeviceTest_Construct_Test::TestBody 626 fun:WebRTCAudioDeviceTest_Construct_Test::TestBody
627 } 627 }
628 { 628 {
629 bug_103711d 629 bug_103711e
630 ThreadSanitizer:Race 630 ThreadSanitizer:Race
631 ... 631 ...
632 fun:WebRTCAudioDeviceTest::OnMessageReceived 632 fun:WebRTCAudioDeviceTest::OnMessageReceived
633 ... 633 ...
634 fun:IPC::Channel::ChannelImpl::ProcessIncomingMessages 634 fun:IPC::Channel::ChannelImpl::ProcessIncomingMessages
635 fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking 635 fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking
636 fun:base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBloc king 636 fun:base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBloc king
637 fun:base::MessagePumpLibevent::OnLibeventNotification 637 fun:base::MessagePumpLibevent::OnLibeventNotification
638 fun:event_process_active 638 fun:event_process_active
639 fun:event_base_loop 639 fun:event_base_loop
640 } 640 }
641 { 641 {
642 bug_103711e 642 bug_103711f
643 ThreadSanitizer:Race 643 ThreadSanitizer:Race
644 fun:webrtc::TracePosix::AddTime 644 fun:webrtc::TracePosix::AddTime
645 fun:webrtc::TraceImpl::AddImpl 645 fun:webrtc::TraceImpl::AddImpl
646 fun:webrtc::Trace::Add 646 fun:webrtc::Trace::Add
647 fun:webrtc::ThreadPosix::Run 647 fun:webrtc::ThreadPosix::Run
648 } 648 }
649 { 649 {
650 bug_103711f 650 bug_103711g
651 ThreadSanitizer:Race 651 ThreadSanitizer:Race
652 fun:WebRTCAudioDeviceTest::SetUp 652 fun:WebRTCAudioDeviceTest::SetUp
653 } 653 }
654 { 654 {
655 bug_103711g 655 bug_103711h
656 ThreadSanitizer:Race 656 ThreadSanitizer:Race
657 fun:webrtc::EventWrapper::~EventWrapper 657 fun:webrtc::EventWrapper::~EventWrapper
658 fun:webrtc::EventPosix::~EventPosix 658 fun:webrtc::EventPosix::~EventPosix
659 fun:webrtc::ProcessThreadImpl::~ProcessThreadImpl 659 fun:webrtc::ProcessThreadImpl::~ProcessThreadImpl
660 fun:webrtc::ProcessThread::DestroyProcessThread 660 fun:webrtc::ProcessThread::DestroyProcessThread
661 fun:webrtc::voe::SharedData::~SharedData 661 fun:webrtc::voe::SharedData::~SharedData
662 fun:webrtc::VoiceEngineImpl::~VoiceEngineImpl 662 fun:webrtc::VoiceEngineImpl::~VoiceEngineImpl
663 fun:webrtc::VoiceEngine::Delete 663 fun:webrtc::VoiceEngine::Delete
664 fun:WebRTCAutoDelete::reset 664 fun:WebRTCAutoDelete::reset
665 fun:WebRTCAutoDelete::~WebRTCAutoDelete 665 fun:WebRTCAutoDelete::~WebRTCAutoDelete
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 } 706 }
707 { 707 {
708 bug_107181b 708 bug_107181b
709 ThreadSanitizer:Race 709 ThreadSanitizer:Race
710 fun:media::AudioRendererAlgorithmBase::playback_rate 710 fun:media::AudioRendererAlgorithmBase::playback_rate
711 fun:media::AudioRendererBase::GetPlaybackRate 711 fun:media::AudioRendererBase::GetPlaybackRate
712 fun:AudioRendererImpl::Render 712 fun:AudioRendererImpl::Render
713 fun:AudioDevice::FireRenderCallback 713 fun:AudioDevice::FireRenderCallback
714 fun:AudioDevice::Run 714 fun:AudioDevice::Run
715 } 715 }
OLDNEW
« no previous file with comments | « tools/valgrind/tsan/PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698