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

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

Issue 9706102: Remove suppression for unused variable now that CCVideoLayerImpl is fixed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | 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 5767 matching lines...) Expand 10 before | Expand all | Expand 10 after
5778 fun:_ZN3net16HostResolverImpl3Job18OnProcTaskCompleteEiRKNS_11AddressListE 5778 fun:_ZN3net16HostResolverImpl3Job18OnProcTaskCompleteEiRKNS_11AddressListE
5779 } 5779 }
5780 { 5780 {
5781 bug_118336 5781 bug_118336
5782 Memcheck:Leak 5782 Memcheck:Leak
5783 fun:_Znw* 5783 fun:_Znw*
5784 ... 5784 ...
5785 fun:_ZN47SelectFileDialogExtensionTest_SelfDeleting_Test8TestBodyEv 5785 fun:_ZN47SelectFileDialogExtensionTest_SelfDeleting_Test8TestBodyEv
5786 } 5786 }
5787 { 5787 {
5788 bug_118384
5789 Memcheck:Uninitialized
5790 fun:_ZN7WebCore16CCVideoLayerImpl11appendQuadsERNS_12CCQuadCullerEPKNS_17CCSh aredQuadStateE
5791 fun:_ZN7WebCore12CCRenderPass19appendQuadsForLayerEPNS_11CCLayerImplEPNS_22CC OcclusionTrackerBaseIS1_NS_15CCRenderSurfaceEEEPNS_16CCOverdrawCountsE
5792 fun:_ZN7WebCore19CCLayerTreeHostImpl21calculateRenderPassesERN3WTF6VectorINS1 _6OwnPtrINS_12CCRenderPassEEELm0EEERNS2_IPNS_11CCLayerImplELm0EEE
5793 fun:_ZN7WebCore19CCLayerTreeHostImpl10drawLayersEv
5794 fun:_ZN7WebCore19CCSingleThreadProxy11doCompositeEv
5795 }
5796 {
5797 bug_118387a 5788 bug_118387a
5798 Memcheck:Unaddressable 5789 Memcheck:Unaddressable
5799 fun:_ZN3WTF11currentTimeEv 5790 fun:_ZN3WTF11currentTimeEv
5800 fun:_ZN7WebCore5EventC2ERKN3WTF12AtomicStringEbb 5791 fun:_ZN7WebCore5EventC2ERKN3WTF12AtomicStringEbb
5801 fun:_ZN7WebCore19PageTransitionEventC1ERKN3WTF12AtomicStringEb 5792 fun:_ZN7WebCore19PageTransitionEventC1ERKN3WTF12AtomicStringEb
5802 fun:_ZN7WebCore19PageTransitionEvent6createERKN3WTF12AtomicStringEb 5793 fun:_ZN7WebCore19PageTransitionEvent6createERKN3WTF12AtomicStringEb
5803 fun:_ZN7WebCore11FrameLoader11stopLoadingENS_17UnloadEventPolicyE 5794 fun:_ZN7WebCore11FrameLoader11stopLoadingENS_17UnloadEventPolicyE
5804 fun:_ZN7WebCore11FrameLoader8closeURLEv 5795 fun:_ZN7WebCore11FrameLoader8closeURLEv
5805 fun:_ZN7WebCore11FrameLoader16detachFromParentEv 5796 fun:_ZN7WebCore11FrameLoader16detachFromParentEv
5806 fun:_ZN7WebCore11FrameLoader13frameDetachedEv 5797 fun:_ZN7WebCore11FrameLoader13frameDetachedEv
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
5843 obj:/lib/libselinux.so.1 5834 obj:/lib/libselinux.so.1
5844 obj:/lib/libselinux.so.1 5835 obj:/lib/libselinux.so.1
5845 } 5836 }
5846 { 5837 {
5847 bug_todo_grep 5838 bug_todo_grep
5848 Memcheck:Leak 5839 Memcheck:Leak
5849 fun:malloc 5840 fun:malloc
5850 obj:/bin/grep 5841 obj:/bin/grep
5851 obj:/bin/grep 5842 obj:/bin/grep
5852 } 5843 }
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