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 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1423 fun:TestingProfile::CreateWebDataService | 1423 fun:TestingProfile::CreateWebDataService |
1424 } | 1424 } |
1425 { | 1425 { |
1426 bug_129392 | 1426 bug_129392 |
1427 Heapcheck:Leak | 1427 Heapcheck:Leak |
1428 fun:::ChromeTestSuiteInitializer::SetUpHostResolver | 1428 fun:::ChromeTestSuiteInitializer::SetUpHostResolver |
1429 fun:::ChromeTestSuiteInitializer::OnTestStart | 1429 fun:::ChromeTestSuiteInitializer::OnTestStart |
1430 fun:testing::internal::TestEventRepeater::OnTestStart | 1430 fun:testing::internal::TestEventRepeater::OnTestStart |
1431 } | 1431 } |
1432 { | 1432 { |
1433 bug_130246 | |
1434 Heapcheck:Leak | |
1435 fun:SiteInstanceImpl::GetProcess | |
1436 fun:content::RenderViewHostImpl::RenderViewHostImpl | |
1437 fun:RenderViewHostFactory::Create | |
1438 fun:RenderViewHostManager::Init | |
1439 fun:WebContentsImpl::WebContentsImpl | |
1440 fun:content::TestWebContents::TestWebContents | |
1441 fun:content::WebContentsTester::CreateTestWebContents | |
1442 fun:::OneClickSigninHelperTest::CreateMockWebContents | |
1443 fun:OneClickSigninHelperTest_* | |
1444 } | |
1445 { | |
1446 bug_130640_a | 1433 bug_130640_a |
1447 Heapcheck:Leak | 1434 Heapcheck:Leak |
1448 ... | 1435 ... |
1449 fun:GtkThemeService::GetFolderIcon | 1436 fun:GtkThemeService::GetFolderIcon |
1450 } | 1437 } |
1451 { | 1438 { |
1452 bug_130640_b | 1439 bug_130640_b |
1453 Heapcheck:Leak | 1440 Heapcheck:Leak |
1454 ... | 1441 ... |
1455 fun:GtkThemeService::GetDefaultFavicon | 1442 fun:GtkThemeService::GetDefaultFavicon |
1456 } | 1443 } |
OLD | NEW |