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

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

Issue 8888029: Update CrxUpdateService Memcheck::Leak suppression to match new signature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 four kinds of suppressions in this file. 1 # There are four 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 4500 matching lines...) Expand 10 before | Expand all | Expand 10 after
4511 fun:_ZN18WebResourceService19UpdateResourceCacheERKSs 4511 fun:_ZN18WebResourceService19UpdateResourceCacheERKSs
4512 fun:_ZN18WebResourceService18WebResourceFetcher18OnURLFetchCompleteEPK10URLFe tcherRK4GURLRKN3net16URLRequestStatusEiRKSt6vectorISsSaISsEERKSs 4512 fun:_ZN18WebResourceService18WebResourceFetcher18OnURLFetchCompleteEPK10URLFe tcherRK4GURLRKN3net16URLRequestStatusEiRKSt6vectorISsSaISsEERKSs
4513 fun:_ZN10URLFetcher8Delegate18OnURLFetchCompleteEPKS_ 4513 fun:_ZN10URLFetcher8Delegate18OnURLFetchCompleteEPKS_
4514 fun:_ZN10URLFetcher4Core29InformDelegateFetchIsCompleteEv 4514 fun:_ZN10URLFetcher4Core29InformDelegateFetchIsCompleteEv
4515 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE 4515 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestEN4base9TimeDeltaE
4516 } 4516 }
4517 { 4517 {
4518 bug_100777 4518 bug_100777
4519 Memcheck:Leak 4519 Memcheck:Leak
4520 fun:_Znw* 4520 fun:_Znw*
4521 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN10URLFetcher8DelegateEPT_PT0_ 4521 fun:_ZN12_GLOBAL__N_119MakeContextDelegateI16CrxUpdateServiceNS1_13UpdateCont extEEEPN7content18URLFetcherDelegateEPT_PT0_
4522 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv 4522 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
4523 } 4523 }
4524 { 4524 {
4525 bug_100916 4525 bug_100916
4526 Memcheck:Leak 4526 Memcheck:Leak
4527 fun:_Znw* 4527 fun:_Znw*
4528 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE 4528 fun:_ZN6WebKit19WebWorkerClientImpl24createWorkerContextProxyEPN7WebCore6Work erE
4529 ... 4529 ...
4530 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE 4530 fun:_ZN7WebCore6WorkerC1EPNS_22ScriptExecutionContextE
4531 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi 4531 fun:_ZN7WebCore6Worker6createEPNS_22ScriptExecutionContextERKN3WTF6StringERi
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
5347 obj:/lib/libselinux.so.1 5347 obj:/lib/libselinux.so.1
5348 obj:/lib/libselinux.so.1 5348 obj:/lib/libselinux.so.1
5349 } 5349 }
5350 { 5350 {
5351 bug_todo_grep 5351 bug_todo_grep
5352 Memcheck:Leak 5352 Memcheck:Leak
5353 fun:malloc 5353 fun:malloc
5354 obj:/bin/grep 5354 obj:/bin/grep
5355 obj:/bin/grep 5355 obj:/bin/grep
5356 } 5356 }
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