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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
671 fun:webrtc::TraceImpl::AddImpl | 671 fun:webrtc::TraceImpl::AddImpl |
672 fun:webrtc::Trace::Add | 672 fun:webrtc::Trace::Add |
673 fun:webrtc::ThreadPosix::Run | 673 fun:webrtc::ThreadPosix::Run |
674 } | 674 } |
675 { | 675 { |
676 bug_103711f | 676 bug_103711f |
677 ThreadSanitizer:Race | 677 ThreadSanitizer:Race |
678 fun:WebRTCAudioDeviceTest::SetUp | 678 fun:WebRTCAudioDeviceTest::SetUp |
679 } | 679 } |
680 { | 680 { |
| 681 bug_103711g |
| 682 ThreadSanitizer:Race |
| 683 fun:webrtc::EventWrapper::~EventWrapper |
| 684 fun:webrtc::EventPosix::~EventPosix |
| 685 fun:webrtc::ProcessThreadImpl::~ProcessThreadImpl |
| 686 fun:webrtc::ProcessThread::DestroyProcessThread |
| 687 fun:webrtc::voe::SharedData::~SharedData |
| 688 fun:webrtc::VoiceEngineImpl::~VoiceEngineImpl |
| 689 fun:webrtc::VoiceEngine::Delete |
| 690 fun:WebRTCAutoDelete::reset |
| 691 fun:WebRTCAutoDelete::~WebRTCAutoDelete |
| 692 fun:WebRTCAudioDeviceTest_Construct_Test::TestBody |
| 693 } |
| 694 { |
681 bug_104769 | 695 bug_104769 |
682 ThreadSanitizer:Race | 696 ThreadSanitizer:Race |
683 fun:timeout_correct | 697 fun:timeout_correct |
684 fun:event_base_loop | 698 fun:event_base_loop |
685 fun:base::MessagePumpLibevent::Run | 699 fun:base::MessagePumpLibevent::Run |
686 fun:MessageLoop::RunInternal | 700 fun:MessageLoop::RunInternal |
687 fun:MessageLoop::RunHandler | 701 fun:MessageLoop::RunHandler |
688 fun:MessageLoop::Run | 702 fun:MessageLoop::Run |
689 } | 703 } |
690 { | 704 { |
691 bug_104776_maybe_benign | 705 bug_104776_maybe_benign |
692 ThreadSanitizer:Race | 706 ThreadSanitizer:Race |
693 fun:base::StatisticsRecorder::StatisticsRecorder | 707 fun:base::StatisticsRecorder::StatisticsRecorder |
694 fun:BrowserMain | 708 fun:BrowserMain |
695 fun:::RunNamedProcessTypeMain | 709 fun:::RunNamedProcessTypeMain |
696 fun:content::ContentMain | 710 fun:content::ContentMain |
697 fun:ChromeMain | 711 fun:ChromeMain |
698 fun:main | 712 fun:main |
699 } | 713 } |
700 { | 714 { |
701 bug_105579 | 715 bug_105579 |
702 ThreadSanitizer:Race | 716 ThreadSanitizer:Race |
703 fun:net::SdchManager::EnableSdchSupport | 717 fun:net::SdchManager::EnableSdchSupport |
704 fun:net::SdchManager::Shutdown | 718 fun:net::SdchManager::Shutdown |
705 } | 719 } |
OLD | NEW |