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

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

Issue 2809050: Valgrind: Widen a sqlite related suppression.... (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 3400 matching lines...) Expand 10 before | Expand all | Expand 10 after
3411 fun:_ZN3net14SpdyHttpStream11SendRequestEPNS_16HttpResponseInfoEP14CallbackRu nnerI6Tuple1IiEE 3411 fun:_ZN3net14SpdyHttpStream11SendRequestEPNS_16HttpResponseInfoEP14CallbackRu nnerI6Tuple1IiEE
3412 } 3412 }
3413 { 3413 {
3414 bug_19775_a 3414 bug_19775_a
3415 Memcheck:Leak 3415 Memcheck:Leak
3416 ... 3416 ...
3417 fun:malloc 3417 fun:malloc
3418 fun:sqlite3MemMalloc 3418 fun:sqlite3MemMalloc
3419 fun:mallocWithAlarm 3419 fun:mallocWithAlarm
3420 fun:sqlite3Malloc 3420 fun:sqlite3Malloc
3421 fun:sqlite3HashInsert 3421 ...
3422 fun:sqlite3CreateIndex 3422 fun:sqlite3CreateIndex
3423 fun:yy_reduce 3423 fun:yy_reduce
3424 fun:sqlite3Parser 3424 fun:sqlite3Parser
3425 fun:sqlite3RunParser 3425 fun:sqlite3RunParser
3426 fun:sqlite3Prepare 3426 fun:sqlite3Prepare
3427 fun:sqlite3LockAndPrepare 3427 fun:sqlite3LockAndPrepare
3428 fun:sqlite3_prepare 3428 fun:sqlite3_prepare
3429 fun:sqlite3_exec 3429 fun:sqlite3_exec
3430 fun:sqlite3InitCallback 3430 fun:sqlite3InitCallback
3431 fun:sqlite3_exec 3431 fun:sqlite3_exec
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
3576 } 3576 }
3577 { 3577 {
3578 bug_46678_v_a 3578 bug_46678_v_a
3579 Memcheck:Leak 3579 Memcheck:Leak
3580 fun:_Znw* 3580 fun:_Znw*
3581 fun:_Z11NewCallbackIN8remoting14SessionManagerEPKNS0_24UpdateStreamPacketHead erERK13scoped_refptrIN5media10DataBufferEEiEPN9Callback3IT0_T1_T2_E4TypeEPT_MSI_ FvSC_SD_SE_E 3581 fun:_Z11NewCallbackIN8remoting14SessionManagerEPKNS0_24UpdateStreamPacketHead erERK13scoped_refptrIN5media10DataBufferEEiEPN9Callback3IT0_T1_T2_E4TypeEPT_MSI_ FvSC_SD_SE_E
3582 fun:_ZN8remoting14SessionManager8DoEncodeE13scoped_refptrINS_8Capturer11Captu reDataEE 3582 fun:_ZN8remoting14SessionManager8DoEncodeE13scoped_refptrINS_8Capturer11Captu reDataEE
3583 fun:_Z16DispatchToMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0 _8Capturer11CaptureDataEEES5_EvPT_T0_RK6Tuple1IT1_E 3583 fun:_Z16DispatchToMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0 _8Capturer11CaptureDataEEES5_EvPT_T0_RK6Tuple1IT1_E
3584 fun:_ZN14RunnableMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0_ 8Capturer11CaptureDataEEE6Tuple1IS5_EE3RunEv 3584 fun:_ZN14RunnableMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0_ 8Capturer11CaptureDataEEE6Tuple1IS5_EE3RunEv
3585 } 3585 }
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