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

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

Issue 9578007: Remove outdated suppression for GpuProcessHostUIShim (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 2982 matching lines...) Expand 10 before | Expand all | Expand 10 after
2993 fun:_ZN20LayoutTestController13waitUntilDoneERKN3WTF6VectorI10CppVariantLj0EE EPS2_ 2993 fun:_ZN20LayoutTestController13waitUntilDoneERKN3WTF6VectorI10CppVariantLj0EE EPS2_
2994 fun:_ZN13CppBoundClass14MemberCallbackI20LayoutTestControllerE3runERKN3WTF6Ve ctorI10CppVariantLj0EEEPS5_ 2994 fun:_ZN13CppBoundClass14MemberCallbackI20LayoutTestControllerE3runERKN3WTF6Ve ctorI10CppVariantLj0EEEPS5_
2995 fun:_ZN13CppBoundClass6invokeEPvPK10_NPVariantjPS1_ 2995 fun:_ZN13CppBoundClass6invokeEPvPK10_NPVariantjPS1_
2996 fun:_ZN11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS3_ 2996 fun:_ZN11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS3_
2997 fun:_ZN7WebCore18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE 2997 fun:_ZN7WebCore18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionTypeE
2998 fun:_ZN7WebCore21npObjectMethodHandlerERKN2v89ArgumentsE 2998 fun:_ZN7WebCore21npObjectMethodHandlerERKN2v89ArgumentsE
2999 fun:_ZN2v88internal19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_47_GLOB AL__N_v8_src_builtins.cc_*BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEE 2999 fun:_ZN2v88internal19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_47_GLOB AL__N_v8_src_builtins.cc_*BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEE
3000 obj:* 3000 obj:*
3001 } 3001 }
3002 { 3002 {
3003 bug_73828
3004 Memcheck:Leak
3005 ...
3006 fun:_ZN20GpuProcessHostUIShim14GetForRendererEi
3007 }
3008 {
3009 bug_74383a 3003 bug_74383a
3010 Memcheck:Uninitialized 3004 Memcheck:Uninitialized
3011 fun:gtk_widget_set_size_request 3005 fun:gtk_widget_set_size_request
3012 fun:_ZN15StatusBubbleGtk22UpdateLabelSizeRequestEv 3006 fun:_ZN15StatusBubbleGtk22UpdateLabelSizeRequestEv
3013 fun:_ZN15StatusBubbleGtk19AnimationProgressedEPKN2ui9AnimationE 3007 fun:_ZN15StatusBubbleGtk19AnimationProgressedEPKN2ui9AnimationE
3014 fun:_ZN2ui15LinearAnimation4StepEN4base9TimeTicksE 3008 fun:_ZN2ui15LinearAnimation4StepEN4base9TimeTicksE
3015 fun:_ZN2ui18AnimationContainer3RunEv 3009 fun:_ZN2ui18AnimationContainer3RunEv
3016 } 3010 }
3017 { 3011 {
3018 bug_74383b 3012 bug_74383b
(...skipping 2918 matching lines...) Expand 10 before | Expand all | Expand 10 after
5937 obj:/lib/libselinux.so.1 5931 obj:/lib/libselinux.so.1
5938 obj:/lib/libselinux.so.1 5932 obj:/lib/libselinux.so.1
5939 } 5933 }
5940 { 5934 {
5941 bug_todo_grep 5935 bug_todo_grep
5942 Memcheck:Leak 5936 Memcheck:Leak
5943 fun:malloc 5937 fun:malloc
5944 obj:/bin/grep 5938 obj:/bin/grep
5945 obj:/bin/grep 5939 obj:/bin/grep
5946 } 5940 }
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