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 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
803 fun:std::swap | 803 fun:std::swap |
804 fun:RenderThreadImpl::Send | 804 fun:RenderThreadImpl::Send |
805 fun:RenderWidget::Send | 805 fun:RenderWidget::Send |
806 fun:RenderViewImpl::Send | 806 fun:RenderViewImpl::Send |
807 fun:RenderWidget::DoDeferredUpdate | 807 fun:RenderWidget::DoDeferredUpdate |
808 fun:RenderWidget::DoDeferredUpdateAndSendInputAck | 808 fun:RenderWidget::DoDeferredUpdateAndSendInputAck |
809 fun:RenderWidget::InvalidationCallback | 809 fun:RenderWidget::InvalidationCallback |
810 fun:base::internal::RunnableAdapter::Run | 810 fun:base::internal::RunnableAdapter::Run |
811 } | 811 } |
812 { | 812 { |
813 bug_131771 | 813 bug_113771_a |
814 ThreadSanitizer:Race | 814 ThreadSanitizer:Race |
815 fun:tracked_objects::ThreadData::TrackingStatus | 815 fun:tracked_objects::ThreadData::TrackingStatus |
816 fun:tracked_objects::ThreadData::TallyABirthIfActive | 816 fun:tracked_objects::ThreadData::TallyABirthIfActive |
817 fun:base::TrackingInfo::TrackingInfo | 817 fun:base::TrackingInfo::TrackingInfo |
818 fun:base::PendingTask::PendingTask | 818 fun:base::PendingTask::PendingTask |
819 ... | |
820 } | 819 } |
821 { | 820 { |
822 bug_131771_a | 821 bug_113771_b |
823 ThreadSanitizer:Race | 822 ThreadSanitizer:Race |
824 fun:tracked_objects::ThreadData::TrackingStatus | 823 fun:tracked_objects::ThreadData::TrackingStatus |
825 fun:tracked_objects::ThreadData::Now | 824 fun:tracked_objects::ThreadData::Now |
826 fun:tracked_objects::ThreadData::NowForEndOfRun | 825 fun:tracked_objects::ThreadData::NowForEndOfRun |
827 fun:MessageLoop::RunTask | 826 fun:MessageLoop::RunTask |
828 } | 827 } |
829 { | 828 { |
830 bug_131771_b | 829 bug_113771_c |
831 ThreadSanitizer:Race | 830 ThreadSanitizer:Race |
832 fun:tracked_objects::ThreadData::TrackingStatus | 831 fun:tracked_objects::ThreadData::TrackingStatus |
833 fun:tracked_objects::ThreadData::Now | 832 fun:tracked_objects::ThreadData::Now |
834 fun:tracked_objects::ThreadData::NowForStartOfRun | 833 fun:tracked_objects::ThreadData::NowForStartOfRun |
835 fun:MessageLoop::RunTask | 834 fun:MessageLoop::RunTask |
836 } | 835 } |
837 { | 836 { |
838 bug_115540 | 837 bug_115540 |
839 ThreadSanitizer:Race | 838 ThreadSanitizer:Race |
840 fun:base::Thread::message_loop | 839 fun:base::Thread::message_loop |
(...skipping 30 matching lines...) Expand all Loading... |
871 } | 870 } |
872 { | 871 { |
873 bug_118345 | 872 bug_118345 |
874 ThreadSanitizer:Race | 873 ThreadSanitizer:Race |
875 fun:base::Thread::message_loop | 874 fun:base::Thread::message_loop |
876 fun:content::BrowserThreadImpl::PostTaskHelper | 875 fun:content::BrowserThreadImpl::PostTaskHelper |
877 fun:content::BrowserThread::PostTask | 876 fun:content::BrowserThread::PostTask |
878 fun:PluginLoaderPosix::GetPluginsToLoad | 877 fun:PluginLoaderPosix::GetPluginsToLoad |
879 fun:base::internal::RunnableAdapter::Run | 878 fun:base::internal::RunnableAdapter::Run |
880 } | 879 } |
OLD | NEW |