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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs | 232 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs |
233 fun:_ZN11webkit_glue13WebPluginImpl10initializeEPN6WebKit18WebPluginContainer
E | 233 fun:_ZN11webkit_glue13WebPluginImpl10initializeEPN6WebKit18WebPluginContainer
E |
234 } | 234 } |
235 { | 235 { |
236 # Mac Sandbox test cases are registered in a global map. This code is only | 236 # Mac Sandbox test cases are registered in a global map. This code is only |
237 # used in the unit test binary. | 237 # used in the unit test binary. |
238 Mac_Sandbox_Intentional_Leak1 | 238 Mac_Sandbox_Intentional_Leak1 |
239 Memcheck:Leak | 239 Memcheck:Leak |
240 fun:_Znw* | 240 fun:_Znw* |
241 fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_* | 241 fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_* |
| 242 fun:_ZN11sandboxtest8internal19RegisterSandboxTestIN12_GLOBAL__N_* |
242 fun:_Z41__static_initialization_and_destruction_0ii | 243 fun:_Z41__static_initialization_and_destruction_0ii |
243 fun:_GLOBAL__I__ZNSt3tr112_GLOBAL__N_16ignoreE | 244 fun:_GLOBAL__I__ZNSt3tr112_GLOBAL__N_16ignoreE |
244 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE | 245 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE |
245 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj | 246 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj |
246 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE | 247 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE |
247 fun:_ZN4dyld24initializeMainExecutableEv | 248 fun:_ZN4dyld24initializeMainExecutableEv |
248 } | 249 } |
249 { | 250 { |
250 # With our tweaks to get Chromium to link on Mac 10.5, we sometimes get | 251 # With our tweaks to get Chromium to link on Mac 10.5, we sometimes get |
251 # this suppression instead. | 252 # this suppression instead. |
(...skipping 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1533 fun:_ZN16ChildProcessHost13CreateChannelEv | 1534 fun:_ZN16ChildProcessHost13CreateChannelEv |
1534 fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath | 1535 fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath |
1535 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath | 1536 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath |
1536 fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1
IS1_EE3RunEv | 1537 fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1
IS1_EE3RunEv |
1537 fun:_ZN11MessageLoop7RunTaskEP4Task | 1538 fun:_ZN11MessageLoop7RunTaskEP4Task |
1538 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE | 1539 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE |
1539 fun:_ZN11MessageLoop6DoWorkEv | 1540 fun:_ZN11MessageLoop6DoWorkEv |
1540 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE | 1541 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE |
1541 fun:_ZN11MessageLoop11RunInternalEv | 1542 fun:_ZN11MessageLoop11RunInternalEv |
1542 } | 1543 } |
OLD | NEW |