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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 fun:disk_cache::EntryImpl::UpdateSize* | 476 fun:disk_cache::EntryImpl::UpdateSize* |
477 ... | 477 ... |
478 fun:disk_cache::EntryImpl::WriteDataImpl* | 478 fun:disk_cache::EntryImpl::WriteDataImpl* |
479 } | 479 } |
480 | 480 |
481 { | 481 { |
482 bug_67957 | 482 bug_67957 |
483 ThreadSanitizer:Race | 483 ThreadSanitizer:Race |
484 fun:Replace_memcpy | 484 fun:Replace_memcpy |
485 fun:memcpy | 485 fun:memcpy |
486 fun:Serialize | 486 fun:extensions::Serialize |
487 fun:UserScriptMaster::ScriptReloader::RunLoad | 487 fun:extensions::UserScriptMaster::ScriptReloader::RunLoad |
488 } | 488 } |
489 | 489 |
490 { | 490 { |
491 bug_72548 | 491 bug_72548 |
492 ThreadSanitizer:Race | 492 ThreadSanitizer:Race |
493 ... | 493 ... |
494 fun:JSC::Yarr::Interpreter::*Disjunction* | 494 fun:JSC::Yarr::Interpreter::*Disjunction* |
495 fun:JSC::Yarr::Interpreter::interpret* | 495 fun:JSC::Yarr::Interpreter::interpret* |
496 fun:JSC::Yarr::interpret* | 496 fun:JSC::Yarr::interpret* |
497 } | 497 } |
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1017 bug_151499 | 1017 bug_151499 |
1018 ThreadSanitizer:Race | 1018 ThreadSanitizer:Race |
1019 fun:std::vector::size | 1019 fun:std::vector::size |
1020 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith | 1020 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith |
1021 fun:testing::internal::FunctionMockerBase::InvokeWith | 1021 fun:testing::internal::FunctionMockerBase::InvokeWith |
1022 fun:testing::internal::FunctionMocker::Invoke | 1022 fun:testing::internal::FunctionMocker::Invoke |
1023 fun:safe_browsing::::MockSafeBrowsingService::MatchCsdWhitelistUrl | 1023 fun:safe_browsing::::MockSafeBrowsingService::MatchCsdWhitelistUrl |
1024 fun:safe_browsing::ClientSideDetectionHost::ShouldClassifyUrlRequest::CheckCs
dWhitelist | 1024 fun:safe_browsing::ClientSideDetectionHost::ShouldClassifyUrlRequest::CheckCs
dWhitelist |
1025 fun:base::internal::RunnableAdapter::Run | 1025 fun:base::internal::RunnableAdapter::Run |
1026 } | 1026 } |
OLD | NEW |