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

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

Issue 2856052: Valgrind: Fix a typo. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 3374 matching lines...) Expand 10 before | Expand all | Expand 10 after
3385 fun:_ZN3net14SpdyHttpStream16InitializeStreamEPNS_11SpdySessionERKNS_15HttpReq uestInfoERKNS_11BoundNetLogEP14CallbackRunnerI6Tuple1IiEE 3385 fun:_ZN3net14SpdyHttpStream16InitializeStreamEPNS_11SpdySessionERKNS_15HttpReq uestInfoERKNS_11BoundNetLogEP14CallbackRunnerI6Tuple1IiEE
3386 fun:*SpdyHttpStreamTest_SendRequest_Test8TestBodyEv 3386 fun:*SpdyHttpStreamTest_SendRequest_Test8TestBodyEv
3387 } 3387 }
3388 { 3388 {
3389 bug_46886_e 3389 bug_46886_e
3390 Memcheck:Leak 3390 Memcheck:Leak
3391 fun:_Znw* 3391 fun:_Znw*
3392 fun:_ZN3net15SpdySessionPool3GetERKNS_12HostPortPairEPNS_18HttpNetworkSession ERKNS_11BoundNetLogE 3392 fun:_ZN3net15SpdySessionPool3GetERKNS_12HostPortPairEPNS_18HttpNetworkSession ERKNS_11BoundNetLogE
3393 ... 3393 ...
3394 fun:_ZN3net12_GLOBAL__N_135SpdyHttpStreamTest_SendRequest_Test8TestBodyEv 3394 fun:_ZN3net12_GLOBAL__N_135SpdyHttpStreamTest_SendRequest_Test8TestBodyEv
3395 Memcheck:Leak
3396 } 3395 }
3397 { 3396 {
3398 bug_47331_part_1 3397 bug_47331_part_1
3399 Memcheck:Leak 3398 Memcheck:Leak
3400 fun:malloc 3399 fun:malloc
3401 fun:malloc 3400 fun:malloc
3402 fun:sqlite3MemMalloc 3401 fun:sqlite3MemMalloc
3403 fun:mallocWithAlarm 3402 fun:mallocWithAlarm
3404 fun:sqlite3Malloc 3403 fun:sqlite3Malloc
3405 fun:sqlite3DbMallocRaw 3404 fun:sqlite3DbMallocRaw
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
3613 Memcheck:Value4 3612 Memcheck:Value4
3614 fun:modp_b64_encode 3613 fun:modp_b64_encode
3615 fun:_ZN4base12Base64EncodeERKSsPSs 3614 fun:_ZN4base12Base64EncodeERKSsPSs
3616 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEE S6_RS5_PSs 3615 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEE S6_RS5_PSs
3617 ... 3616 ...
3618 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi 3617 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi
3619 fun:_ZN3net24HttpAuthHandlerNegotiate21GenerateAuthTokenImplEPKSbIwSt11char_t raitsIwESaIwEES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs 3618 fun:_ZN3net24HttpAuthHandlerNegotiate21GenerateAuthTokenImplEPKSbIwSt11char_t raitsIwESaIwEES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs
3620 fun:_ZN3net15HttpAuthHandler17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwE ES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs 3619 fun:_ZN3net15HttpAuthHandler17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwE ES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs
3621 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv 3620 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv
3622 } 3621 }
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