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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 ... | 547 ... |
548 fun:media::FFmpegVideoDecoder::Flush | 548 fun:media::FFmpegVideoDecoder::Flush |
549 } | 549 } |
550 { | 550 { |
551 bug_93932_g | 551 bug_93932_g |
552 ThreadSanitizer:Race | 552 ThreadSanitizer:Race |
553 ... | 553 ... |
554 fun:frame_thread_free | 554 fun:frame_thread_free |
555 ... | 555 ... |
556 fun:avcodec_close | 556 fun:avcodec_close |
| 557 } |
| 558 { |
| 559 bug_93932_h |
| 560 ThreadSanitizer:Race |
557 ... | 561 ... |
| 562 fun:render_slice |
| 563 fun:vp3_decode_frame |
| 564 fun:frame_worker_thread |
558 } | 565 } |
559 { | 566 { |
560 bug_100020 | 567 bug_100020 |
561 ThreadSanitizer:Race | 568 ThreadSanitizer:Race |
562 fun:linked_ptr_internal::join | 569 fun:linked_ptr_internal::join |
563 fun:linked_ptr::copy | 570 fun:linked_ptr::copy |
564 ... | 571 ... |
565 fun:HostContentSettingsMap::GetDefaultContentSetting | 572 fun:HostContentSettingsMap::GetDefaultContentSetting |
566 } | 573 } |
567 { | 574 { |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
762 } | 769 } |
763 { | 770 { |
764 bug_108411 | 771 bug_108411 |
765 ThreadSanitizer:Race | 772 ThreadSanitizer:Race |
766 ... | 773 ... |
767 fun:pa_rtpoll_run | 774 fun:pa_rtpoll_run |
768 } | 775 } |
769 { | 776 { |
770 bug_112200 | 777 bug_112200 |
771 ThreadSanitizer:Race | 778 ThreadSanitizer:Race |
772 fun:park_frame_worker_threads | 779 ... |
773 fun:ff_thread_flush | 780 fun:ff_thread_flush |
774 fun:avcodec_flush_buffers | 781 fun:avcodec_flush_buffers |
775 fun:avcodec_flush_buffers | 782 fun:avcodec_flush_buffers |
| 783 ... |
776 fun:media::FFmpegVideoDecoder::Flush | 784 fun:media::FFmpegVideoDecoder::Flush |
777 fun:base::internal::RunnableAdapter::Run | 785 fun:base::internal::RunnableAdapter::Run |
778 } | 786 } |
779 | 787 |
780 { | 788 { |
781 bug_112419 | 789 bug_112419 |
782 ThreadSanitizer:Race | 790 ThreadSanitizer:Race |
783 ... | 791 ... |
784 fun:::OCSPTrySendAndReceive | 792 fun:::OCSPTrySendAndReceive |
785 fun:pkix_pl_Pk11CertStore_GetCRL | 793 fun:pkix_pl_Pk11CertStore_GetCRL |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
876 fun:content::BrowserThread::PostTask | 884 fun:content::BrowserThread::PostTask |
877 fun:PluginLoaderPosix::GetPluginsToLoad | 885 fun:PluginLoaderPosix::GetPluginsToLoad |
878 fun:base::internal::RunnableAdapter::Run | 886 fun:base::internal::RunnableAdapter::Run |
879 } | 887 } |
880 { | 888 { |
881 bug_118319_c | 889 bug_118319_c |
882 ThreadSanitizer:Race | 890 ThreadSanitizer:Race |
883 fun:base::Thread::ThreadMain | 891 fun:base::Thread::ThreadMain |
884 fun:base::::ThreadFunc | 892 fun:base::::ThreadFunc |
885 } | 893 } |
OLD | NEW |