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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 ... | 449 ... |
450 fun:*TestBody | 450 fun:*TestBody |
451 } | 451 } |
452 { | 452 { |
453 bug_145703 | 453 bug_145703 |
454 Heapcheck:Leak | 454 Heapcheck:Leak |
455 ... | 455 ... |
456 fun:content::SiteInstanceImpl::GetProcess | 456 fun:content::SiteInstanceImpl::GetProcess |
457 fun:RenderViewHostImpl | 457 fun:RenderViewHostImpl |
458 fun:content::RenderViewHostFactory::Create | 458 fun:content::RenderViewHostFactory::Create |
459 fun:content::RenderViewHostManager::Init | 459 fun:content::RenderFrameHostManager::Init |
460 fun:content::WebContentsImpl::Init | 460 fun:content::WebContentsImpl::Init |
461 fun:content::TestWebContents::Create | 461 fun:content::TestWebContents::Create |
462 fun:content::WebContentsTester::CreateTestWebContents | 462 fun:content::WebContentsTester::CreateTestWebContents |
463 } | 463 } |
464 { | 464 { |
465 bug_145705 | 465 bug_145705 |
466 Heapcheck:Leak | 466 Heapcheck:Leak |
467 ... | 467 ... |
468 fun:extensions::SettingsFrontend::Create | 468 fun:extensions::SettingsFrontend::Create |
469 fun:ExtensionService::ExtensionService | 469 fun:ExtensionService::ExtensionService |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
626 fun:chromeos::input_method::Initialize | 626 fun:chromeos::input_method::Initialize |
627 fun:chromeos::input_method::InputMethodConfigurationTest_TestInitialize_Test::
TestBody | 627 fun:chromeos::input_method::InputMethodConfigurationTest_TestInitialize_Test::
TestBody |
628 } | 628 } |
629 { | 629 { |
630 bug_233532 | 630 bug_233532 |
631 Heapcheck:Leak | 631 Heapcheck:Leak |
632 ... | 632 ... |
633 fun:GetStoragePartitionFromConfig | 633 fun:GetStoragePartitionFromConfig |
634 fun:content::BrowserContext::GetStoragePartition | 634 fun:content::BrowserContext::GetStoragePartition |
635 fun:content::NavigationControllerImpl::GetSessionStorageNamespace | 635 fun:content::NavigationControllerImpl::GetSessionStorageNamespace |
636 fun:content::RenderViewHostManager::Init | 636 fun:content::RenderFrameHostManager::Init |
637 } | 637 } |
638 { | 638 { |
639 bug_236791 | 639 bug_236791 |
640 Heapcheck:Leak | 640 Heapcheck:Leak |
641 ... | 641 ... |
642 fun:ash::test::FocusCyclerTest_CycleFocusThroughWindowWithPanes_Test::TestBod
y | 642 fun:ash::test::FocusCyclerTest_CycleFocusThroughWindowWithPanes_Test::TestBod
y |
643 } | 643 } |
644 { | 644 { |
645 bug_247525 | 645 bug_247525 |
646 Heapcheck:Leak | 646 Heapcheck:Leak |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
898 } | 898 } |
899 { | 899 { |
900 bug_323149b | 900 bug_323149b |
901 Heapcheck:Leak | 901 Heapcheck:Leak |
902 fun:Genesis | 902 fun:Genesis |
903 fun:v8::internal::Bootstrapper::CreateEnvironment | 903 fun:v8::internal::Bootstrapper::CreateEnvironment |
904 fun:CreateEnvironment | 904 fun:CreateEnvironment |
905 fun:v8::Context::New | 905 fun:v8::Context::New |
906 fun:V8UnitTest::SetUp | 906 fun:V8UnitTest::SetUp |
907 } | 907 } |
OLD | NEW |