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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 fun:MockRenderProcess | 666 fun:MockRenderProcess |
667 fun:safe_browsing::PhishingDOMFeatureExtractorTest::SetUp | 667 fun:safe_browsing::PhishingDOMFeatureExtractorTest::SetUp |
668 } | 668 } |
669 { | 669 { |
670 bug_50598_c | 670 bug_50598_c |
671 Heapcheck:Leak | 671 Heapcheck:Leak |
672 ... | 672 ... |
673 fun:safe_browsing::PhishingDOMFeatureExtractorTest::GetNextThreadName | 673 fun:safe_browsing::PhishingDOMFeatureExtractorTest::GetNextThreadName |
674 } | 674 } |
675 { | 675 { |
676 bug_52826 | |
677 Heapcheck:Leak | |
678 fun:TestingProfile::CreateRequestContext | |
679 fun:GoogleURLTrackerTest::CreateRequestContext | |
680 fun:GoogleURLTrackerTest*_Test::TestBody | |
681 } | |
682 { | |
683 bug_53184 | 676 bug_53184 |
684 Heapcheck:Leak | 677 Heapcheck:Leak |
685 fun:base::WaitableEventWatcher::StartWatching | 678 fun:base::WaitableEventWatcher::StartWatching |
686 fun:IPC::SyncChannel::SyncContext::OnChannelOpened | 679 fun:IPC::SyncChannel::SyncContext::OnChannelOpened |
687 fun:*DispatchToMethod | 680 fun:*DispatchToMethod |
688 fun:RunnableMethod::Run | 681 fun:RunnableMethod::Run |
689 fun:MessageLoop::RunTask | 682 fun:MessageLoop::RunTask |
690 } | 683 } |
691 { | 684 { |
692 bug_56676_a | 685 bug_56676_a |
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1787 fun:FileSystem*URLRequestJobTest_InvalidURL_Test | 1780 fun:FileSystem*URLRequestJobTest_InvalidURL_Test |
1788 fun:testing::internal::TestFactoryImpl::CreateTest | 1781 fun:testing::internal::TestFactoryImpl::CreateTest |
1789 } | 1782 } |
1790 { | 1783 { |
1791 bug_124758 | 1784 bug_124758 |
1792 Heapcheck:Leak | 1785 Heapcheck:Leak |
1793 fun:sqlite3MemMalloc | 1786 fun:sqlite3MemMalloc |
1794 fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo | 1787 fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo |
1795 fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody | 1788 fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody |
1796 } | 1789 } |
| 1790 { |
| 1791 bug_124766_a |
| 1792 Heapcheck:Leak |
| 1793 fun:::CreateTestInfobar |
| 1794 fun:GoogleURLTracker::OnNavigationPending |
| 1795 fun:GoogleURLTrackerTest::SetSearchPending |
| 1796 fun:GoogleURLTrackerTest_InfobarShownAgainOnSearchAfterCommittedSearch_Test::
TestBody |
| 1797 } |
| 1798 { |
| 1799 bug_124766_b |
| 1800 Heapcheck:Leak |
| 1801 ... |
| 1802 fun:GURL::GURL |
| 1803 ... |
| 1804 fun:GoogleURLTrackerTest_InfobarShownAgainOnSearchAfterCommittedSearch_Test::
TestBody |
| 1805 } |
OLD | NEW |