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

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

Issue 6344003: Valgrind: Update suppression after r71537.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 3370 matching lines...) Expand 10 before | Expand all | Expand 10 after
3381 bug_65664b 3381 bug_65664b
3382 Memcheck:Leak 3382 Memcheck:Leak
3383 fun:_Znw* 3383 fun:_Znw*
3384 fun:_ZN11webkit_glue22BufferedDataSourceTest20InitializeDataSource* 3384 fun:_ZN11webkit_glue22BufferedDataSourceTest20InitializeDataSource*
3385 fun:_ZN11webkit_glue*BufferedDataSourceTest* 3385 fun:_ZN11webkit_glue*BufferedDataSourceTest*
3386 } 3386 }
3387 { 3387 {
3388 bug_65664c 3388 bug_65664c
3389 Memcheck:Leak 3389 Memcheck:Leak
3390 fun:_Znw* 3390 fun:_Znw*
3391 fun:_ZN11webkit_glue20SimpleDataSourceTest20InitializeDataSourceEPKc 3391 fun:_ZN11webkit_glue20SimpleDataSourceTest20InitializeDataSourceEPKcPN5media1 2MockCallbackE
3392 fun:_ZN11webkit_glue*SimpleDataSourceTest* 3392 fun:_ZN11webkit_glue*SimpleDataSourceTest*
3393 } 3393 }
3394 { 3394 {
3395 bug_65664d 3395 bug_65664d
3396 Memcheck:Leak 3396 Memcheck:Leak
3397 fun:_Znw* 3397 fun:_Znw*
3398 fun:_ZN11webkit_glue40SimpleDataSourceTest_InitializeData_Test8TestBodyEv 3398 fun:_ZN11webkit_glue40SimpleDataSourceTest_InitializeData_Test8TestBodyEv
3399 fun:_ZN7testing*HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS2 _vEPKc 3399 fun:_ZN7testing*HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS2 _vEPKc
3400 } 3400 }
3401 { 3401 {
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
3566 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi 3566 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
3567 fun:_ZN3net22HttpNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR unnerI6Tuple1IiEERKNS_11BoundNetLogE 3567 fun:_ZN3net22HttpNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR unnerI6Tuple1IiEERKNS_11BoundNetLogE
3568 fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv 3568 fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv
3569 } 3569 }
3570 { 3570 {
3571 bug_69414 3571 bug_69414
3572 Memcheck:Leak 3572 Memcheck:Leak
3573 fun:_Znw* 3573 fun:_Znw*
3574 fun:_ZN28PrerenderResourceHandlerTestC2Ev 3574 fun:_ZN28PrerenderResourceHandlerTestC2Ev
3575 } 3575 }
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