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 5811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5822 fun:_ZN16ReloadButtonTestC2Ev | 5822 fun:_ZN16ReloadButtonTestC2Ev |
5823 } | 5823 } |
5824 { | 5824 { |
5825 bug_141255 | 5825 bug_141255 |
5826 Memcheck:Leak | 5826 Memcheck:Leak |
5827 ... | 5827 ... |
5828 fun:_ZN6policy22BrowserPolicyConnector22CreatePlatformProviderEv | 5828 fun:_ZN6policy22BrowserPolicyConnector22CreatePlatformProviderEv |
5829 fun:_ZN6policy22BrowserPolicyConnector4InitEv | 5829 fun:_ZN6policy22BrowserPolicyConnector4InitEv |
5830 fun:_ZN21TestingBrowserProcess24browser_policy_connectorEv | 5830 fun:_ZN21TestingBrowserProcess24browser_policy_connectorEv |
5831 } | 5831 } |
| 5832 { |
| 5833 bug_141322_a |
| 5834 Memcheck:Leak |
| 5835 fun:_Znw* |
| 5836 fun:_ZN10extensions16SettingsFrontendC1ERK13scoped_refptrINS_22SettingsStorag
eFactoryEEP7Profile |
| 5837 fun:_ZN10extensions16SettingsFrontend6CreateEP7Profile |
| 5838 fun:_ZN16ExtensionServiceC1EP7ProfilePK11CommandLineRK8FilePathPN10extensions
14ExtensionPrefsEbb |
| 5839 fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPK11CommandL
ineRK8FilePathb |
| 5840 fun:_ZN6chrome12_GLOBAL__N_129MediaGalleriesPreferencesTest5SetUpEv |
| 5841 } |
| 5842 { |
| 5843 bug_141322_b |
| 5844 Memcheck:Leak |
| 5845 fun:_Znw* |
| 5846 fun:_ZN16ExtensionServiceC1EP7ProfilePK11CommandLineRK8FilePathPN10extensions
14ExtensionPrefsEbb |
| 5847 fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPK11CommandL
ineRK8FilePathb |
| 5848 fun:_ZN6chrome12_GLOBAL__N_129MediaGalleriesPreferencesTest5SetUpEv |
| 5849 } |
5832 | 5850 |
5833 #----------------------------------------------------------------------- | 5851 #----------------------------------------------------------------------- |
5834 # 4. These only occur on our Google workstations | 5852 # 4. These only occur on our Google workstations |
5835 | 5853 |
5836 { | 5854 { |
5837 bug_todo_getdelim | 5855 bug_todo_getdelim |
5838 Memcheck:Leak | 5856 Memcheck:Leak |
5839 fun:malloc | 5857 fun:malloc |
5840 fun:getdelim | 5858 fun:getdelim |
5841 ... | 5859 ... |
5842 fun:call_init | 5860 fun:call_init |
5843 fun:_dl_init | 5861 fun:_dl_init |
5844 } | 5862 } |
5845 { | 5863 { |
5846 bug_todo_getdelim2 | 5864 bug_todo_getdelim2 |
5847 Memcheck:Leak | 5865 Memcheck:Leak |
5848 fun:malloc | 5866 fun:malloc |
5849 fun:getdelim | 5867 fun:getdelim |
5850 obj:/lib/libselinux.so.1 | 5868 obj:/lib/libselinux.so.1 |
5851 obj:/lib/libselinux.so.1 | 5869 obj:/lib/libselinux.so.1 |
5852 obj:/lib/libselinux.so.1 | 5870 obj:/lib/libselinux.so.1 |
5853 } | 5871 } |
5854 { | 5872 { |
5855 bug_todo_grep | 5873 bug_todo_grep |
5856 Memcheck:Leak | 5874 Memcheck:Leak |
5857 fun:malloc | 5875 fun:malloc |
5858 obj:/bin/grep | 5876 obj:/bin/grep |
5859 obj:/bin/grep | 5877 obj:/bin/grep |
5860 } | 5878 } |
OLD | NEW |