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

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

Issue 5725001: memcheck suppressions for AsynchronousPolicyLoaderTest... (Closed) Base URL: svn://svn.chromium.org/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 3471 matching lines...) Expand 10 before | Expand all | Expand 10 after
3482 { 3482 {
3483 bug_65988 3483 bug_65988
3484 Memcheck:Leak 3484 Memcheck:Leak
3485 fun:_Znw* 3485 fun:_Znw*
3486 fun:_ZN8remoting8protocol24BufferedSocketWriterBase5WriteE13scoped_refptrIN3n et16IOBufferWithSizeEEP4Task 3486 fun:_ZN8remoting8protocol24BufferedSocketWriterBase5WriteE13scoped_refptrIN3n et16IOBufferWithSizeEEP4Task
3487 fun:_ZN8remoting8protocol10RtcpWriter10SendReportERKNS0_18RtcpReceiverReportE 3487 fun:_ZN8remoting8protocol10RtcpWriter10SendReportERKNS0_18RtcpReceiverReportE
3488 fun:_ZN8remoting8protocol14RtpVideoReader20SendReceiverReportIfEv 3488 fun:_ZN8remoting8protocol14RtpVideoReader20SendReceiverReportIfEv
3489 fun:_ZN8remoting8protocol14RtpVideoReader18RebuildVideoPacketESt15_Deque_iter atorINS1_17PacketsQueueEntryERS3_PS3_ES6_ 3489 fun:_ZN8remoting8protocol14RtpVideoReader18RebuildVideoPacketESt15_Deque_iter atorINS1_17PacketsQueueEntryERS3_PS3_ES6_
3490 fun:_ZN8remoting8protocol14RtpVideoReader15CheckFullPacketESt15_Deque_iterato rINS1_17PacketsQueueEntryERS3_PS3_E 3490 fun:_ZN8remoting8protocol14RtpVideoReader15CheckFullPacketESt15_Deque_iterato rINS1_17PacketsQueueEntryERS3_PS3_E
3491 } 3491 }
3492 {
3493 bug_66054_a
3494 Memcheck:Leak
3495 fun:_Znw*
3496 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_
3497 fun:_ZN7testing8internal12ActionHelperIP15DictionaryValueN6policy36CreateSequ encedTestDictionaryActionPIPiE10gmock_ImplIFS3_vEEEE7PerformEPSA_RKNSt3tr15tuple INSD_10_NullClassESF_SF_SF_SF_SF_SF_SF_SF_SF_EE
3498 fun:_ZN6policy36CreateSequencedTestDictionaryActionPIPiE10gmock_ImplIFP15Dict ionaryValuevEE7PerformERKNSt3tr15tupleINS8_10_NullClassESA_SA_SA_SA_SA_SA_SA_SA_ SA_EE
3499 fun:_ZNK7testing6ActionIFP15DictionaryValuevEE7PerformERKNSt3tr15tupleINS5_10 _NullClassES7_S7_S7_S7_S7_S7_S7_S7_S7_EE
3500 fun:_ZN7testing8internal18FunctionMockerBaseIFP15DictionaryValuevEE10InvokeWi thERKNSt3tr15tupleINS6_10_NullClassES8_S8_S8_S8_S8_S8_S8_S8_S8_EE
3501 fun:_ZN7testing8internal14FunctionMockerIFP15DictionaryValuevEE6InvokeEv
3502 fun:_ZN6policy20ProviderDelegateMock4LoadEv
3503 fun:_ZN6policy24AsynchronousPolicyLoader6ReloadEv
3504 fun:_ZN6policy68AsynchronousPolicyLoaderTest_ProviderNotificationOnPolicyChan ge_Test8TestBodyEv
3505 }
3506 {
3507 bug_66054_b
3508 Memcheck:Leak
3509 fun:_Znw*
3510 fun:_ZN6policy47AsynchronousPolicyTestBase_ProviderRefresh_Test8TestBodyEv
3511 }
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