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

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

Issue 251021: Re-add valgrind suppression for bug 16584. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 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, 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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 fun:malloc 571 fun:malloc
572 fun:g_malloc 572 fun:g_malloc
573 fun:g_slice_alloc 573 fun:g_slice_alloc
574 fun:g_slice_alloc0 574 fun:g_slice_alloc0
575 fun:g_type_create_instance 575 fun:g_type_create_instance
576 fun:* 576 fun:*
577 fun:g_object_newv 577 fun:g_object_newv
578 fun:g_object_new_valist 578 fun:g_object_new_valist
579 } 579 }
580 { 580 {
581 bug_16584
582 Memcheck:Leak
583 fun:_Znwj
584 ...
585 fun:_ZN7WebCore10CSSRuleSet12addToRuleSetEPNS_16AtomicStringImplERN3WTF7HashM apIS2_PNS_15CSSRuleDataListENS3_7PtrHashIS2_EENS3_10HashTraitsIS2_EENS9_IS6_EEEE PNS_12CSSStyleRuleEPNS_11CSSSelectorE
586 fun:_ZN7WebCore10CSSRuleSet7addRuleEPNS_12CSSStyleRuleEPNS_11CSSSelectorE
587 fun:_ZN7WebCore10CSSRuleSet17addRulesFromSheetEPNS_13CSSStyleSheetERKNS_19Med iaQueryEvaluatorEPNS_16CSSStyleSelectorE
588 ...
589 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentERKNS_6StringEPNS_14StyleShe etListEPNS_13CSSStyleSheetEbb
590 fun:_ZN7WebCore8Document6attachEv
591 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE
592 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE
593 fun:_ZN7WebCore11FrameLoader4initEv
594 fun:_ZN7WebCore5Frame4initEv
595 }
596 {
581 bug_17113 597 bug_17113
582 Memcheck:Leak 598 Memcheck:Leak
583 fun:_Znw* 599 fun:_Znw*
584 fun:_ZN18ResourceDispatcher12CreateBridgeERKSsRK4GURLS4_S4_S1_S1_S1_iiN12Reso urceType4TypeEjii 600 fun:_ZN18ResourceDispatcher12CreateBridgeERKSsRK4GURLS4_S4_S1_S1_S1_iiN12Reso urceType4TypeEjii
585 fun:_ZN11webkit_glue20ResourceLoaderBridge6CreateERKSsRK4GURLS5_S5_S2_S2_S2_i iN12ResourceType4TypeEii 601 fun:_ZN11webkit_glue20ResourceLoaderBridge6CreateERKSsRK4GURLS5_S5_S2_S2_S2_i iN12ResourceType4TypeEii
586 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN6WebKit13WebURLReques tEPNS_20ResourceLoaderBridge16SyncLoadResponseE 602 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN6WebKit13WebURLReques tEPNS_20ResourceLoaderBridge16SyncLoadResponseE
587 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN6WebKit13WebURL RequestEPNS1_18WebURLLoaderClientE 603 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN6WebKit13WebURL RequestEPNS1_18WebURLLoaderClientE
588 } 604 }
589 { 605 {
590 bug_17291 606 bug_17291
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 fun:_ZN6WebKit9WebStringC1ERKSbItN4base20string16_char_traitsESaItEE 1086 fun:_ZN6WebKit9WebStringC1ERKSbItN4base20string16_char_traitsESaItEE
1071 fun:_ZNK14WebPreferences5ApplyEP7WebView 1087 fun:_ZNK14WebPreferences5ApplyEP7WebView
1072 fun:_ZN10RenderView4InitEiPN4base13WaitableEventEiRK19RendererPreferencesPNS0 _14RefCountedDataIiEEi 1088 fun:_ZN10RenderView4InitEiPN4base13WaitableEventEiRK19RendererPreferencesPNS0 _14RefCountedDataIiEEi
1073 fun:_ZN10RenderView6CreateEP16RenderThreadBaseiPN4base13WaitableEventEiRK19Re ndererPreferencesRK14WebPreferencesPNS2_14RefCountedDataIiEEi 1089 fun:_ZN10RenderView6CreateEP16RenderThreadBaseiPN4base13WaitableEventEiRK19Re ndererPreferencesRK14WebPreferencesPNS2_14RefCountedDataIiEEi
1074 fun:_ZN12RenderThread15OnCreateNewViewEi16ModalDialogEventRK19RendererPrefere ncesRK14WebPreferencesi 1090 fun:_ZN12RenderThread15OnCreateNewViewEi16ModalDialogEventRK19RendererPrefere ncesRK14WebPreferencesi
1075 ... 1091 ...
1076 fun:_Z12RendererMainRK18MainFunctionParams 1092 fun:_Z12RendererMainRK18MainFunctionParams
1077 fun:ChromeMain 1093 fun:ChromeMain
1078 fun:main 1094 fun:main
1079 } 1095 }
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