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

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

Issue 7583055: Valgrind: Widen another suppression involving TaskClosureAdapter. (Closed) Base URL: svn://chrome-svn/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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 Memcheck:Leak 879 Memcheck:Leak
880 fun:_Znw* 880 fun:_Znw*
881 ... 881 ...
882 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv 882 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv
883 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv 883 fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv
884 } 884 }
885 { 885 {
886 bug_87500_b 886 bug_87500_b
887 Memcheck:Leak 887 Memcheck:Leak
888 fun:_Znw* 888 fun:_Znw*
889 fun:_ZN4base4BindIMN12_GLOBAL__N_118TaskClosureAdapterEFvvEPS2_EENS_8internal 20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_ 889 fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHo lderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
890 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx 890 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx
891 fun:_ZN4base20MessageLoopProxyImpl14PostTaskHelperERKN15tracked_objects8Locat ionEP4Taskxb 891 fun:_ZN4base20MessageLoopProxyImpl14PostTaskHelperERKN15tracked_objects8Locat ionEP4Taskxb
892 fun:_ZN4base20MessageLoopProxyImpl8PostTaskERKN15tracked_objects8LocationEP4T ask 892 fun:_ZN4base20MessageLoopProxyImpl8PostTaskERKN15tracked_objects8LocationEP4T ask
893 fun:_ZN10disk_cache10InFlightIO12OnIOCompleteEPNS_12BackgroundIOE 893 fun:_ZN10disk_cache10InFlightIO12OnIOCompleteEPNS_12BackgroundIOE
894 } 894 }
895 895
896 #----------------------------------------------------------------------- 896 #-----------------------------------------------------------------------
897 # 3. Suppressions for real chromium bugs that are not yet fixed. 897 # 3. Suppressions for real chromium bugs that are not yet fixed.
898 # These should all be in chromium's bug tracking system (but a few aren't yet). 898 # These should all be in chromium's bug tracking system (but a few aren't yet).
899 899
(...skipping 4412 matching lines...) Expand 10 before | Expand all | Expand 10 after
5312 } 5312 }
5313 { 5313 {
5314 bug_todo_getdelim2 5314 bug_todo_getdelim2
5315 Memcheck:Leak 5315 Memcheck:Leak
5316 fun:malloc 5316 fun:malloc
5317 fun:getdelim 5317 fun:getdelim
5318 obj:/lib/libselinux.so.1 5318 obj:/lib/libselinux.so.1
5319 obj:/lib/libselinux.so.1 5319 obj:/lib/libselinux.so.1
5320 obj:/lib/libselinux.so.1 5320 obj:/lib/libselinux.so.1
5321 } 5321 }
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