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

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

Issue 155152: Rejigger a few suppressions to fire properly on the buildbots.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 } 414 }
415 { 415 {
416 # skia memory leak? See http://crbug.com/9757 416 # skia memory leak? See http://crbug.com/9757
417 bug_9757 417 bug_9757
418 Memcheck:Leak 418 Memcheck:Leak
419 fun:_Znwj 419 fun:_Znwj
420 fun:_ZN10SkFontHost12FindTypefaceEPK10SkTypefacePKcNS0_5StyleE 420 fun:_ZN10SkFontHost12FindTypefaceEPK10SkTypefacePKcNS0_5StyleE
421 fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE 421 fun:_ZN10SkTypeface6CreateEPKcNS_5StyleE
422 } 422 }
423 { 423 {
424    # see http://crbug.com/10737  
425    bug_10737  
426    Memcheck:Leak  
427    fun:calloc  
428    fun:g_malloc0  
429    fun:g_closure_new_simple  
430    fun:g_cclosure_new  
431    fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv  
432    fun:_ZN16BrowserWindowGtkC1EP7Browser  
433    fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser  
434 }
435 {
424 # real leak; see http://crbug.com/10738 436 # real leak; see http://crbug.com/10738
425 bug_10738 437 bug_10738
426 Memcheck:Leak 438 Memcheck:Leak
427 ... 439 ...
428 fun:_ZN20NavigationController22NavigateToPendingEntryEb 440 fun:_ZN20NavigationController22NavigateToPendingEntryEb
429 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry 441 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
430 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j 442 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
431 } 443 }
432 { 444 {
433 # Another variant of http://crbug.com/10738 445 # Another variant of http://crbug.com/10738
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 fun:_ZN11TabStripGtk13TabInsertedAtEP11TabContentsib 639 fun:_ZN11TabStripGtk13TabInsertedAtEP11TabContentsib
628 fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsbb 640 fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsbb
629 } 641 }
630 { 642 {
631 # very common in ui tests 643 # very common in ui tests
632 bug_16089 644 bug_16089
633 Memcheck:Leak 645 Memcheck:Leak
634 fun:* 646 fun:*
635 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task 647 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task
636 fun:_ZN10WorkerPool8PostTaskERKN15tracked_objects8LocationEP4Taskb 648 fun:_ZN10WorkerPool8PostTaskERKN15tracked_objects8LocationEP4Taskb
637 fun:_ZN3net12HostResolver3Job5StartEv
638 } 649 }
639 { 650 {
640 # very common in ui tests 651 # very common in ui tests
641 bug_16091 652 bug_16091
642 Memcheck:Leak 653 Memcheck:Leak
643 fun:* 654 fun:*
644 fun:_ZNSt6vectorIPN11MessageLoop19DestructionObserverESaIS2_EE13_M_insert_aux EN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_ 655 fun:_ZNSt6vectorIPN11MessageLoop19DestructionObserverESaIS2_EE13_M_insert_aux EN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_
645 fun:_ZN11MessageLoop22AddDestructionObserverEPNS_19DestructionObserverE 656 fun:_ZN11MessageLoop22AddDestructionObserverEPNS_19DestructionObserverE
646 fun:_ZN4base20WaitableEventWatcher13StartWatchingEPNS_13WaitableEventEPNS0_8D elegateE 657 fun:_ZN4base20WaitableEventWatcher13StartWatchingEPNS_13WaitableEventEPNS0_8D elegateE
647 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv 658 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 bug_16096 697 bug_16096
687 Memcheck:Leak 698 Memcheck:Leak
688 fun:_Znwj 699 fun:_Znwj
689 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE 700 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE
690 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj 701 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj
691 fun:_ZNSs7reserveEj 702 fun:_ZNSs7reserveEj
692 fun:_ZNSs6appendEPKcj 703 fun:_ZNSs6appendEPKcj
693 fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc 704 fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc
694 fun:_Z13StringAppendVPSsPKcPc 705 fun:_Z13StringAppendVPSsPKcPc
695 fun:_Z12StringPrintfPKcz 706 fun:_Z12StringPrintfPKcz
696 fun:_ZN12_GLOBAL__N_112WorkerThread10ThreadMainEv
697 } 707 }
698 { 708 {
699 # Somewhat common in ui tests. See also bug 9245. 709 # Somewhat common in ui tests. See also bug 9245.
700 bug_16102 710 bug_16102
701 Memcheck:Leak 711 Memcheck:Leak
702 fun:realloc 712 fun:realloc
703 fun:FcPatternObjectInsertElt 713 fun:FcPatternObjectInsertElt
704 fun:FcConfigPatternAdd 714 fun:FcConfigPatternAdd
705 fun:FcConfigSubstituteWithPat 715 fun:FcConfigSubstituteWithPat
706 fun:FcFontRenderPrepare 716 fun:FcFontRenderPrepare
707 fun:FcFontSetMatch 717 fun:FcFontSetMatch
708 fun:FcFontMatch 718 fun:FcFontMatch
709 } 719 }
710 { 720 {
711 bug_16103 721 bug_16103
712 Memcheck:Leak 722 Memcheck:Leak
713 fun:_Znwj 723 fun:_Znwj
714 fun:_ZN20ShownSectionsHandler22HandleGetShownSectionsEPK5Value 724 fun:_ZN20ShownSectionsHandler22HandleGetShownSectionsEPK5Value
715 fun:_ZN12CallbackImplI20ShownSectionsHandlerMS0_FvPK5ValueE6Tuple1IS3_EE13Run WithParamsERKS7_ 725 fun:_ZN12CallbackImplI20ShownSectionsHandlerMS0_FvPK5ValueE6Tuple1IS3_EE13Run WithParamsERKS7_
716 fun:_ZN5DOMUI19ProcessDOMUIMessageERKSsS1_ib 726 fun:_ZN5DOMUI19ProcessDOMUIMessageERKSsS1_ib
717 fun:_ZN11TabContents19ProcessDOMUIMessageERKSsS1_ib 727 fun:_ZN11TabContents19ProcessDOMUIMessageERKSsS1_ib
718 } 728 }
719 { 729 {
720 bug_16104 730 bug_16104
721 Memcheck:Leak 731 Memcheck:Leak
722 fun:_Znwj 732 fun:_Znwj
723 fun:_ZN7history20VisitSegmentDatabase17QuerySegmentUsageERKN4base4TimeEiPSt6v ectorIP13PageUsageDataSaIS7_EE 733 fun:_ZN7history20VisitSegmentDatabase17QuerySegmentUsageERKN4base4TimeEiPSt6v ectorIP13PageUsageDataSaIS7_EE
724 fun:_ZN7history14HistoryBackend24QueryTopURLsAndRedirectsE13scoped_refptrI18C ancelableRequest1I14CallbackRunnerI6Tuple2IPSt6vectorI4GURLSaIS6_EEPSt3mapIS6_S1 _I16RefCountedVectorIS6_EESt4lessIS6_ESaISt4pairIKS6_SD_EEEEES4_IS8_SK_EEEi 734 fun:_ZN7history14HistoryBackend24QueryTopURLsAndRedirectsE13scoped_refptrI18C ancelableRequest1I14CallbackRunnerI6Tuple2IPSt6vectorI4GURLSaIS6_EEPSt3mapIS6_S1 _I16RefCountedVectorIS6_EESt4lessIS6_ESaISt4pairIKS6_SD_EEEEES4_IS8_SK_EEEi
725 } 735 }
736 {
737 bug_16128
738 Memcheck:Leak
739 fun:_Znwj
740 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE
741 fun:_ZN11ChildThread4InitEv
742 fun:_ZN12RenderThread4InitEv
743 }
744 {
745 bug_16129
746 Memcheck:Leak
747 fun:_Znwj
748 fun:_Z11NewCallbackI11WebViewImplPN11webkit_glue20ImageResourceFetcherERK8SkB itmapEPN9Callback2IT0_T1_E4TypeEPT_MSD_FvS8_S9_E
749 fun:_ZN11WebViewImpl13DownloadImageEiRK4GURLi
750 fun:_ZN10RenderView15OnDownloadImageEiRK4GURLi
751 }
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