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

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

Issue 11411360: Suppress some leaks found on reliability_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 6255 matching lines...) Expand 10 before | Expand all | Expand 10 after
6266 } 6266 }
6267 { 6267 {
6268 bug_163924 6268 bug_163924
6269 Memcheck:Leak 6269 Memcheck:Leak
6270 fun:_Znw* 6270 fun:_Znw*
6271 fun:_ZN24JSONAsynchronousUnpacker6CreateEP32JSONAsynchronousUnpackerDelegate 6271 fun:_ZN24JSONAsynchronousUnpacker6CreateEP32JSONAsynchronousUnpackerDelegate
6272 fun:_ZN18WebResourceService18OnURLFetchCompleteEPKN3net10URLFetcherE 6272 fun:_ZN18WebResourceService18OnURLFetchCompleteEPKN3net10URLFetcherE
6273 fun:_ZN3net14URLFetcherCore29InformDelegateFetchIsCompleteEv 6273 fun:_ZN3net14URLFetcherCore29InformDelegateFetchIsCompleteEv
6274 fun:_ZN3net14URLFetcherCore21OnCompletedURLRequestEN4base9TimeDeltaE 6274 fun:_ZN3net14URLFetcherCore21OnCompletedURLRequestEN4base9TimeDeltaE
6275 } 6275 }
6276 {
6277 bug_164176
6278 Memcheck:Leak
6279 fun:_Znw*
6280 fun:_ZN18BrowserProcessImpl21PreMainMessageLoopRunEv
6281 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
6282 fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
6283 fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
6284 fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
6285 fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE
6286 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19 ContentMainDelegateE
6287 fun:_ZN7content21ContentMainRunnerImpl3RunEv
6288 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
6289 fun:ChromeMain
6290 }
6291 {
6292 bug_164178
6293 Memcheck:Leak
6294 fun:_Znw*
6295 fun:_ZN3net25MultiThreadedCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_ 6CRLSetEPNS_16CertVerifyResultERKN4base8CallbackIFviEEEPPvRKNS_11BoundNetLogE
6296 fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_ 6CRLSetEPNS_16CertVerifyResultERKN4base8CallbackIFviEEERKNS_11BoundNetLogE
6297 fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi
6298 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
6299 fun:_ZN3net18SSLClientSocketNSS21OnHandshakeIOCompleteEi
6300 }
6301 {
6302 bug_164179
6303 Memcheck:Leak
6304 fun:_Znw*
6305 fun:_ZN3net10URLFetcher6CreateERK4GURLNS0_11RequestTypeEPNS_18URLFetcherDeleg ateE
6306 fun:_ZN18WebResourceService10StartFetchEv
6307 }
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