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

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
OLDNEW
1
1 # There are a few kinds of suppressions in this file. 2 # There are a few kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 3 # 1. third party stuff we have no control over
3 # 4 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 5 # 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 6 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 7 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 8 # 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). 9 # 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 10 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 11 # running overnight and removing outdated bugs/suppressions.
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 bug_102327_b 585 bug_102327_b
585 ThreadSanitizer:Race 586 ThreadSanitizer:Race
586 ... 587 ...
587 fun:tracked_objects::ThreadData::TallyABirthIfActive 588 fun:tracked_objects::ThreadData::TallyABirthIfActive
588 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask 589 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask
589 fun:base::PosixDynamicThreadPool::WaitForTask 590 fun:base::PosixDynamicThreadPool::WaitForTask
590 fun:base::::WorkerThread::ThreadMain 591 fun:base::::WorkerThread::ThreadMain
591 fun:base::::ThreadFunc 592 fun:base::::ThreadFunc
592 } 593 }
593 { 594 {
594 bug_102327_b 595 bug_102327_c
595 ThreadSanitizer:Race 596 ThreadSanitizer:Race
596 fun:tracked_objects::ThreadData::tracking_status 597 fun:tracked_objects::ThreadData::tracking_status
597 } 598 }
598 { 599 {
599 bug_103711a 600 bug_103711a
600 ThreadSanitizer:Race 601 ThreadSanitizer:Race
601 fun:webrtc::Trace::SetLevelFilter 602 fun:webrtc::Trace::SetLevelFilter
602 } 603 }
603 { 604 {
604 bug_103711b 605 bug_103711b
605 ThreadSanitizer:Race 606 ThreadSanitizer:Race
606 fun:webrtc::TraceImpl::TraceCheck 607 fun:webrtc::TraceImpl::TraceCheck
607 } 608 }
608 { 609 {
609 bug_103711c 610 bug_103711c
610 ThreadSanitizer:Race 611 ThreadSanitizer:Race
611 fun:webrtc::ThreadPosix::* 612 fun:webrtc::ThreadPosix::*
612 } 613 }
613 { 614 {
614 bug_103711c 615 bug_103711d
615 ThreadSanitizer:Race 616 ThreadSanitizer:Race
616 fun:webrtc::FileWrapper*::* 617 fun:webrtc::FileWrapper*::*
617 ... 618 ...
618 fun:webrtc::TraceImpl::StaticInstance 619 fun:webrtc::TraceImpl::StaticInstance
619 fun:webrtc::Trace::ReturnTrace 620 fun:webrtc::Trace::ReturnTrace
620 fun:webrtc::voe::SharedData::~SharedData 621 fun:webrtc::voe::SharedData::~SharedData
621 fun:webrtc::VoiceEngineImpl::~VoiceEngineImpl 622 fun:webrtc::VoiceEngineImpl::~VoiceEngineImpl
622 ... 623 ...
623 fun:webrtc::VoiceEngine::Delete 624 fun:webrtc::VoiceEngine::Delete
624 fun:WebRTCAutoDelete::reset 625 fun:WebRTCAutoDelete::reset
625 ... 626 ...
626 fun:WebRTCAudioDeviceTest_Construct_Test::TestBody 627 fun:WebRTCAudioDeviceTest_Construct_Test::TestBody
627 } 628 }
628 { 629 {
629 bug_103711d 630 bug_103711e
630 ThreadSanitizer:Race 631 ThreadSanitizer:Race
631 ... 632 ...
632 fun:WebRTCAudioDeviceTest::OnMessageReceived 633 fun:WebRTCAudioDeviceTest::OnMessageReceived
633 ... 634 ...
634 fun:IPC::Channel::ChannelImpl::ProcessIncomingMessages 635 fun:IPC::Channel::ChannelImpl::ProcessIncomingMessages
635 fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking 636 fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking
636 fun:base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBloc king 637 fun:base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBloc king
637 fun:base::MessagePumpLibevent::OnLibeventNotification 638 fun:base::MessagePumpLibevent::OnLibeventNotification
638 fun:event_process_active 639 fun:event_process_active
639 fun:event_base_loop 640 fun:event_base_loop
640 } 641 }
641 { 642 {
642 bug_103711e 643 bug_103711f
643 ThreadSanitizer:Race 644 ThreadSanitizer:Race
644 fun:webrtc::TracePosix::AddTime 645 fun:webrtc::TracePosix::AddTime
645 fun:webrtc::TraceImpl::AddImpl 646 fun:webrtc::TraceImpl::AddImpl
646 fun:webrtc::Trace::Add 647 fun:webrtc::Trace::Add
647 fun:webrtc::ThreadPosix::Run 648 fun:webrtc::ThreadPosix::Run
648 } 649 }
649 { 650 {
650 bug_103711f 651 bug_103711g
651 ThreadSanitizer:Race 652 ThreadSanitizer:Race
652 fun:WebRTCAudioDeviceTest::SetUp 653 fun:WebRTCAudioDeviceTest::SetUp
653 } 654 }
654 { 655 {
655 bug_103711g 656 bug_103711h
656 ThreadSanitizer:Race 657 ThreadSanitizer:Race
657 fun:webrtc::EventWrapper::~EventWrapper 658 fun:webrtc::EventWrapper::~EventWrapper
658 fun:webrtc::EventPosix::~EventPosix 659 fun:webrtc::EventPosix::~EventPosix
659 fun:webrtc::ProcessThreadImpl::~ProcessThreadImpl 660 fun:webrtc::ProcessThreadImpl::~ProcessThreadImpl
660 fun:webrtc::ProcessThread::DestroyProcessThread 661 fun:webrtc::ProcessThread::DestroyProcessThread
661 fun:webrtc::voe::SharedData::~SharedData 662 fun:webrtc::voe::SharedData::~SharedData
662 fun:webrtc::VoiceEngineImpl::~VoiceEngineImpl 663 fun:webrtc::VoiceEngineImpl::~VoiceEngineImpl
663 fun:webrtc::VoiceEngine::Delete 664 fun:webrtc::VoiceEngine::Delete
664 fun:WebRTCAutoDelete::reset 665 fun:WebRTCAutoDelete::reset
665 fun:WebRTCAutoDelete::~WebRTCAutoDelete 666 fun:WebRTCAutoDelete::~WebRTCAutoDelete
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 } 707 }
707 { 708 {
708 bug_107181b 709 bug_107181b
709 ThreadSanitizer:Race 710 ThreadSanitizer:Race
710 fun:media::AudioRendererAlgorithmBase::playback_rate 711 fun:media::AudioRendererAlgorithmBase::playback_rate
711 fun:media::AudioRendererBase::GetPlaybackRate 712 fun:media::AudioRendererBase::GetPlaybackRate
712 fun:AudioRendererImpl::Render 713 fun:AudioRendererImpl::Render
713 fun:AudioDevice::FireRenderCallback 714 fun:AudioDevice::FireRenderCallback
714 fun:AudioDevice::Run 715 fun:AudioDevice::Run
715 } 716 }
OLDNEW
« tools/valgrind/tsan/PRESUBMIT.py ('K') | « tools/valgrind/tsan/PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698