OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |