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

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

Issue 7767009: Update existing suppression given code changes to IPC message dispatch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 3448 matching lines...) Expand 10 before | Expand all | Expand 10 after
3459 fun:_ZN13NPObjectProxy10NPAllocateEP4_NPPP7NPClass 3459 fun:_ZN13NPObjectProxy10NPAllocateEP4_NPPP7NPClass
3460 fun:_NPN_CreateObject 3460 fun:_NPN_CreateObject
3461 fun:_ZN6WebKit11WebBindings12createObjectEP4_NPPP7NPClass 3461 fun:_ZN6WebKit11WebBindings12createObjectEP4_NPPP7NPClass
3462 fun:_ZN13NPObjectProxy6CreateEP17PluginChannelBaseiiRK4GURL 3462 fun:_ZN13NPObjectProxy6CreateEP17PluginChannelBaseiiRK4GURL
3463 } 3463 }
3464 { 3464 {
3465 Bug_69934_b 3465 Bug_69934_b
3466 Memcheck:Leak 3466 Memcheck:Leak
3467 fun:_Znw* 3467 fun:_Znw*
3468 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE 3468 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE
3469 fun:_ZN3IPC16MessageWithReplyI6Tuple1I21PluginMsg_Init_ParamsES1_IRbEE18Dispa tchDelayReplyIN13PluginChannel13MessageFilterEMS9_FvRKS2_PNS_7MessageEEEEbPKSC_P T_T0_ 3469 fun:_ZN3IPC17SyncMessageSchemaI6Tuple1I21PluginMsg_Init_ParamsES1_IRbEE32Disp atchDelayReplyWithSendParamsIN13PluginChannel13MessageFilterEMS9_FvRKS2_PNS_7Mes sageEEEEbbRKS3_PKSC_PT_T0_
3470 fun:_ZN14PluginMsg_Init18DispatchDelayReplyIN13PluginChannel13MessageFilterEM S2_FvRK21PluginMsg_Init_ParamsPN3IPC7MessageEEEEbPKS7_PT_T0_
3470 fun:_ZN13PluginChannel13MessageFilter17OnMessageReceivedERKN3IPC7MessageE 3471 fun:_ZN13PluginChannel13MessageFilter17OnMessageReceivedERKN3IPC7MessageE
3471 } 3472 }
3472 { 3473 {
3473 Bug_70062 3474 Bug_70062
3474 Memcheck:Leak 3475 Memcheck:Leak
3475 fun:calloc 3476 fun:calloc
3476 fun:PR_Calloc 3477 fun:PR_Calloc
3477 fun:PR_NewLock 3478 fun:PR_NewLock
3478 ... 3479 ...
3479 fun:InitSessionCacheLocks 3480 fun:InitSessionCacheLocks
(...skipping 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after
5391 } 5392 }
5392 { 5393 {
5393 bug_todo_getdelim2 5394 bug_todo_getdelim2
5394 Memcheck:Leak 5395 Memcheck:Leak
5395 fun:malloc 5396 fun:malloc
5396 fun:getdelim 5397 fun:getdelim
5397 obj:/lib/libselinux.so.1 5398 obj:/lib/libselinux.so.1
5398 obj:/lib/libselinux.so.1 5399 obj:/lib/libselinux.so.1
5399 obj:/lib/libselinux.so.1 5400 obj:/lib/libselinux.so.1
5400 } 5401 }
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