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 956 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
967 ... | 967 ... |
968 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith | 968 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith |
969 fun:testing::internal::FunctionMockerBase::InvokeWith | 969 fun:testing::internal::FunctionMockerBase::InvokeWith |
970 fun:testing::internal::FunctionMocker::Invoke | 970 fun:testing::internal::FunctionMocker::Invoke |
971 fun:browser_sync::NewNonFrontendDataTypeControllerMock::RecordUnrecoverableEr
ror | 971 fun:browser_sync::NewNonFrontendDataTypeControllerMock::RecordUnrecoverableEr
ror |
972 fun:browser_sync::::NewNonFrontendDataTypeControllerFake::RecordUnrecoverable
Error | 972 fun:browser_sync::::NewNonFrontendDataTypeControllerFake::RecordUnrecoverable
Error |
973 fun:browser_sync::NonFrontendDataTypeController::StartFailed | 973 fun:browser_sync::NonFrontendDataTypeController::StartFailed |
974 fun:browser_sync::NewNonFrontendDataTypeController::StartAssociationWithShare
dChangeProcessor | 974 fun:browser_sync::NewNonFrontendDataTypeController::StartAssociationWithShare
dChangeProcessor |
975 fun:base::internal::RunnableAdapter::Run | 975 fun:base::internal::RunnableAdapter::Run |
976 } | 976 } |
| 977 { |
| 978 bug_144894 |
| 979 ThreadSanitizer:Race |
| 980 fun:av_parser_close |
| 981 fun:avcodec_open2 |
| 982 fun:avformat_find_stream_info |
| 983 fun:media::FFmpegConfigHelper::SetupStreamConfigs |
| 984 fun:media::FFmpegConfigHelper::Parse |
| 985 fun:media::WebMStreamParser::ParseInfoAndTracks |
| 986 fun:media::WebMStreamParser::Parse |
| 987 fun:media::ChunkDemuxer::AppendData |
| 988 fun:media::MockMediaSource::AppendAtTime |
| 989 fun:media::PipelineIntegrationTest_MediaSource_ConfigChange_WebM_Test::TestBod
y |
| 990 } |
OLD | NEW |