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

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

Issue 5748002: Fix memory leaks in AsynchronousPolicyProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review feedback 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
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 { 3463 {
3464 bug_65988 3464 bug_65988
3465 Memcheck:Leak 3465 Memcheck:Leak
3466 fun:_Znw* 3466 fun:_Znw*
3467 fun:_ZN8remoting8protocol24BufferedSocketWriterBase5WriteE13scoped_refptrIN3n et16IOBufferWithSizeEEP4Task 3467 fun:_ZN8remoting8protocol24BufferedSocketWriterBase5WriteE13scoped_refptrIN3n et16IOBufferWithSizeEEP4Task
3468 fun:_ZN8remoting8protocol10RtcpWriter10SendReportERKNS0_18RtcpReceiverReportE 3468 fun:_ZN8remoting8protocol10RtcpWriter10SendReportERKNS0_18RtcpReceiverReportE
3469 fun:_ZN8remoting8protocol14RtpVideoReader20SendReceiverReportIfEv 3469 fun:_ZN8remoting8protocol14RtpVideoReader20SendReceiverReportIfEv
3470 fun:_ZN8remoting8protocol14RtpVideoReader18RebuildVideoPacketESt15_Deque_iter atorINS1_17PacketsQueueEntryERS3_PS3_ES6_ 3470 fun:_ZN8remoting8protocol14RtpVideoReader18RebuildVideoPacketESt15_Deque_iter atorINS1_17PacketsQueueEntryERS3_PS3_ES6_
3471 fun:_ZN8remoting8protocol14RtpVideoReader15CheckFullPacketESt15_Deque_iterato rINS1_17PacketsQueueEntryERS3_PS3_E 3471 fun:_ZN8remoting8protocol14RtpVideoReader15CheckFullPacketESt15_Deque_iterato rINS1_17PacketsQueueEntryERS3_PS3_E
3472 } 3472 }
3473 {
3474 bug_66054_a
3475 Memcheck:Leak
3476 fun:_Znw*
3477 ...
3478 fun:_ZNK6policy36CreateSequencedTestDictionaryActionPIPiE10gmock_ImplIFP15Dic tionaryValuevEE17gmock_PerformImplIN7testing8internal12ExcessiveArgESB_SB_SB_SB_ SB_SB_SB_SB_SB_EES5_RKNSt3tr15tupleINSC_10_NullClassESE_SE_SE_SE_SE_SE_SE_SE_SE_ EET_T0_T1_T2_T3_T4_T5_T6_T7_T8_
3479 fun:_ZN7testing8internal12ActionHelperIP15DictionaryValueN6policy36CreateSequ encedTestDictionaryActionPIPiE10gmock_ImplIFS3_vEEEE7PerformEPSA_RKNSt3tr15tuple INSD_10_NullClassESF_SF_SF_SF_SF_SF_SF_SF_SF_EE
3480 fun:_ZN6policy36CreateSequencedTestDictionaryActionPIPiE10gmock_ImplIFP15Dict ionaryValuevEE7PerformERKNSt3tr15tupleINS8_10_NullClassESA_SA_SA_SA_SA_SA_SA_SA_ SA_EE
3481 fun:_ZNK7testing6ActionIFP15DictionaryValuevEE7PerformERKNSt3tr15tupleINS5_10 _NullClassES7_S7_S7_S7_S7_S7_S7_S7_S7_EE
3482 fun:_ZN7testing8internal18FunctionMockerBaseIFP15DictionaryValuevEE10InvokeWi thERKNSt3tr15tupleINS6_10_NullClassES8_S8_S8_S8_S8_S8_S8_S8_S8_EE
3483 fun:_ZN7testing8internal14FunctionMockerIFP15DictionaryValuevEE6InvokeEv
3484 fun:_ZN6policy20ProviderDelegateMock4LoadEv
3485 fun:_ZN6policy24AsynchronousPolicyLoader6ReloadEv
3486 fun:_ZN6policy68AsynchronousPolicyLoaderTest_ProviderNotificationOnPolicyChan ge_Test8TestBodyEv
3487 }
3488 {
3489 bug_66054_b
3490 Memcheck:Leak
3491 fun:_Znw*
3492 fun:_ZN6policy47AsynchronousPolicyTestBase_ProviderRefresh_Test8TestBodyEv
3493 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/asynchronous_policy_loader.cc ('k') | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698