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 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1393 fun:std::string::append | 1393 fun:std::string::append |
1394 fun:FilePath::Append | 1394 fun:FilePath::Append |
1395 fun:ProfileManagerTest_CreateProfileAsyncMultipleRequests_Test::TestBody | 1395 fun:ProfileManagerTest_CreateProfileAsyncMultipleRequests_Test::TestBody |
1396 } | 1396 } |
1397 { | 1397 { |
1398 bug_91174 | 1398 bug_91174 |
1399 Heapcheck:Leak | 1399 Heapcheck:Leak |
1400 fun:DownloadManager::OnPathExistenceAvailable | 1400 fun:DownloadManager::OnPathExistenceAvailable |
1401 } | 1401 } |
1402 { | 1402 { |
1403 bug_112795 | |
1404 Heapcheck:Leak | |
1405 fun:XGetAtomName | |
1406 fun:ui::TouchFactory::UpdateDeviceList | |
1407 fun:TouchFactory | |
1408 fun:DefaultSingletonTraits::New | |
1409 fun:Singleton::get | |
1410 fun:ui::TouchFactory::GetInstance | |
1411 } | |
1412 { | |
1413 bug_112798_a | 1403 bug_112798_a |
1414 Heapcheck:Leak | 1404 Heapcheck:Leak |
1415 ... | 1405 ... |
1416 fun:RenderWidgetHostViewAura::InitAsChild | 1406 fun:RenderWidgetHostViewAura::InitAsChild |
1417 fun:RenderWidgetHostTest_Background_Test::TestBody | 1407 fun:RenderWidgetHostTest_Background_Test::TestBody |
1418 } | 1408 } |
1419 { | 1409 { |
1420 bug_112798_b | 1410 bug_112798_b |
1421 Heapcheck:Leak | 1411 Heapcheck:Leak |
1422 ... | 1412 ... |
1423 fun:RenderWidgetHostViewAura | 1413 fun:RenderWidgetHostViewAura |
1424 fun:RenderWidgetHostView::CreateViewForWidget | 1414 fun:RenderWidgetHostView::CreateViewForWidget |
1425 } | 1415 } |
1426 { | 1416 { |
1427 bug_112798_c | 1417 bug_112798_c |
1428 Heapcheck:Leak | 1418 Heapcheck:Leak |
1429 ... | 1419 ... |
1430 fun:RenderWidgetHostViewAura::InitAsFullscreen | 1420 fun:RenderWidgetHostViewAura::InitAsFullscreen |
1431 fun:RenderWidgetHostViewAuraTest_Fullscreen_Test::TestBody | 1421 fun:RenderWidgetHostViewAuraTest_Fullscreen_Test::TestBody |
1432 } | 1422 } |
1433 { | 1423 { |
1434 bug_112798_d | 1424 bug_112798_d |
1435 Heapcheck:Leak | 1425 Heapcheck:Leak |
1436 ... | 1426 ... |
1437 fun:RenderWidgetHostViewAuraTest::TearDown | 1427 fun:RenderWidgetHostViewAuraTest::TearDown |
1438 } | 1428 } |
1439 { | |
1440 bug_112803 | |
1441 Heapcheck:Leak | |
1442 ... | |
1443 fun:views::ViewLayerTest_OrphanLayerAfterViewRemove_Test::TestBody | |
1444 } | |
1445 | 1429 |
1446 # These are temporary suppressions for the CrOS bot to be used until the stacks
are fixed. | 1430 # These are temporary suppressions for the CrOS bot to be used until the stacks
are fixed. |
1447 { | 1431 { |
1448 bug_90013_a | 1432 bug_90013_a |
1449 Heapcheck:Leak | 1433 Heapcheck:Leak |
1450 ... | 1434 ... |
1451 fun:gtk_views_fixed_new | 1435 fun:gtk_views_fixed_new |
1452 } | 1436 } |
1453 { | 1437 { |
1454 bug_90013_b | 1438 bug_90013_b |
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1824 fun:v8::internal::NativeObjectsExplorer::IterateAndExtractReferences | 1808 fun:v8::internal::NativeObjectsExplorer::IterateAndExtractReferences |
1825 fun:v8::internal::HeapSnapshotGenerator::CountEntriesAndReferences | 1809 fun:v8::internal::HeapSnapshotGenerator::CountEntriesAndReferences |
1826 fun:v8::internal::HeapSnapshotGenerator::GenerateSnapshot | 1810 fun:v8::internal::HeapSnapshotGenerator::GenerateSnapshot |
1827 fun:v8::internal::HeapProfiler::TakeSnapshotImpl | 1811 fun:v8::internal::HeapProfiler::TakeSnapshotImpl |
1828 fun:v8::internal::HeapProfiler::TakeSnapshotImpl | 1812 fun:v8::internal::HeapProfiler::TakeSnapshotImpl |
1829 fun:v8::internal::HeapProfiler::TakeSnapshot | 1813 fun:v8::internal::HeapProfiler::TakeSnapshot |
1830 fun:v8::HeapProfiler::TakeSnapshot | 1814 fun:v8::HeapProfiler::TakeSnapshot |
1831 fun:GetNumObjects | 1815 fun:GetNumObjects |
1832 ... | 1816 ... |
1833 } | 1817 } |
1834 | |
OLD | NEW |