OLD | NEW |
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, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, 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. | 8 # These should all be in chromium's bug tracking system. |
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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 { | 180 { |
181 # Plugins are deliberately not unloaded (on shutdown) on the Mac, in order to | 181 # Plugins are deliberately not unloaded (on shutdown) on the Mac, in order to |
182 # prevent crashes for those that don't unload cleanly. | 182 # prevent crashes for those that don't unload cleanly. |
183 plugin_unload | 183 plugin_unload |
184 Memcheck:Leak | 184 Memcheck:Leak |
185 fun:_Znw* | 185 fun:_Znw* |
186 fun:_ZN4base17LoadNativeLibraryERK8FilePath | 186 fun:_ZN4base17LoadNativeLibraryERK8FilePath |
187 fun:_ZN5NPAPI9PluginLib4LoadEv | 187 fun:_ZN5NPAPI9PluginLib4LoadEv |
188 fun:_ZN5NPAPI9PluginLib13NP_InitializeEv | 188 fun:_ZN5NPAPI9PluginLib13NP_InitializeEv |
189 fun:_ZN21WebPluginDelegateImpl6CreateERK8FilePathRKSsy | 189 fun:_ZN21WebPluginDelegateImpl6CreateERK8FilePathRKSsy |
190 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK4GURLRKSsPSs | 190 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs |
191 fun:_ZN11webkit_glue13WebPluginImpl10initializeEPN6WebKit18WebPluginContainer
E | 191 fun:_ZN11webkit_glue13WebPluginImpl10initializeEPN6WebKit18WebPluginContainer
E |
192 } | 192 } |
193 | 193 |
194 # 3. Suppressions for real chromium bugs that are not yet fixed. | 194 # 3. Suppressions for real chromium bugs that are not yet fixed. |
195 { | 195 { |
196 # Mac test_shell_tests, see http://crbug.com/9561 | 196 # Mac test_shell_tests, see http://crbug.com/9561 |
197 bug_9561 | 197 bug_9561 |
198 Memcheck:Leak | 198 Memcheck:Leak |
199 fun:malloc_zone_malloc | 199 fun:malloc_zone_malloc |
200 fun:ripc_GetClipState | 200 fun:ripc_GetClipState |
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1222 fun:_ZN7WebCore9FrameView6layoutEb | 1222 fun:_ZN7WebCore9FrameView6layoutEb |
1223 fun:_ZN7WebCore8Document13implicitCloseEv | 1223 fun:_ZN7WebCore8Document13implicitCloseEv |
1224 fun:_ZN7WebCore11FrameLoader22checkCallImplicitCloseEv | 1224 fun:_ZN7WebCore11FrameLoader22checkCallImplicitCloseEv |
1225 fun:_ZN7WebCore11FrameLoader14checkCompletedEv | 1225 fun:_ZN7WebCore11FrameLoader14checkCompletedEv |
1226 fun:_ZN7WebCore11FrameLoader15finishedParsingEv | 1226 fun:_ZN7WebCore11FrameLoader15finishedParsingEv |
1227 fun:_ZN7WebCore8Document15finishedParsingEv | 1227 fun:_ZN7WebCore8Document15finishedParsingEv |
1228 fun:_ZN7WebCore25LegacyHTMLTreeConstructor8finishedEv | 1228 fun:_ZN7WebCore25LegacyHTMLTreeConstructor8finishedEv |
1229 fun:_ZN7WebCore16HTML5TreeBuilder8finishedEv | 1229 fun:_ZN7WebCore16HTML5TreeBuilder8finishedEv |
1230 fun:_ZN7WebCore19HTML5DocumentParser3endEv | 1230 fun:_ZN7WebCore19HTML5DocumentParser3endEv |
1231 } | 1231 } |
OLD | NEW |