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 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 } | 691 } |
692 { | 692 { |
693 bug_103711i | 693 bug_103711i |
694 ThreadSanitizer:Race | 694 ThreadSanitizer:Race |
695 fun:webrtc::ProcessThreadImpl::Process | 695 fun:webrtc::ProcessThreadImpl::Process |
696 fun:webrtc::ProcessThreadImpl::Run | 696 fun:webrtc::ProcessThreadImpl::Run |
697 fun:webrtc::ThreadPosix::Run | 697 fun:webrtc::ThreadPosix::Run |
698 fun:StartThread | 698 fun:StartThread |
699 } | 699 } |
700 { | 700 { |
| 701 bug_103711j |
| 702 ThreadSanitizer:Race |
| 703 fun:webrtc::ProcessThreadImpl::Stop |
| 704 fun:webrtc::VoEBaseImpl::TerminateInternal |
| 705 fun:webrtc::VoEBaseImpl::Terminate |
| 706 fun:WebRTCAudioDeviceTest_PlayLocalFile_Test::TestBody |
| 707 } |
| 708 { |
701 bug_104769 | 709 bug_104769 |
702 ThreadSanitizer:Race | 710 ThreadSanitizer:Race |
703 fun:timeout_correct | 711 fun:timeout_correct |
704 fun:event_base_loop | 712 fun:event_base_loop |
705 fun:base::MessagePumpLibevent::Run | 713 fun:base::MessagePumpLibevent::Run |
706 fun:MessageLoop::RunInternal | 714 fun:MessageLoop::RunInternal |
707 fun:MessageLoop::RunHandler | 715 fun:MessageLoop::RunHandler |
708 fun:MessageLoop::Run | 716 fun:MessageLoop::Run |
709 } | 717 } |
710 { | 718 { |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
923 { | 931 { |
924 bug_121574 | 932 bug_121574 |
925 ThreadSanitizer:Race | 933 ThreadSanitizer:Race |
926 fun:base::Thread::message_loop | 934 fun:base::Thread::message_loop |
927 fun:content::BrowserThreadImpl::PostTaskHelper | 935 fun:content::BrowserThreadImpl::PostTaskHelper |
928 fun:content::BrowserThread::PostTask | 936 fun:content::BrowserThread::PostTask |
929 fun:ProcessSingleton::LinuxWatcher::SocketReader::FinishWithACK | 937 fun:ProcessSingleton::LinuxWatcher::SocketReader::FinishWithACK |
930 fun:ProcessSingleton::LinuxWatcher::HandleMessage | 938 fun:ProcessSingleton::LinuxWatcher::HandleMessage |
931 fun:base::internal::RunnableAdapter::Run | 939 fun:base::internal::RunnableAdapter::Run |
932 } | 940 } |
OLD | NEW |