| 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 941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 952 { | 952 { |
| 953 bug_137973_a | 953 bug_137973_a |
| 954 ThreadSanitizer:Race | 954 ThreadSanitizer:Race |
| 955 fun:media::Pipeline::OnVideoTimeUpdate | 955 fun:media::Pipeline::OnVideoTimeUpdate |
| 956 fun:base::internal::RunnableAdapter::Run | 956 fun:base::internal::RunnableAdapter::Run |
| 957 } | 957 } |
| 958 { | 958 { |
| 959 bug_137973_b | 959 bug_137973_b |
| 960 ThreadSanitizer:Race | 960 ThreadSanitizer:Race |
| 961 fun:media::Pipeline::SetState | 961 fun:media::Pipeline::SetState |
| 962 fun:media::Pipeline::TearDownPipeline | |
| 963 fun:media::Pipeline::StopTask | 962 fun:media::Pipeline::StopTask |
| 964 fun:base::internal::RunnableAdapter::Run | 963 fun:base::internal::RunnableAdapter::Run |
| 965 } | 964 } |
| 966 { | 965 { |
| 967 bug_137973_c | |
| 968 ThreadSanitizer:Race | |
| 969 fun:media::Pipeline::SetState | |
| 970 fun:media::Pipeline::TeardownStateTransitionTask | |
| 971 fun:base::internal::RunnableAdapter::Run | |
| 972 } | |
| 973 { | |
| 974 bug_138691 | 966 bug_138691 |
| 975 ThreadSanitizer:Race | 967 ThreadSanitizer:Race |
| 976 ... | 968 ... |
| 977 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith | 969 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith |
| 978 fun:testing::internal::FunctionMockerBase::InvokeWith | 970 fun:testing::internal::FunctionMockerBase::InvokeWith |
| 979 fun:testing::internal::FunctionMocker::Invoke | 971 fun:testing::internal::FunctionMocker::Invoke |
| 980 fun:browser_sync::NewNonFrontendDataTypeControllerMock::RecordUnrecoverableEr
ror | 972 fun:browser_sync::NewNonFrontendDataTypeControllerMock::RecordUnrecoverableEr
ror |
| 981 fun:browser_sync::::NewNonFrontendDataTypeControllerFake::RecordUnrecoverable
Error | 973 fun:browser_sync::::NewNonFrontendDataTypeControllerFake::RecordUnrecoverable
Error |
| 982 fun:browser_sync::NonFrontendDataTypeController::StartFailed | 974 fun:browser_sync::NonFrontendDataTypeController::StartFailed |
| 983 fun:browser_sync::NewNonFrontendDataTypeController::StartAssociationWithShare
dChangeProcessor | 975 fun:browser_sync::NewNonFrontendDataTypeController::StartAssociationWithShare
dChangeProcessor |
| (...skipping 27 matching lines...) Expand all Loading... |
| 1011 bug_146322_b | 1003 bug_146322_b |
| 1012 ThreadSanitizer:Race | 1004 ThreadSanitizer:Race |
| 1013 ... | 1005 ... |
| 1014 fun:sql::Connection::StatementRefDeleted | 1006 fun:sql::Connection::StatementRefDeleted |
| 1015 fun:sql::Connection::StatementRef::~StatementRef | 1007 fun:sql::Connection::StatementRef::~StatementRef |
| 1016 fun:base::RefCounted::Release | 1008 fun:base::RefCounted::Release |
| 1017 fun:scoped_refptr::~scoped_refptr | 1009 fun:scoped_refptr::~scoped_refptr |
| 1018 fun:sql::Statement::~Statement | 1010 fun:sql::Statement::~Statement |
| 1019 fun:history::InMemoryURLIndexTest::SetUp | 1011 fun:history::InMemoryURLIndexTest::SetUp |
| 1020 } | 1012 } |
| OLD | NEW |