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

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

Issue 3015010: Valgrind: Update Valgrind suppressions.... (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 3325 matching lines...) Expand 10 before | Expand all | Expand 10 after
3336 fun:_ZN11MessageLoop6DoWorkEv 3336 fun:_ZN11MessageLoop6DoWorkEv
3337 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE 3337 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
3338 fun:_ZN11MessageLoop11RunInternalEv 3338 fun:_ZN11MessageLoop11RunInternalEv
3339 fun:_ZN11MessageLoop10RunHandlerEv 3339 fun:_ZN11MessageLoop10RunHandlerEv
3340 } 3340 }
3341 { 3341 {
3342 bug_46886_a 3342 bug_46886_a
3343 Memcheck:Leak 3343 Memcheck:Leak
3344 fun:_Znw* 3344 fun:_Znw*
3345 fun:_ZN3net15SpdySessionPool3GetERKNS_12HostPortPairEPNS_18HttpNetworkSessionE RKNS_11BoundNetLogE 3345 fun:_ZN3net15SpdySessionPool3GetERKNS_12HostPortPairEPNS_18HttpNetworkSessionE RKNS_11BoundNetLogE
3346 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc*SpdyHttpStreamTe st17CreateSpdySessionEv 3346 fun:*SpdyHttpStreamTest17CreateSpdySessionEv
3347 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc*SpdyHttpStreamTe st_SendRequest_Test8TestBodyEv 3347 fun:*SpdyHttpStreamTest_SendRequest_Test8TestBodyEv
3348 } 3348 }
3349 { 3349 {
3350 bug_46886_b 3350 bug_46886_b
3351 Memcheck:Leak 3351 Memcheck:Leak
3352 fun:_Znw* 3352 fun:_Znw*
3353 fun:_ZN9__gnu_cxx13new_allocatorIN3net12SpdyIOBufferEE8allocateEjPKv 3353 fun:_ZN9__gnu_cxx13new_allocatorIN3net12SpdyIOBufferEE8allocateEjPKv
3354 fun:_ZNSt12_Vector_baseIN3net12SpdyIOBufferESaIS1_EE11_M_allocateEj 3354 fun:_ZNSt12_Vector_baseIN3net12SpdyIOBufferESaIS1_EE11_M_allocateEj
3355 fun:_ZNSt6vectorIN3net12SpdyIOBufferESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__n ormal_iteratorIPS1_S3_EERKS1_ 3355 fun:_ZNSt6vectorIN3net12SpdyIOBufferESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__no rmal_iteratorIPS1_S3_EERKS1_
3356 fun:_ZNSt6vectorIN3net12SpdyIOBufferESaIS1_EE9push_backERKS1_ 3356 fun:_ZNSt6vectorIN3net12SpdyIOBufferESaIS1_EE9push_backERKS1_
3357 fun:_ZNSt14priority_queueIN3net12SpdyIOBufferESt6vectorIS1_SaIS1_EESt4lessIS1 _EE4pushERKS1_ 3357 fun:_ZNSt14priority_queueIN3net12SpdyIOBufferESt6vectorIS1_SaIS1_EESt4lessIS1_ EE4pushERKS1_
3358 fun:_ZN3net11SpdySession10QueueFrameEPN4spdy9SpdyFrameEhPNS_10SpdyStreamE 3358 fun:_ZN3net11SpdySession10QueueFrameEPN4spdy9SpdyFrameEhPNS_10SpdyStreamE
3359 fun:_ZN3net11SpdySession14WriteSynStreamEjNS_15RequestPriorityEN4spdy16SpdyCo ntrolFlagsERK10linked_ptrISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE 3359 fun:_ZN3net11SpdySession14WriteSynStreamEjNS_15RequestPriorityEN4spdy16SpdyCon trolFlagsERK10linked_ptrISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE
3360 fun:_ZN3net10SpdyStream13DoSendRequestEb 3360 fun:_ZN3net10SpdyStream13DoSendRequestEb
3361 fun:_ZN3net14SpdyHttpStream11SendRequestEPNS_16HttpResponseInfoEP14CallbackRu nnerI6Tuple1IiEE 3361 fun:_ZN3net14SpdyHttpStream11SendRequestEPNS_16HttpResponseInfoEP14CallbackRun nerI6Tuple1IiEE
3362 } 3362 }
3363 { 3363 {
3364 bug_46886_c 3364 bug_46886_d
3365 Memcheck:Leak 3365 Memcheck:Leak
3366 fun:_Znw* 3366 fun:_Znw*
3367 fun:_ZN3net15SpdySessionPool3GetERKNS_12HostPortPairEPNS_18HttpNetworkSession ERKNS_11BoundNetLogE 3367 fun:_ZN3net11SpdySession16CreateStreamImplERK4GURLNS_15RequestPriorityEP13scop ed_refptrINS_10SpdyStreamEERKNS_11BoundNetLogE
3368 fun:_ZN3net12_GLOBAL__N_118SpdyHttpStreamTest17CreateSpdySessionEv 3368 fun:_ZN3net11SpdySession12CreateStreamERK4GURLNS_15RequestPriorityEP13scoped_r efptrINS_10SpdyStreamEERKNS_11BoundNetLogEP14CallbackRunnerI6Tuple1IiEEPKNS_14Sp dyHttpStreamE
3369 fun:_ZN3net12_GLOBAL__N_135SpdyHttpStreamTest_SendRequest_Test8TestBodyEv 3369 fun:_ZN3net14SpdyHttpStream16InitializeStreamEPNS_11SpdySessionERKNS_15HttpReq uestInfoERKNS_11BoundNetLogEP14CallbackRunnerI6Tuple1IiEE
3370 fun:*SpdyHttpStreamTest_SendRequest_Test8TestBodyEv
3370 } 3371 }
3371 { 3372 {
3372 bug_19775_a 3373 bug_19775_a
3373 Memcheck:Leak 3374 Memcheck:Leak
3374 ... 3375 ...
3375 fun:malloc 3376 fun:malloc
3376 fun:sqlite3MemMalloc 3377 fun:sqlite3MemMalloc
3377 fun:mallocWithAlarm 3378 fun:mallocWithAlarm
3378 fun:sqlite3Malloc 3379 fun:sqlite3Malloc
3379 ... 3380 ...
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
3698 Memcheck:Value4 3699 Memcheck:Value4
3699 fun:modp_b64_encode 3700 fun:modp_b64_encode
3700 fun:_ZN4base12Base64EncodeERKSsPSs 3701 fun:_ZN4base12Base64EncodeERKSsPSs
3701 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEE S6_RS5_PSs 3702 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEE S6_RS5_PSs
3702 ... 3703 ...
3703 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi 3704 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi
3704 fun:_ZN3net24HttpAuthHandlerNegotiate21GenerateAuthTokenImplEPKSbIwSt11char_t raitsIwESaIwEES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs 3705 fun:_ZN3net24HttpAuthHandlerNegotiate21GenerateAuthTokenImplEPKSbIwSt11char_t raitsIwESaIwEES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs
3705 fun:_ZN3net15HttpAuthHandler17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwE ES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs 3706 fun:_ZN3net15HttpAuthHandler17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwE ES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs
3706 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv 3707 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv
3707 } 3708 }
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