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

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

Issue 194813002: Removing WebRTCAudioDeviceTest test suite (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: xians@ Created 6 years, 9 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/memcheck/suppressions_mac.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 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 ThreadSanitizer:Race 619 ThreadSanitizer:Race
620 fun:tracked_objects::Births::birth_count 620 fun:tracked_objects::Births::birth_count
621 fun:tracked_objects::ThreadData::SnapshotExecutedTasks 621 fun:tracked_objects::ThreadData::SnapshotExecutedTasks
622 } 622 }
623 { 623 {
624 bug_102327_f 624 bug_102327_f
625 ThreadSanitizer:Race 625 ThreadSanitizer:Race
626 fun:tracked_objects::DeathData::RecordDeath 626 fun:tracked_objects::DeathData::RecordDeath
627 } 627 }
628 { 628 {
629 bug_103711a
630 ThreadSanitizer:Race
631 fun:webrtc::Trace::SetLevelFilter
632 }
633 {
634 bug_103711b
635 ThreadSanitizer:Race
636 fun:webrtc::TraceImpl::TraceCheck
637 }
638 {
639 bug_103711c
640 ThreadSanitizer:Race
641 fun:webrtc::ThreadPosix::*
642 }
643 {
644 bug_103711d
645 ThreadSanitizer:Race
646 fun:webrtc::FileWrapper*::*
647 ...
648 fun:webrtc::TraceImpl::StaticInstance
649 fun:webrtc::Trace::ReturnTrace
650 fun:webrtc::voe::SharedData::~SharedData
651 fun:webrtc::VoiceEngineImpl::~VoiceEngineImpl
652 ...
653 fun:webrtc::VoiceEngine::Delete
654 fun:WebRTCAutoDelete::reset
655 ...
656 fun:content::WebRTCAudioDeviceTest_Construct_Test::TestBody
657 }
658 {
659 bug_103711e
660 ThreadSanitizer:Race
661 ...
662 fun:content::WebRTCAudioDeviceTest::OnMessageReceived
663 ...
664 fun:IPC::*
665 fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking
666 ...
667 fun:base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBloc king
668 fun:base::MessagePumpLibevent::OnLibeventNotification
669 fun:event_process_active
670 fun:event_base_loop
671 }
672 {
673 bug_103711f
674 ThreadSanitizer:Race
675 fun:webrtc::TracePosix::AddTime
676 fun:webrtc::TraceImpl::AddImpl
677 fun:webrtc::Trace::Add
678 fun:webrtc::ThreadPosix::Run
679 }
680 {
681 bug_103711g
682 ThreadSanitizer:Race
683 fun:content::WebRTCAudioDeviceTest::SetUp
684 }
685 {
686 bug_103711h
687 ThreadSanitizer:Race
688 fun:webrtc::EventWrapper::~EventWrapper
689 fun:webrtc::EventPosix::~EventPosix
690 fun:webrtc::ProcessThreadImpl::~ProcessThreadImpl
691 fun:webrtc::ProcessThread::DestroyProcessThread
692 fun:webrtc::voe::SharedData::~SharedData
693 fun:webrtc::VoiceEngineImpl::~VoiceEngineImpl
694 fun:webrtc::VoiceEngine::Delete
695 fun:WebRTCAutoDelete::reset
696 fun:WebRTCAutoDelete::~WebRTCAutoDelete
697 fun:content::WebRTCAudioDeviceTest_Construct_Test::TestBody
698 }
699 {
700 bug_103711i
701 ThreadSanitizer:Race
702 fun:webrtc::ProcessThreadImpl::Process
703 fun:webrtc::ProcessThreadImpl::Run
704 fun:webrtc::ThreadPosix::Run
705 fun:StartThread
706 }
707 {
708 bug_103711j
709 ThreadSanitizer:Race
710 fun:webrtc::ProcessThreadImpl::Stop
711 fun:webrtc::VoEBaseImpl::TerminateInternal
712 fun:webrtc::VoEBaseImpl::Terminate
713 fun:content::WebRTCAudioDeviceTest_PlayLocalFile_Test::TestBody
714 }
715 {
716 bug_104769 629 bug_104769
717 ThreadSanitizer:Race 630 ThreadSanitizer:Race
718 fun:timeout_correct 631 fun:timeout_correct
719 fun:event_base_loop 632 fun:event_base_loop
720 fun:base::MessagePumpLibevent::Run 633 fun:base::MessagePumpLibevent::Run
721 fun:base::MessageLoop::RunHandler 634 fun:base::MessageLoop::RunHandler
722 } 635 }
723 { 636 {
724 bug_104776_maybe_benign 637 bug_104776_maybe_benign
725 ThreadSanitizer:Race 638 ThreadSanitizer:Race
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 { 1092 {
1180 bug_348324b 1093 bug_348324b
1181 ThreadSanitizer:Race 1094 ThreadSanitizer:Race
1182 fun:gpu::gles2::QueryTracker::FreeCompletedQueries 1095 fun:gpu::gles2::QueryTracker::FreeCompletedQueries
1183 fun:gpu::gles2::QueryTracker::RemoveQuery 1096 fun:gpu::gles2::QueryTracker::RemoveQuery
1184 fun:gpu::gles2::GLES2Implementation::DeleteQueriesEXTHelper 1097 fun:gpu::gles2::GLES2Implementation::DeleteQueriesEXTHelper
1185 fun:gpu::gles2::GLES2Implementation::DeleteQueriesEXT 1098 fun:gpu::gles2::GLES2Implementation::DeleteQueriesEXT
1186 fun:cc::TextureUploader::Query::~Query 1099 fun:cc::TextureUploader::Query::~Query
1187 fun:cc::TextureUploader::Query::~Query 1100 fun:cc::TextureUploader::Query::~Query
1188 } 1101 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions_mac.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698