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

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

Issue 5567007: Valgrind: Widen a test_shell leak suppression. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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 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 3452 matching lines...) Expand 10 before | Expand all | Expand 10 after
3463 fun:_Znw* 3463 fun:_Znw*
3464 fun:_ZN5Value17CreateStringValueERKSs 3464 fun:_ZN5Value17CreateStringValueERKSs
3465 fun:_ZN30ExtensionPrefsNotifyWhenNeeded10InitializeEv 3465 fun:_ZN30ExtensionPrefsNotifyWhenNeeded10InitializeEv
3466 fun:_ZN18ExtensionPrefsTest5SetUpEv 3466 fun:_ZN18ExtensionPrefsTest5SetUpEv
3467 } 3467 }
3468 { 3468 {
3469 bug_65664a 3469 bug_65664a
3470 Memcheck:Leak 3470 Memcheck:Leak
3471 fun:_Znw* 3471 fun:_Znw*
3472 fun:_ZN11webkit_glue26BufferedResourceLoaderTest10InitializeEPKcii 3472 fun:_ZN11webkit_glue26BufferedResourceLoaderTest10InitializeEPKcii
3473 fun:_ZN11webkit_glue49BufferedResourceLoaderTest* 3473 fun:_ZN11webkit_glue*BufferedResourceLoaderTest*
3474 } 3474 }
3475 { 3475 {
3476 bug_65664b 3476 bug_65664b
3477 Memcheck:Leak 3477 Memcheck:Leak
3478 fun:_Znw* 3478 fun:_Znw*
3479 fun:_ZN11webkit_glue22BufferedDataSourceTest20InitializeDataSource* 3479 fun:_ZN11webkit_glue22BufferedDataSourceTest20InitializeDataSource*
3480 fun:_ZN11webkit_glue40BufferedDataSourceTest* 3480 fun:_ZN11webkit_glue*BufferedDataSourceTest*
3481 } 3481 }
3482 { 3482 {
3483 bug_65664c 3483 bug_65664c
3484 Memcheck:Leak 3484 Memcheck:Leak
3485 fun:_Znw* 3485 fun:_Znw*
3486 fun:_ZN11webkit_glue20SimpleDataSourceTest20InitializeDataSourceEPKc 3486 fun:_ZN11webkit_glue20SimpleDataSourceTest20InitializeDataSourceEPKc
3487 fun:_ZN11webkit_glue45SimpleDataSourceTest* 3487 fun:_ZN11webkit_glue*SimpleDataSourceTest*
3488 } 3488 }
3489 { 3489 {
3490 bug_65664d 3490 bug_65664d
3491 Memcheck:Leak 3491 Memcheck:Leak
3492 fun:_Znw* 3492 fun:_Znw*
3493 fun:_ZN11webkit_glue40SimpleDataSourceTest_InitializeData_Test8TestBodyEv 3493 fun:_ZN11webkit_glue40SimpleDataSourceTest_InitializeData_Test8TestBodyEv
3494 fun:_ZN7testing35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS 2_vEPKc 3494 fun:_ZN7testing35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS 2_vEPKc
3495 } 3495 }
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