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

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

Issue 7462023: Valgrind: Update a TaskClosureAdapter leak suppression. (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 4455 matching lines...) Expand 10 before | Expand all | Expand 10 after
4466 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredi cateE 4466 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredi cateE
4467 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE 4467 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE
4468 fun:_ZN7WebCore12WorkerThread12runEventLoopEv 4468 fun:_ZN7WebCore12WorkerThread12runEventLoopEv
4469 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv 4469 fun:_ZN7WebCore21DedicatedWorkerThread12runEventLoopEv
4470 fun:_ZN7WebCore12WorkerThread12workerThreadEv 4470 fun:_ZN7WebCore12WorkerThread12workerThreadEv
4471 } 4471 }
4472 { 4472 {
4473 bug_83609 4473 bug_83609
4474 Memcheck:Leak 4474 Memcheck:Leak
4475 fun:_Znw* 4475 fun:_Znw*
4476 fun:_ZN4base4BindIMN12_GLOBAL__N_118TaskClosureAdapterEFvvEPS2_EENS_8internal 20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_ 4476 fun:_ZN4base4Bind*TaskClosureAdapterEFvvEPS2_EENS_8internal20InvokerStorageHo lderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
4477 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx 4477 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx
4478 fun:_ZN13BrowserThread14PostTaskHelperENS_2IDERKN15tracked_objects8LocationEP 4Taskxb 4478 fun:_ZN13BrowserThread14PostTaskHelperENS_2IDERKN15tracked_objects8LocationEP 4Taskxb
4479 fun:_ZN13BrowserThread8PostTaskENS_2IDERKN15tracked_objects8LocationEP4Task 4479 fun:_ZN13BrowserThread8PostTaskENS_2IDERKN15tracked_objects8LocationEP4Task
4480 } 4480 }
4481 { 4481 {
4482 bug_83835 4482 bug_83835
4483 Memcheck:Leak 4483 Memcheck:Leak
4484 fun:_Znw* 4484 fun:_Znw*
4485 fun:_ZN11MessageLoop10DeleteSoonIN4base20MessageLoopProxyImplEEEvRKN15tracked _objects8LocationEPKT_ 4485 fun:_ZN11MessageLoop10DeleteSoonIN4base20MessageLoopProxyImplEEEvRKN15tracked _objects8LocationEPKT_
4486 fun:_ZNK4base20MessageLoopProxyImpl10OnDestructEv 4486 fun:_ZNK4base20MessageLoopProxyImpl10OnDestructEv
(...skipping 825 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