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

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

Issue 8513005: Widen the webrtc TSan suppression once again... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 fun:webrtc::VoiceEngineImpl::~VoiceEngineImpl 639 fun:webrtc::VoiceEngineImpl::~VoiceEngineImpl
640 ... 640 ...
641 fun:webrtc::VoiceEngine::Delete 641 fun:webrtc::VoiceEngine::Delete
642 fun:WebRTCAutoDelete::reset 642 fun:WebRTCAutoDelete::reset
643 ... 643 ...
644 fun:WebRTCAudioDeviceTest_Construct_Test::TestBody 644 fun:WebRTCAudioDeviceTest_Construct_Test::TestBody
645 } 645 }
646 { 646 {
647 bug_103711d 647 bug_103711d
648 ThreadSanitizer:Race 648 ThreadSanitizer:Race
649 ...
649 fun:WebRTCAudioDeviceTest::OnMessageReceived 650 fun:WebRTCAudioDeviceTest::OnMessageReceived
650 ... 651 ...
651 fun:IPC::Channel::ChannelImpl::ProcessIncomingMessages 652 fun:IPC::Channel::ChannelImpl::ProcessIncomingMessages
652 fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking 653 fun:IPC::Channel::ChannelImpl::OnFileCanReadWithoutBlocking
653 fun:base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlo cking 654 fun:base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlo cking
654 fun:base::MessagePumpLibevent::OnLibeventNotification 655 fun:base::MessagePumpLibevent::OnLibeventNotification
655 fun:event_process_active 656 fun:event_process_active
656 fun:event_base_loop 657 fun:event_base_loop
657 } 658 }
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