OLD | NEW |
1 # There are three kinds of suppressions in this file. | 1 # There are three 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 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1622 bug_166989 | 1622 bug_166989 |
1623 Heapcheck:Leak | 1623 Heapcheck:Leak |
1624 ... | 1624 ... |
1625 fun:ui::CreateInvisibleCursor | 1625 fun:ui::CreateInvisibleCursor |
1626 ... | 1626 ... |
1627 fun:ui::CursorLoader::Create | 1627 fun:ui::CursorLoader::Create |
1628 fun:ash::ImageCursors::SetDeviceScaleFactor | 1628 fun:ash::ImageCursors::SetDeviceScaleFactor |
1629 fun:ash::CursorManager::SetDeviceScaleFactor | 1629 fun:ash::CursorManager::SetDeviceScaleFactor |
1630 fun:ash::Shell::Init | 1630 fun:ash::Shell::Init |
1631 } | 1631 } |
| 1632 { |
| 1633 bug_169185_a |
| 1634 Heapcheck:Leak |
| 1635 fun:v8::internal::SlotsBufferAllocator::AllocateBuffer |
| 1636 fun:v8::internal::SlotsBuffer::AddTo |
| 1637 fun:v8::internal::MarkCompactCollector::RecordSlot |
| 1638 ... |
| 1639 fun:v8::internal::StaticMarkingVisitor::IterateBody |
| 1640 fun:v8::internal::IncrementalMarking::VisitObject |
| 1641 fun:v8::internal::IncrementalMarking::ProcessMarkingDeque |
| 1642 fun:v8::internal::IncrementalMarking::Step |
| 1643 ... |
| 1644 fun:v8::internal::*Space::AllocateRaw |
| 1645 } |
| 1646 { |
| 1647 bug_169185_b |
| 1648 Heapcheck:Leak |
| 1649 fun:v8::internal::SkipList::Update |
| 1650 fun:v8::internal::PagedSpace::AllocateRaw |
| 1651 fun:v8::internal::Heap::CreateCode |
| 1652 fun:v8::internal::Factory::NewCode |
| 1653 fun:v8::internal::CodeGenerator::MakeCodeEpilogue |
| 1654 fun:v8::internal::FullCodeGenerator::MakeCode |
| 1655 fun:v8::internal::GenerateCode |
| 1656 fun:v8::internal::MakeCode |
| 1657 fun:v8::internal::Compiler::CompileLazy |
| 1658 fun:v8::internal::CompileLazyHelper |
| 1659 fun:v8::internal::JSFunction::CompileLazy |
| 1660 fun:v8::internal::CallIC_Miss |
| 1661 ... |
| 1662 fun:v8::internal::Invoke |
| 1663 } |
| 1664 { |
| 1665 bug_169185_c |
| 1666 Heapcheck:Leak |
| 1667 fun:v8::internal::SkipList::Update |
| 1668 fun:v8::internal::PagedSpace::AllocateRaw |
| 1669 fun:v8::internal::Heap::CreateCode |
| 1670 fun:v8::internal::Factory::NewCode |
| 1671 fun:v8::internal::StubCompiler::GetCodeWithFlags |
| 1672 fun:v8::internal::StubCompiler::GetCodeWithFlags |
| 1673 fun:v8::internal::CallStubCompiler::GetCode |
| 1674 fun:v8::internal::CallStubCompiler::CompileCallGlobal |
| 1675 fun:v8::internal::StubCache::ComputeCallGlobal |
| 1676 fun:v8::internal::CallICBase::ComputeMonomorphicStub |
| 1677 fun:v8::internal::CallICBase::UpdateCaches |
| 1678 fun:v8::internal::CallICBase::LoadFunction |
| 1679 fun:v8::internal::CallIC_Miss |
| 1680 ... |
| 1681 fun:v8::internal::Invoke |
| 1682 fun:v8::internal::Execution::New |
| 1683 } |
OLD | NEW |