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

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

Issue 10442123: [Leak fixlet] Bug has long been fixed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 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 3856 matching lines...) Expand 10 before | Expand all | Expand 10 after
3867 fun:vorbis_decode_frame 3867 fun:vorbis_decode_frame
3868 fun:avcodec_decode_audio3 3868 fun:avcodec_decode_audio3
3869 } 3869 }
3870 { 3870 {
3871 bug_98568 3871 bug_98568
3872 Memcheck:Leak 3872 Memcheck:Leak
3873 ... 3873 ...
3874 fun:_ZN44WebDragDestGtkTest_NoTabContentsWrapper_Test8TestBodyEv 3874 fun:_ZN44WebDragDestGtkTest_NoTabContentsWrapper_Test8TestBodyEv
3875 } 3875 }
3876 { 3876 {
3877 bug_98751
3878 Memcheck:Uninitialized
3879 fun:_ZN7SkIRect9intersectEiiii
3880 fun:_ZN7SkIRect9intersectERKS_
3881 fun:_ZN8remoting10DecoderVp812ConvertRectsERKSt6vectorI7SkIRectSaIS2_EEPS4_
3882 fun:_ZN8remoting10DecoderVp812DecodePacketEPKNS_11VideoPacketE
3883 fun:_ZN8remoting13DecoderTester14ReceivedPacketEPNS_11VideoPacketE
3884 fun:_ZN8remoting13EncoderTester13DataAvailableEPNS_11VideoPacketE
3885 ...
3886 fun:_ZN8remotingL17TestEncodingRectsEPNS_7EncoderEPNS_13EncoderTesterEPNS_13D ecoderTesterE13scoped_refptrINS_11CaptureDataEEPK7SkIRecti
3887 fun:_ZN8remoting18TestEncoderDecoderEPNS_7EncoderEPNS_7DecoderEb
3888 fun:_ZN8remoting35DecoderVp8Test_EncodeAndDecode_Test8TestBodyEv
3889 }
3890 {
3891 bug_98867 3877 bug_98867
3892 Memcheck:Jump 3878 Memcheck:Jump
3893 obj:* 3879 obj:*
3894 obj:* 3880 obj:*
3895 obj:* 3881 obj:*
3896 } 3882 }
3897 { 3883 {
3898 bug_98967_a 3884 bug_98967_a
3899 Memcheck:Leak 3885 Memcheck:Leak
3900 fun:_Znw* 3886 fun:_Znw*
(...skipping 1957 matching lines...) Expand 10 before | Expand all | Expand 10 after
5858 obj:/lib/libselinux.so.1 5844 obj:/lib/libselinux.so.1
5859 obj:/lib/libselinux.so.1 5845 obj:/lib/libselinux.so.1
5860 } 5846 }
5861 { 5847 {
5862 bug_todo_grep 5848 bug_todo_grep
5863 Memcheck:Leak 5849 Memcheck:Leak
5864 fun:malloc 5850 fun:malloc
5865 obj:/bin/grep 5851 obj:/bin/grep
5866 obj:/bin/grep 5852 obj:/bin/grep
5867 } 5853 }
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