Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 12084081: Expand suppressions for v8 external strings being leaked, due to no GC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 ... 672 ...
673 fun:net::::ProxyResolverV8WithMockBindings::SetPacScriptFromDisk 673 fun:net::::ProxyResolverV8WithMockBindings::SetPacScriptFromDisk
674 } 674 }
675 { 675 {
676 bug_67378_b 676 bug_67378_b
677 Heapcheck:Leak 677 Heapcheck:Leak
678 ... 678 ...
679 fun:net::::LoadScriptData 679 fun:net::::LoadScriptData
680 } 680 }
681 { 681 {
682 bug_67378_c
683 Heapcheck:Leak
684 fun:net::::ASCIILiteralToV8String
685 fun:net::ProxyResolverV8::Context::InitV8
686 fun:net::ProxyResolverV8::SetPacScript
687 }
688 {
689 bug_67378_d
690 Heapcheck:Leak
691 fun:net::::ScriptDataToV8String
692 fun:net::ProxyResolverV8::Context::InitV8
693 fun:net::ProxyResolverV8::SetPacScript
694 }
695 {
682 bug_68304 696 bug_68304
683 Heapcheck:Leak 697 Heapcheck:Leak
684 ... 698 ...
685 fun:IPC::ParamTraits::Read 699 fun:IPC::ParamTraits::Read
686 fun:IPC::ReadParam 700 fun:IPC::ReadParam
687 fun:IPC::MessageWithTuple::Read 701 fun:IPC::MessageWithTuple::Read
688 fun:IPC::MessageWithTuple::Dispatch 702 fun:IPC::MessageWithTuple::Dispatch
689 fun:ResourceDispatcherHost::OnMessageReceived 703 fun:ResourceDispatcherHost::OnMessageReceived
690 fun:ResourceDispatcherHostTest::MakeTestRequest 704 fun:ResourceDispatcherHostTest::MakeTestRequest
691 } 705 }
(...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1831 fun:AutofillPopupControllerUnitTest::AutofillPopupControllerUnitTest 1845 fun:AutofillPopupControllerUnitTest::AutofillPopupControllerUnitTest
1832 fun:AutofillPopupControllerUnitTest_GrowPopupInSpace_Test::AutofillPopupContr ollerUnitTest_GrowPopupInSpace_Test 1846 fun:AutofillPopupControllerUnitTest_GrowPopupInSpace_Test::AutofillPopupContr ollerUnitTest_GrowPopupInSpace_Test
1833 fun:testing::internal::TestFactoryImpl::CreateTest 1847 fun:testing::internal::TestFactoryImpl::CreateTest
1834 } 1848 }
1835 { 1849 {
1836 bug_171983 1850 bug_171983
1837 Heapcheck:Leak 1851 Heapcheck:Leak
1838 ... 1852 ...
1839 fun:chromeos::MagnificationManagerTest_MagnificationObserver_Test::TestBody 1853 fun:chromeos::MagnificationManagerTest_MagnificationObserver_Test::TestBody
1840 } 1854 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698