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 10872032: Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « sql/diagnostic_error_delegate.h ('k') | 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 5776 matching lines...) Expand 10 before | Expand all | Expand 10 after
5787 fun:_ZN34TaskManagerTest_RefreshCalled_Test8TestBodyEv 5787 fun:_ZN34TaskManagerTest_RefreshCalled_Test8TestBodyEv
5788 } 5788 }
5789 { 5789 {
5790 bug_143565 5790 bug_143565
5791 Memcheck:Leak 5791 Memcheck:Leak
5792 fun:_Znw* 5792 fun:_Znw*
5793 fun:_ZN8appcache19AppCacheStorageImpl10InitializeERK8FilePathPN4base16Message LoopProxyES6_ 5793 fun:_ZN8appcache19AppCacheStorageImpl10InitializeERK8FilePathPN4base16Message LoopProxyES6_
5794 fun:_ZN8appcache15AppCacheService10InitializeERK8FilePathPN4base16MessageLoop ProxyES6_ 5794 fun:_ZN8appcache15AppCacheService10InitializeERK8FilePathPN4base16MessageLoop ProxyES6_
5795 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadERK8FilePathPN7content15R esourceContextE13scoped_refptrIN5quota20SpecialStoragePolicyEE 5795 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadERK8FilePathPN7content15R esourceContextE13scoped_refptrIN5quota20SpecialStoragePolicyEE
5796 } 5796 }
5797 {
5798 bug_144081
5799 Memcheck:Leak
5800 ...
5801 fun:_ZN7history19URLIndexPrivateData18RebuildFromHistoryEPNS_15HistoryDatabas eE13scoped_refptrIS0_E
5802 fun:_ZN7history16InMemoryURLIndex35RebuildPrivateDataFromHistoryDBTask13RunOn DBThreadEPNS_14HistoryBackendEPNS_15HistoryDatabaseE
5803 }
5804 {
5805 bug_144082
5806 Memcheck:Leak
5807 ...
5808 fun:_ZN7history16InMemoryURLIndex37DoneRebuidingPrivateDataFromHistoryDBEb13s coped_refptrINS_19URLIndexPrivateDataEE
5809 fun:_ZN7history16InMemoryURLIndex35RebuildPrivateDataFromHistoryDBTask19DoneR unOnMainThreadEv
5810 }
5811 {
5812 bug_144083
5813 Memcheck:Leak
5814 ...
5815 fun:_ZN7history25InitializeSchemeWhitelistEPSt3setISsSt4lessISsESaISsEE
5816 fun:_ZN7history19URLIndexPrivateDataC1ERK8FilePathRKSs
5817 fun:_ZN7history16InMemoryURLIndexC1EP7ProfileRK8FilePathRKSs
5818 fun:_ZN14HistoryService4InitERK8FilePathP15BookmarkServicebb
5819 fun:_ZN14TestingProfile18InitHistoryServiceEP14HistoryServiceb
5820 }
5821 5797
5822 #----------------------------------------------------------------------- 5798 #-----------------------------------------------------------------------
5823 # 4. These only occur on our Google workstations 5799 # 4. These only occur on our Google workstations
5824 5800
5825 { 5801 {
5826 bug_todo_getdelim 5802 bug_todo_getdelim
5827 Memcheck:Leak 5803 Memcheck:Leak
5828 fun:malloc 5804 fun:malloc
5829 fun:getdelim 5805 fun:getdelim
5830 ... 5806 ...
5831 fun:call_init 5807 fun:call_init
5832 fun:_dl_init 5808 fun:_dl_init
5833 } 5809 }
5834 { 5810 {
5835 bug_todo_getdelim2 5811 bug_todo_getdelim2
5836 Memcheck:Leak 5812 Memcheck:Leak
5837 fun:malloc 5813 fun:malloc
5838 fun:getdelim 5814 fun:getdelim
5839 obj:/lib/libselinux.so.1 5815 obj:/lib/libselinux.so.1
5840 obj:/lib/libselinux.so.1 5816 obj:/lib/libselinux.so.1
5841 obj:/lib/libselinux.so.1 5817 obj:/lib/libselinux.so.1
5842 } 5818 }
5843 { 5819 {
5844 bug_todo_grep 5820 bug_todo_grep
5845 Memcheck:Leak 5821 Memcheck:Leak
5846 fun:malloc 5822 fun:malloc
5847 obj:/bin/grep 5823 obj:/bin/grep
5848 obj:/bin/grep 5824 obj:/bin/grep
5849 } 5825 }
OLDNEW
« no previous file with comments | « sql/diagnostic_error_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698