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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 bug_102327_b | 615 bug_102327_b |
616 ThreadSanitizer:Race | 616 ThreadSanitizer:Race |
617 ... | 617 ... |
618 fun:tracked_objects::ThreadData::TallyABirthIfActive | 618 fun:tracked_objects::ThreadData::TallyABirthIfActive |
619 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask | 619 fun:base::PosixDynamicThreadPool::PendingTask::PendingTask |
620 fun:base::PosixDynamicThreadPool::WaitForTask | 620 fun:base::PosixDynamicThreadPool::WaitForTask |
621 fun:base::::WorkerThread::ThreadMain | 621 fun:base::::WorkerThread::ThreadMain |
622 fun:base::::ThreadFunc | 622 fun:base::::ThreadFunc |
623 } | 623 } |
624 { | 624 { |
| 625 bug_102327_b |
| 626 ThreadSanitizer:Race |
| 627 fun:tracked_objects::ThreadData::tracking_status |
| 628 } |
| 629 { |
625 bug_103711a | 630 bug_103711a |
626 ThreadSanitizer:Race | 631 ThreadSanitizer:Race |
627 fun:webrtc::Trace::SetLevelFilter | 632 fun:webrtc::Trace::SetLevelFilter |
628 } | 633 } |
629 { | 634 { |
630 bug_103711b | 635 bug_103711b |
631 ThreadSanitizer:Race | 636 ThreadSanitizer:Race |
632 fun:webrtc::TraceImpl::TraceCheck | 637 fun:webrtc::TraceImpl::TraceCheck |
633 } | 638 } |
634 { | 639 { |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 fun:webrtc::TracePosix::AddTime | 675 fun:webrtc::TracePosix::AddTime |
671 fun:webrtc::TraceImpl::AddImpl | 676 fun:webrtc::TraceImpl::AddImpl |
672 fun:webrtc::Trace::Add | 677 fun:webrtc::Trace::Add |
673 fun:webrtc::ThreadPosix::Run | 678 fun:webrtc::ThreadPosix::Run |
674 } | 679 } |
675 { | 680 { |
676 bug_103711f | 681 bug_103711f |
677 ThreadSanitizer:Race | 682 ThreadSanitizer:Race |
678 fun:WebRTCAudioDeviceTest::SetUp | 683 fun:WebRTCAudioDeviceTest::SetUp |
679 } | 684 } |
OLD | NEW |