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

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

Issue 581023002: Retire obsolete Valgrind supressions ..109872 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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 | « 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 2709 matching lines...) Expand 10 before | Expand all | Expand 10 after
2720 fun:_Znw* 2720 fun:_Znw*
2721 fun:_ZN5blink11iBeamCursorEv 2721 fun:_ZN5blink11iBeamCursorEv
2722 fun:_ZN5blink12EventHandler12selectCursorERKNS_28MouseEventWithHitTestResults EPNS_9ScrollbarE 2722 fun:_ZN5blink12EventHandler12selectCursorERKNS_28MouseEventWithHitTestResults EPNS_9ScrollbarE
2723 fun:_ZN5blink12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEventEP NS_13HitTestResultEb 2723 fun:_ZN5blink12EventHandler20handleMouseMoveEventERKNS_18PlatformMouseEventEP NS_13HitTestResultEb
2724 fun:_ZN5blink12EventHandler10mouseMovedERKNS_18PlatformMouseEventEb 2724 fun:_ZN5blink12EventHandler10mouseMovedERKNS_18PlatformMouseEventEb
2725 fun:_ZN5blink11WebViewImpl9mouseMoveERKNS_13WebMouseEventE 2725 fun:_ZN5blink11WebViewImpl9mouseMoveERKNS_13WebMouseEventE
2726 fun:_ZN5blink11WebViewImpl16handleInputEventERKNS_13WebInputEventE 2726 fun:_ZN5blink11WebViewImpl16handleInputEventERKNS_13WebInputEventE
2727 fun:_ZN12RenderWidget18OnHandleInputEventERKN3IPC7MessageE 2727 fun:_ZN12RenderWidget18OnHandleInputEventERKN3IPC7MessageE
2728 } 2728 }
2729 { 2729 {
2730 bug_108146a
2731 Memcheck:Leak
2732 fun:_Znw*
2733 ...
2734 fun:_ZN5ppapi5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_ 24SerializedVarReturnValueE
2735 }
2736 {
2737 bug_108146b
2738 Memcheck:Param
2739 write(buf)
2740 obj:/lib/tls/i686/cmov/libpthread-2.11.1.so
2741 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
2742 fun:_ZN3IPC7Channel4SendEPNS_7MessageE
2743 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE
2744 fun:_ZN3IPC18SendCallbackHelper4SendEv
2745 }
2746 {
2747 bug_108147
2748 Memcheck:Uninitialized
2749 ...
2750 fun:_ZNK6SkDraw11drawPosTextEPKcmPKffiRK7SkPaint
2751 fun:_ZN8SkDevice11drawPosTextERK6SkDrawPKvmPKffiRK7SkPaint
2752 fun:_ZN8SkCanvas11drawPosTextEPKvmPK7SkPointRK7SkPaint
2753 fun:_ZNK7blink4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataER KNS_11GlyphBufferEiiRKNS_10FloatPointE
2754 fun:_ZNK7blink4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS _11GlyphBufferERKNS_10FloatPointE
2755 fun:_ZNK7blink4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_ 10FloatPointEii
2756 fun:_ZNK7blink4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10Float PointEii
2757 }
2758 {
2759 bug_108620
2760 Memcheck:Uninitialized
2761 fun:_ZN5blink13PlatformEventC2ENS0_4TypeEbbbbd
2762 fun:_ZN5blink18PlatformMouseEventC1ERKNS_8IntPointES3_NS_11MouseButtonENS_13P latformEvent4TypeEibbbbd
2763 fun:_ZN5blink12EventHandler28fakeMouseMoveEventTimerFiredEPNS_5TimerIS0_EE
2764 fun:_ZN5blink5TimerINS_12EventHandlerEE5firedEv
2765 fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
2766 fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
2767 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
2768 fun:_ZN4base9BaseTimerIN11webkit_glue25WebKitPlatformSupportImplELb0EE9TimerT ask3RunEv
2769 }
2770 {
2771 bug_108621
2772 Memcheck:Leak
2773 fun:malloc
2774 fun:_ZN3WTF10fastMallocEm
2775 fun:_ZN3WTF10RefCountedIN7blink5EventEEnwEm
2776 fun:_ZN5blink12MessageEvent6createEN3WTF10PassOwnPtrINS1_6VectorINS1_6RefPtrI NS_11MessagePortEEELm1EEEEENS1_10PassRefPtrINS_21SerializedScriptValueEEERKNS1_6 StringESE_NS9_INS_9DOMWindowEEE
2777 fun:_ZN5blink16PostMessageTimer5eventEPNS_22ScriptExecutionContextE
2778 fun:_ZN5blink9DOMWindow21postMessageTimerFiredEN3WTF10PassOwnPtrINS_16PostMes sageTimerEEE
2779 fun:_ZN5blink16PostMessageTimer5firedEv
2780 fun:_ZN5blink12ThreadTimers24sharedTimerFiredInternalEv
2781 fun:_ZN5blink12ThreadTimers16sharedTimerFiredEv
2782 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl9DoTimeoutEv
2783 fun:_ZN4base9BaseTimerIN11webkit_glue25WebKitPlatformSupportImplELb0EE9TimerT ask3RunEv
2784 }
2785 {
2786 bug_108622
2787 Memcheck:Leak
2788 fun:_Zna*
2789 fun:_ZN2v88internal8NewArrayIhEEPT*
2790 fun:_ZN2v88internal11RegExpStack14EnsureCapacityEm
2791 fun:_ZN2v88internal16RegExpStackScopeC1EPNS0_7IsolateE
2792 fun:_ZN2v88internal26NativeRegExpMacroAssembler7ExecuteEPNS0_4CodeEPNS0_6Stri ng*
2793 fun:_ZN2v88internal26NativeRegExpMacroAssembler5MatchENS0_6HandleINS0_4CodeEE ENS2_INS0_6StringEEEPiiiPNS0_7IsolateE
2794 fun:_ZN2v88internal10RegExpImpl*IrregexpExec*ENS0_6HandleINS0_8JSRegExpEEENS2 _INS0_6StringEEEiPii
2795 }
2796 {
2797 bug_108624
2798 Memcheck:Leak
2799 fun:_Znw*
2800 fun:_ZN5blink23v8StringToblinkStringIN3WTF6StringEEET_N2v86HandleINS4_6String EEENS_12ExternalModeE
2801 fun:_ZN5blink15V8ParameterBase8toStringIN3WTF6StringEEET_v
2802 fun:_ZN5blink15V8ParameterBasecvN3WTF6StringEEv
2803 ...
2804 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb
2805 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
2806 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE
2807 fun:_ZN5blink28V8WorkerContextEventListener20callListenerFunctionEPNS_22Scrip tExecutionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE
2808 fun:_ZN5blink23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExecut ionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE
2809 fun:_ZN5blink28V8WorkerContextEventListener11handleEventEPNS_22ScriptExecutio nContextEPNS_5EventE
2810 fun:_ZN5blink11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTargetDa taERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE
2811 }
2812 {
2813 bug_108624a
2814 Memcheck:Leak
2815 fun:_Znw*
2816 fun:_ZN5blink23v8StringToblinkStringIN3WTF6StringEEET_N2v86HandleINS4_6String EEENS_12ExternalModeE
2817 fun:_ZN5blink15V8ParameterBase8toStringIN3WTF6StringEEET_v
2818 fun:_ZN5blink15V8ParameterBasecvN3WTF6StringEEv
2819 fun:_ZN5blink25WebKitBlobBuilderInternal*
2820 }
2821 {
2822 bug_108628
2823 Memcheck:Leak
2824 fun:_Znw*
2825 fun:_ZN5blink23v8StringToblinkStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_ 6StringEEENS_12ExternalModeE
2826 fun:_ZN*7blink16V8StringResourceILNS_20V8StringResourceModeE0EE8toStringIN3WT F12AtomicStringEEET_v
2827 fun:_ZN*7blink16V8StringResourceILNS_20V8StringResourceModeE0EEcvN3WTF12Atomi cStringEEv
2828 ...
2829 fun:_ZN5blink24XMLHttpRequestV8Internal*
2830 ...
2831 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
2832 }
2833 # OOM in layout test: crash/array-splice.html
2834 {
2835 bug_108832
2836 Memcheck:Unaddressable
2837 fun:_ZN5blinkL28reportFatalErrorInMainThreadEPKcS1_
2838 fun:_ZN2v88internal2V823FatalProcessOutOfMemoryEPKcb
2839 ...
2840 fun:_ZN5blink12ScriptLoader13executeScriptERKNS_16ScriptSourceCodeE
2841 }
2842 {
2843 bug_109495e
2844 Memcheck:Leak
2845 fun:_Znw*
2846 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN3gpu5gles219VertexAttribMan ager16VertexAttribInfoEEE8allocateEmPKv
2847 fun:_ZNSt10_List_baseIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaI S4_EE11_M_get_nodeEv
2848 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE14 _M_create_nodeERKS4_
2849 fun:_ZNSt4listIPN3gpu5gles219VertexAttribManager16VertexAttribInfoESaIS4_EE6i nsertESt14_List_iteratorIS4_ERKS4_
2850 fun:_ZN3gpu5gles219VertexAttribManager16VertexAttribInfo7SetListEPSt4listIPS2 _SaIS4_EE
2851 fun:_ZN3gpu5gles219VertexAttribManager10InitializeEj
2852 fun:_ZN3gpu5gles216GLES2DecoderImpl10Initialize*
2853 fun:_ZN6webkit3gpu18GLInProcessContext10InitializeERKN3gfx4SizeEPS1_PKcPKiNS2 _13GpuPreferenceE
2854 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE
2855 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_
2856 }
2857 {
2858 bug_109495f
2859 Memcheck:Leak
2860 fun:_Znw*
2861 ...
2862 fun:_ZN6webkit3gpu18GLInProcessContext22CreateOffscreenContextEPS1_RKN3gfx4Si zeES2_PKcPKiNS3_13GpuPreferenceE
2863 fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10Initializ eEN5blink20WebGraphicsContext3D10AttributesEPS3_
2864 fun:_ZN25TestWebKitPlatformSupport32createOffscreenGraphicsContext3DERKN5blin k20WebGraphicsContext3D10AttributesE
2865 fun:_ZN5blink17GraphicsContext3D6createENS0_10AttributesEPNS_10HostWindowENS0 _11RenderStyleE
2866 fun:_ZN5blink21WebGLRenderingContext6createEPNS_17HTMLCanvasElementEPNS_22Web GLContextAttributesE
2867 fun:_ZN5blink17HTMLCanvasElement10getContextERKN3WTF6StringEPNS_23CanvasConte xtAttributesE
2868 fun:_ZN5blink19V8HTMLCanvasElement18getContextCallbackERKN2v89ArgumentsE
2869 }
2870 {
2871 bug_109496
2872 Memcheck:Uninitialized
2873 ...
2874 fun:_ZN5blink11ImageBuffer27platformTransformColorSpaceERKN3WTF6VectorIiLm0EE E
2875 fun:_ZN5blink11ImageBuffer19transformColorSpaceENS_10ColorSpaceES1_
2876 fun:_ZN5blink23RenderSVGResourceFilter17postApplyResourceEPNS_12RenderObjectE RPNS_15GraphicsContextEtPKNS_4PathEPKNS_14RenderSVGShapeE
2877 ...
2878 fun:_ZN5blink14RenderSVGShape5paintERNS_9PaintInfoERKNS_*
2879 ...
2880 fun:_ZN5blink13RenderSVGRoot*paint*PaintInfoERKNS_*
2881 }
2882 {
2883 bug_109872
2884 Memcheck:Leak
2885 fun:_Znw*
2886 fun:_ZN18BrowserProcessImpl29ResourceDispatcherHostCreatedEv
2887 fun:_ZN6chrome26ChromeContentBrowserClient29ResourceDispatcherHostCreatedEv
2888 fun:_ZN22ResourceDispatcherHost*
2889 ...
2890 fun:_ZN7content15BrowserMainLoop21BrowserThreadsStartedEv
2891 fun:_ZN7content15BrowserMainLoop*
2892 ...
2893 fun:_Z11BrowserMainRKN7content18MainFunctionParamsE
2894 }
2895 {
2896 bug_111669 2730 bug_111669
2897 Memcheck:Leak 2731 Memcheck:Leak
2898 fun:_Znw* 2732 fun:_Znw*
2899 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi 2733 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi
2900 } 2734 }
2901 { 2735 {
2902 bug_112278 2736 bug_112278
2903 Memcheck:Uninitialized 2737 Memcheck:Uninitialized
2904 fun:fetch_texel_2d_f_rgba8888 2738 fun:fetch_texel_2d_f_rgba8888
2905 ... 2739 ...
(...skipping 3027 matching lines...) Expand 10 before | Expand all | Expand 10 after
5933 } 5767 }
5934 { 5768 {
5935 bug_415092 5769 bug_415092
5936 Memcheck:Leak 5770 Memcheck:Leak
5937 fun:_Znw* 5771 fun:_Znw*
5938 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE 5772 fun:_ZN4base22PosixDynamicThreadPool7AddTaskEPNS_11PendingTaskE
5939 fun:_ZN4base22PosixDynamicThreadPool8PostTaskERKN15tracked_objects8LocationER KNS_8CallbackIFvvEEE 5773 fun:_ZN4base22PosixDynamicThreadPool8PostTaskERKN15tracked_objects8LocationER KNS_8CallbackIFvvEEE
5940 fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8Loca tionERKNS_8CallbackIFvvEEEb 5774 fun:_ZN4base12_GLOBAL__N_114WorkerPoolImpl8PostTaskERKN15tracked_objects8Loca tionERKNS_8CallbackIFvvEEEb
5941 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8Callbac kIFvvEEEb 5775 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationERKNS_8Callbac kIFvvEEEb
5942 } 5776 }
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