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

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

Issue 1507002: Roll gtest r395:408 and gmock r278:282 to pick up ThreadLocal leak fix. (Closed)
Patch Set: Created 10 years, 9 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
« no previous file with comments | « testing/gmock/test/gmock_output_test_golden.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 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 bug_39282 824 bug_39282
825 Memcheck:Leak 825 Memcheck:Leak
826 fun:malloc_zone_calloc 826 fun:malloc_zone_calloc
827 fun:_internal_class_createInstanceFromZone 827 fun:_internal_class_createInstanceFromZone
828 fun:NSAllocateObject 828 fun:NSAllocateObject
829 fun:+[NSProxy alloc] 829 fun:+[NSProxy alloc]
830 fun:+[OCMockObject mockForClass:] 830 fun:+[OCMockObject mockForClass:]
831 fun:_ZN40BookmarkFolderTargetTest_ReopenSame_Test8TestBodyEv 831 fun:_ZN40BookmarkFolderTargetTest_ReopenSame_Test8TestBodyEv
832 } 832 }
833 { 833 {
834 bug_39381
835 Memcheck:Leak
836 fun:_Znw*
837 fun:_ZNK7testing8internal11ThreadLocalISt6vectorINS0_9TraceInfoESaIS3_EEE16Ge tOrCreateValueEv
838 fun:_ZN7testing8internal11ThreadLocalISt6vectorINS0_9TraceInfoESaIS3_EEE7poin terEv
839 fun:_ZN7testing8internal12UnitTestImpl17gtest_trace_stackEv
840 ...
841 }
842 {
843 bug_39381
844 Memcheck:Leak
845 fun:_Znw*
846 fun:_ZNK7testing8internal11ThreadLocalIPNS_8SequenceEE16GetOrCreateValueEv
847 fun:_ZNK7testing8internal11ThreadLocalIPNS_8SequenceEE7pointerEv
848 fun:_ZNK7testing8internal11ThreadLocalIPNS_8SequenceEE3getEv
849 ...
850 }
851 {
852 bug_39381
853 Memcheck:Leak
854 fun:_Znw*
855 fun:_ZNK7testing8internal11ThreadLocalIPNS_31TestPartResultReporterInterfaceE E16GetOrCreateValueEv
856 fun:_ZNK7testing8internal11ThreadLocalIPNS_31TestPartResultReporterInterfaceE E7pointerEv
857 fun:_ZNK7testing8internal11ThreadLocalIPNS_31TestPartResultReporterInterfaceE E3getEv
858 fun:_ZN7testing8internal12UnitTestImpl41GetTestPartResultReporterForCurrentTh readEv
859 ...
860 }
861 {
862 bug_39376 834 bug_39376
863 Memcheck:Leak 835 Memcheck:Leak
864 fun:_Znw* 836 fun:_Znw*
865 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN3net9HostCache3K eyE13scoped_refptrINS4_5EntryEEEEE8allocateEmPKv 837 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN3net9HostCache3K eyE13scoped_refptrINS4_5EntryEEEEE8allocateEmPKv
866 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_13scoped_refptrINS1_5Entry EEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_get_nodeEv 838 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_13scoped_refptrINS1_5Entry EEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_get_nodeEv
867 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_13scoped_refptrINS1_5Entry EEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_create_nodeERKS8_ 839 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_13scoped_refptrINS1_5Entry EEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_create_nodeERKS8_
868 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_13scoped_refptrINS1_5Entry EEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE9_M_insertEPSt18_Rb_tree_node_baseSG_R KS8_ 840 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_13scoped_refptrINS1_5Entry EEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE9_M_insertEPSt18_Rb_tree_node_baseSG_R KS8_
869 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_13scoped_refptrINS1_5Entry EEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE13insert_uniqueERKS8_ 841 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_13scoped_refptrINS1_5Entry EEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE13insert_uniqueERKS8_
870 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_13scoped_refptrINS1_5Entry EEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE13insert_uniqueESt17_Rb_tree_iteratorI S8_ERKS8_ 842 fun:_ZNSt8_Rb_treeIN3net9HostCache3KeyESt4pairIKS2_13scoped_refptrINS1_5Entry EEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE13insert_uniqueESt17_Rb_tree_iteratorI S8_ERKS8_
871 fun:_ZNSt3mapIN3net9HostCache3KeyE13scoped_refptrINS1_5EntryEESt4lessIS2_ESaI St4pairIKS2_S5_EEE6insertESt17_Rb_tree_iteratorISA_ERKSA_ 843 fun:_ZNSt3mapIN3net9HostCache3KeyE13scoped_refptrINS1_5EntryEESt4lessIS2_ESaI St4pairIKS2_S5_EEE6insertESt17_Rb_tree_iteratorISA_ERKSA_
872 fun:_ZNSt3mapIN3net9HostCache3KeyE13scoped_refptrINS1_5EntryEESt4lessIS2_ESaI St4pairIKS2_S5_EEEixERS9_ 844 fun:_ZNSt3mapIN3net9HostCache3KeyE13scoped_refptrINS1_5EntryEESt4lessIS2_ESaI St4pairIKS2_S5_EEEixERS9_
873 fun:_ZN3net9HostCache3SetERKNS0_3KeyEiNS_11AddressListEN4base9TimeTicksE 845 fun:_ZN3net9HostCache3SetERKNS0_3KeyEiNS_11AddressListEN4base9TimeTicksE
874 fun:_ZN3net16HostResolverImpl13OnJobCompleteEPNS0_3JobEiRKNS_11AddressListE 846 fun:_ZN3net16HostResolverImpl13OnJobCompleteEPNS0_3JobEiRKNS_11AddressListE
875 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv 847 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv
876 } 848 }
OLDNEW
« no previous file with comments | « testing/gmock/test/gmock_output_test_golden.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698