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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 7646014: Widen Valgrind suppressions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 ... 626 ...
627 fun:_ZNSsC1EPKcRKSaIcE 627 fun:_ZNSsC1EPKcRKSaIcE
628 } 628 }
629 { 629 {
630 bug_76386b 630 bug_76386b
631 Memcheck:Leak 631 Memcheck:Leak
632 fun:_Znw* 632 fun:_Znw*
633 fun:_ZNSs4_Rep9_S_createE*RKSaIcE 633 fun:_ZNSs4_Rep9_S_createE*RKSaIcE
634 fun:_ZNSs4_Rep8_M_cloneERKSaIcE* 634 fun:_ZNSs4_Rep8_M_cloneERKSaIcE*
635 } 635 }
636 {
637 bug_76386c
638 Memcheck:Leak
639 fun:_Znw*
640 fun:_ZNSs4_Rep9_S_createE*RKSaIcE
641 fun:_ZNSs9_M_mutateEjjj
642 }
636 643
637 #----------------------------------------------------------------------- 644 #-----------------------------------------------------------------------
638 # 2. intentional unit test errors, or stuff that is somehow a false positive 645 # 2. intentional unit test errors, or stuff that is somehow a false positive
639 # in our own code, or stuff that is so trivial it's not worth fixing 646 # in our own code, or stuff that is so trivial it's not worth fixing
640 647
641 # See tools/valgrind/memcheck_analyze.py before modifying sanity tests. 648 # See tools/valgrind/memcheck_analyze.py before modifying sanity tests.
642 { 649 {
643 Memcheck sanity test 01 (memory leak). 650 Memcheck sanity test 01 (memory leak).
644 Memcheck:Leak 651 Memcheck:Leak
645 fun:_Zna* 652 fun:_Zna*
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 { 877 {
871 bug_83345 878 bug_83345
872 Memcheck:Leak 879 Memcheck:Leak
873 ... 880 ...
874 fun:_ZN4base23LeakyLazyInstanceTraits*NewEPv 881 fun:_ZN4base23LeakyLazyInstanceTraits*NewEPv
875 fun:_ZN4base12LazyInstance*LeakyLazyInstanceTraits*PointerEv 882 fun:_ZN4base12LazyInstance*LeakyLazyInstanceTraits*PointerEv
876 } 883 }
877 { 884 {
878 bug_87500_a 885 bug_87500_a
879 Memcheck:Leak 886 Memcheck:Leak
880 fun:_Znw* 887 fun:_Zn*
881 ... 888 ...
882 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv 889 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv
883 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv 890 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv
884 } 891 }
885 { 892 {
886 bug_87500_b 893 bug_87500_b
887 Memcheck:Leak 894 Memcheck:Leak
888 fun:_Znw* 895 fun:_Znw*
889 fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHo lderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_ 896 fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHo lderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
890 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx 897 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx
(...skipping 4317 matching lines...) Expand 10 before | Expand all | Expand 10 after
5208 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi 5215 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
5209 fun:_ZN3net22HttpNetworkTransaction12OnIOCompleteEi 5216 fun:_ZN3net22HttpNetworkTransaction12OnIOCompleteEi
5210 fun:_ZN3net22HttpNetworkTransaction13OnStreamReadyERKNS_9SSLConfigERKNS_9Prox yInfoEPNS_10HttpStreamE 5217 fun:_ZN3net22HttpNetworkTransaction13OnStreamReadyERKNS_9SSLConfigERKNS_9Prox yInfoEPNS_10HttpStreamE
5211 fun:_ZN3net21HttpStreamFactoryImpl7Request13OnStreamReadyEPNS0_3JobERKNS_9SSL ConfigERKNS_9ProxyInfoEPNS_10HttpStreamE 5218 fun:_ZN3net21HttpStreamFactoryImpl7Request13OnStreamReadyEPNS0_3JobERKNS_9SSL ConfigERKNS_9ProxyInfoEPNS_10HttpStreamE
5212 fun:_ZN3net21HttpStreamFactoryImpl3Job21OnStreamReadyCallbackEv 5219 fun:_ZN3net21HttpStreamFactoryImpl3Job21OnStreamReadyCallbackEv
5213 fun:_Z16DispatchToMethodIN3net21HttpStreamFactoryImpl3JobEMS2_FvvEEvPT_T0_RK6 Tuple0 5220 fun:_Z16DispatchToMethodIN3net21HttpStreamFactoryImpl3JobEMS2_FvvEEvPT_T0_RK6 Tuple0
5214 fun:_ZN27ScopedRunnableMethodFactoryIN3net21HttpStreamFactoryImpl3JobEE14Runn ableMethodIMS2_FvvE6Tuple0E3RunEv 5221 fun:_ZN27ScopedRunnableMethodFactoryIN3net21HttpStreamFactoryImpl3JobEE14Runn ableMethodIMS2_FvvE6Tuple0E3RunEv
5215 fun:_ZN4base6subtle18TaskClosureAdapter3RunEv 5222 fun:_ZN4base6subtle18TaskClosureAdapter3RunEv
5216 } 5223 }
5217 { 5224 {
5218 bug_92554
5219 Memcheck:Leak
5220 fun:_Znw*
5221 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE
5222 fun:_ZNSs9_M_mutateEjjj
5223 fun:_ZNSs12_M_leak_hardEv
5224 fun:_ZNSsixEj
5225 fun:_ZN3net13TrimEndingDotERKSs
5226 fun:_ZN3net20GetHostOrSpecFromURLERK4GURL
5227 fun:_ZN20AsyncResourceHandler17OnResponseStartedEiP16ResourceResponse
5228 }
5229 {
5230 bug_92571 5225 bug_92571
5231 Memcheck:Leak 5226 Memcheck:Leak
5232 fun:_Znw* 5227 fun:_Znw*
5233 fun:_ZN7history16TopSitesDatabase8CreateDBERK8FilePath 5228 fun:_ZN7history16TopSitesDatabase8CreateDBERK8FilePath
5234 fun:_ZN7history16TopSitesDatabase4InitERK8FilePath 5229 fun:_ZN7history16TopSitesDatabase4InitERK8FilePath
5235 fun:_ZN7history15TopSitesBackend16InitDBOnDBThreadERK8FilePath 5230 fun:_ZN7history15TopSitesBackend16InitDBOnDBThreadERK8FilePath
5236 fun:_Z16DispatchToMethodIN7history15TopSitesBackendEMS1_FvRK8FilePathES2_EvPT _T0_RK6Tuple1IT1_E 5231 fun:_Z16DispatchToMethodIN7history15TopSitesBackendEMS1_FvRK8FilePathES2_EvPT _T0_RK6Tuple1IT1_E
5237 fun:_ZN14RunnableMethodIN7history15TopSitesBackendEMS1_FvRK8FilePathE6Tuple1I S2_EE3RunEv 5232 fun:_ZN14RunnableMethodIN7history15TopSitesBackendEMS1_FvRK8FilePathE6Tuple1I S2_EE3RunEv
5238 fun:_ZN4base6subtle18TaskClosureAdapter3RunEv 5233 fun:_ZN4base6subtle18TaskClosureAdapter3RunEv
5239 } 5234 }
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
5300 } 5295 }
5301 { 5296 {
5302 bug_todo_getdelim2 5297 bug_todo_getdelim2
5303 Memcheck:Leak 5298 Memcheck:Leak
5304 fun:malloc 5299 fun:malloc
5305 fun:getdelim 5300 fun:getdelim
5306 obj:/lib/libselinux.so.1 5301 obj:/lib/libselinux.so.1
5307 obj:/lib/libselinux.so.1 5302 obj:/lib/libselinux.so.1
5308 obj:/lib/libselinux.so.1 5303 obj:/lib/libselinux.so.1
5309 } 5304 }
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