| 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 # Plugins are deliberately not unloaded (on shutdown) on the Mac, in order to | 323 # Plugins are deliberately not unloaded (on shutdown) on the Mac, in order to |
| 324 # prevent crashes for those that don't unload cleanly. | 324 # prevent crashes for those that don't unload cleanly. |
| 325 plugin_unload | 325 plugin_unload |
| 326 Memcheck:Leak | 326 Memcheck:Leak |
| 327 fun:_Znw* | 327 fun:_Znw* |
| 328 fun:_ZN4base17LoadNativeLibraryERK8FilePathPSs | 328 fun:_ZN4base17LoadNativeLibraryERK8FilePathPSs |
| 329 fun:_ZN6webkit5npapi9PluginLib4LoadEv | 329 fun:_ZN6webkit5npapi9PluginLib4LoadEv |
| 330 fun:_ZN6webkit5npapi9PluginLib13NP_InitializeEv | 330 fun:_ZN6webkit5npapi9PluginLib13NP_InitializeEv |
| 331 fun:_ZN6webkit5npapi21WebPluginDelegateImpl6CreateERK8FilePathRKSsy | 331 fun:_ZN6webkit5npapi21WebPluginDelegateImpl6CreateERK8FilePathRKSsy |
| 332 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs | 332 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs |
| 333 fun:_ZN6webkit5npapi13WebPluginImpl10initializeEPN6WebKit18WebPluginContainer
E | |
| 334 } | 333 } |
| 335 { | 334 { |
| 336 # Mac Sandbox test cases are registered in a global map. This code is only | 335 # Mac Sandbox test cases are registered in a global map. This code is only |
| 337 # used in the unit test binary. | 336 # used in the unit test binary. |
| 338 Mac_Sandbox_Intentional_Leak1 | 337 Mac_Sandbox_Intentional_Leak1 |
| 339 Memcheck:Leak | 338 Memcheck:Leak |
| 340 fun:_Znw* | 339 fun:_Znw* |
| 341 fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_* | 340 fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_* |
| 342 ... | 341 ... |
| 343 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE | 342 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE |
| (...skipping 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1993 } | 1992 } |
| 1994 { | 1993 { |
| 1995 bug_105323 | 1994 bug_105323 |
| 1996 Memcheck:Leak | 1995 Memcheck:Leak |
| 1997 fun:_Znw* | 1996 fun:_Znw* |
| 1998 fun:_ZN15tracked_objects10ThreadData3GetEv | 1997 fun:_ZN15tracked_objects10ThreadData3GetEv |
| 1999 fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6
BirthsERKNS_11TrackedTimeES6_S6_ | 1998 fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6
BirthsERKNS_11TrackedTimeES6_S6_ |
| 2000 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv | 1999 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv |
| 2001 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv | 2000 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv |
| 2002 } | 2001 } |
| OLD | NEW |