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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
821 fun:base::internal::RunnableAdapter::Run | 821 fun:base::internal::RunnableAdapter::Run |
822 } | 822 } |
823 { | 823 { |
824 bug_137701 | 824 bug_137701 |
825 ThreadSanitizer:Race | 825 ThreadSanitizer:Race |
826 ... | 826 ... |
827 fun:_output_* | 827 fun:_output_* |
828 fun:_vsnprintf_helper | 828 fun:_vsnprintf_helper |
829 } | 829 } |
830 { | 830 { |
831 bug_137973_a | |
832 ThreadSanitizer:Race | |
833 fun:media::Pipeline::OnVideoTimeUpdate | |
834 fun:base::internal::RunnableAdapter::Run | |
835 } | |
836 { | |
837 bug_137973_b | |
838 ThreadSanitizer:Race | |
839 fun:media::Pipeline::SetState | |
840 fun:media::Pipeline::StopTask | |
841 fun:base::internal::RunnableAdapter::Run | |
842 } | |
843 { | |
844 bug_137973_c | |
845 ThreadSanitizer:Race | |
846 fun:media::Pipeline::SetState | |
847 fun:media::Pipeline::SeekTask | |
848 fun:base::internal::RunnableAdapter::Run | |
849 } | |
850 { | |
851 bug_144894 | 831 bug_144894 |
852 ThreadSanitizer:Race | 832 ThreadSanitizer:Race |
853 fun:av_parser_close | 833 fun:av_parser_close |
854 fun:avcodec_open2 | 834 fun:avcodec_open2 |
855 fun:avformat_find_stream_info | 835 fun:avformat_find_stream_info |
856 fun:media::FFmpegConfigHelper::SetupStreamConfigs | 836 fun:media::FFmpegConfigHelper::SetupStreamConfigs |
857 fun:media::FFmpegConfigHelper::Parse | 837 fun:media::FFmpegConfigHelper::Parse |
858 fun:media::WebMStreamParser::ParseInfoAndTracks | 838 fun:media::WebMStreamParser::ParseInfoAndTracks |
859 fun:media::WebMStreamParser::Parse | 839 fun:media::WebMStreamParser::Parse |
860 fun:media::ChunkDemuxer::AppendData | 840 fun:media::ChunkDemuxer::AppendData |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1067 fun:decode_tile | 1047 fun:decode_tile |
1068 fun:decode_tiles | 1048 fun:decode_tiles |
1069 fun:vp9_decode_frame | 1049 fun:vp9_decode_frame |
1070 } | 1050 } |
1071 { | 1051 { |
1072 bug_343802 | 1052 bug_343802 |
1073 ThreadSanitizer:Race | 1053 ThreadSanitizer:Race |
1074 ... | 1054 ... |
1075 fun:base::debug::TraceLog::GetCategoryGroupEnabledInternal | 1055 fun:base::debug::TraceLog::GetCategoryGroupEnabledInternal |
1076 } | 1056 } |
OLD | NEW |