OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |