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

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

Issue 10837244: Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Tweak suppression. Created 8 years, 4 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
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 5759 matching lines...) Expand 10 before | Expand all | Expand 10 after
5770 ... 5770 ...
5771 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b 5771 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b
5772 } 5772 }
5773 { 5773 {
5774 bug_140628 5774 bug_140628
5775 Memcheck:Leak 5775 Memcheck:Leak
5776 ... 5776 ...
5777 fun:_ZN15ExtensionAction16RunIconAnimationEi 5777 fun:_ZN15ExtensionAction16RunIconAnimationEi
5778 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE 5778 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE
5779 } 5779 }
5780 {
5781 bug_144081
5782 Memcheck:Leak
5783 ...
5784 fun:_ZN7history19URLIndexPrivateData18RebuildFromHistoryEPNS_15HistoryDatabas eE13scoped_refptrIS0_E
5785 fun:_ZN7history16InMemoryURLIndex35RebuildPrivateDataFromHistoryDBTask13RunOn DBThreadEPNS_14HistoryBackendEPNS_15HistoryDatabaseE
5786 }
5787 {
5788 bug_144082
5789 Memcheck:Leak
5790 ...
5791 fun:_ZN7history16InMemoryURLIndex37DoneRebuidingPrivateDataFromHistoryDBEb13s coped_refptrINS_19URLIndexPrivateDataEE
5792 fun:_ZN7history16InMemoryURLIndex35RebuildPrivateDataFromHistoryDBTask19DoneR unOnMainThreadEv
5793 }
5794 {
5795 bug_144083
5796 Memcheck:Leak
5797 ...
5798 fun:_ZN7history25InitializeSchemeWhitelistEPSt3setISsSt4lessISsESaISsEE
5799 fun:_ZN7history19URLIndexPrivateDataC1ERK8FilePathRKSs
5800 fun:_ZN7history16InMemoryURLIndexC1EP7ProfileRK8FilePathRKSs
5801 fun:_ZN14HistoryService4InitERK8FilePathP15BookmarkServicebb
5802 fun:_ZN14TestingProfile18InitHistoryServiceEP14HistoryServiceb
5803 }
5780 5804
5781 #----------------------------------------------------------------------- 5805 #-----------------------------------------------------------------------
5782 # 4. These only occur on our Google workstations 5806 # 4. These only occur on our Google workstations
5783 5807
5784 { 5808 {
5785 bug_todo_getdelim 5809 bug_todo_getdelim
5786 Memcheck:Leak 5810 Memcheck:Leak
5787 fun:malloc 5811 fun:malloc
5788 fun:getdelim 5812 fun:getdelim
5789 ... 5813 ...
5790 fun:call_init 5814 fun:call_init
5791 fun:_dl_init 5815 fun:_dl_init
5792 } 5816 }
5793 { 5817 {
5794 bug_todo_getdelim2 5818 bug_todo_getdelim2
5795 Memcheck:Leak 5819 Memcheck:Leak
5796 fun:malloc 5820 fun:malloc
5797 fun:getdelim 5821 fun:getdelim
5798 obj:/lib/libselinux.so.1 5822 obj:/lib/libselinux.so.1
5799 obj:/lib/libselinux.so.1 5823 obj:/lib/libselinux.so.1
5800 obj:/lib/libselinux.so.1 5824 obj:/lib/libselinux.so.1
5801 } 5825 }
5802 { 5826 {
5803 bug_todo_grep 5827 bug_todo_grep
5804 Memcheck:Leak 5828 Memcheck:Leak
5805 fun:malloc 5829 fun:malloc
5806 obj:/bin/grep 5830 obj:/bin/grep
5807 obj:/bin/grep 5831 obj:/bin/grep
5808 } 5832 }
OLDNEW
« chrome/browser/history/url_index_private_data.cc ('K') | « sql/diagnostic_error_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698