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 8819029: Fix leak; remove "explicit" keyword from multi-argument constructor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use scoped_ptr, silly! Created 9 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 | « tools/heapcheck/suppressions.txt ('k') | 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 four kinds of suppressions in this file. 1 # There are four 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 5315 matching lines...) Expand 10 before | Expand all | Expand 10 after
5326 bug_106402 5326 bug_106402
5327 Memcheck:Leak 5327 Memcheck:Leak
5328 fun:_Znw* 5328 fun:_Znw*
5329 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS 1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_ 5329 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE17NewCallbackHelperINS5_11Dispatcher1IMS3_FviRKNS 1_12HostResourceEES8_EEEENS_18CompletionCallbackERKT_
5330 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EEN S_18CompletionCallbackET_RKT0_ 5330 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE11NewCallbackIMS3_FviRKNS1_12HostResourceEES7_EEN S_18CompletionCallbackET_RKT0_
5331 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResource EES7_EENS_18CompletionCallbackET_RKT0_ 5331 fun:_ZN2pp25CompletionCallbackFactoryIN5ppapi5proxy20PPB_Graphics2D_ProxyENS2 _26ProxyNonThreadSafeRefCountEE19NewOptionalCallbackIMS3_FviRKNS1_12HostResource EES7_EENS_18CompletionCallbackET_RKT0_
5332 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Gr aphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_ 26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_ 5332 fun:_ZN5ppapi5proxy38EnterHostFromHostResourceForceCallbackINS_5thunk18PPB_Gr aphics2D_APIEEC1IN2pp25CompletionCallbackFactoryINS0_20PPB_Graphics2D_ProxyENS0_ 26ProxyNonThreadSafeRefCountEEEMS8_FviRKNS_12HostResourceEESB_EESD_RT_T0_RKT1_
5333 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy14OnHostMsgFlushERKNS_12HostResource E 5333 fun:_ZN5ppapi5proxy20PPB_Graphics2D_Proxy14OnHostMsgFlushERKNS_12HostResource E
5334 } 5334 }
5335 { 5335 {
5336 bug_106529
5337 Memcheck:Leak
5338 fun:_Znw*
5339 fun:_ZN10extensions6SocketC?EPK7ProfileRKSsRK4GURL
5340 fun:_ZN10extensions16SocketController9CreateUdpEPK7ProfileRKSsRK4GURL
5341 fun:_ZN10extensions57SocketApiControllerTest_TestSocketControllerLifetime_Tes t8TestBodyEv
5342 }
5343 {
5344 bug_106549 5336 bug_106549
5345 Memcheck:Uninitialized 5337 Memcheck:Uninitialized
5346 fun:_ZN16ExtensionService24ProcessExtensionSyncDataERK17ExtensionSyncDataRNS_ 10SyncBundleE 5338 fun:_ZN16ExtensionService24ProcessExtensionSyncDataERK17ExtensionSyncDataRNS_ 10SyncBundleE
5347 fun:_ZN16ExtensionService18ProcessSyncChangesERKN15tracked_objects8LocationER KSt6vectorI10SyncChangeSaIS5_EE 5339 fun:_ZN16ExtensionService18ProcessSyncChangesERKN15tracked_objects8LocationER KSt6vectorI10SyncChangeSaIS5_EE
5348 } 5340 }
5349 { 5341 {
5350 bug_106552 5342 bug_106552
5351 Memcheck:Uninitialized 5343 Memcheck:Uninitialized
5352 ... 5344 ...
5353 fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb 5345 fun:_ZN25JSONStringValueSerializer17SerializeInternalERKN4base5ValueEb
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
5393 obj:/lib/libselinux.so.1 5385 obj:/lib/libselinux.so.1
5394 obj:/lib/libselinux.so.1 5386 obj:/lib/libselinux.so.1
5395 } 5387 }
5396 { 5388 {
5397 bug_todo_grep 5389 bug_todo_grep
5398 Memcheck:Leak 5390 Memcheck:Leak
5399 fun:malloc 5391 fun:malloc
5400 obj:/bin/grep 5392 obj:/bin/grep
5401 obj:/bin/grep 5393 obj:/bin/grep
5402 } 5394 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698