| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 plugin_bundle_global_leak | 173 plugin_bundle_global_leak |
| 174 Memcheck:Leak | 174 Memcheck:Leak |
| 175 fun:malloc | 175 fun:malloc |
| 176 fun:__cxa_get_globals | 176 fun:__cxa_get_globals |
| 177 fun:__cxa_allocate_exception | 177 fun:__cxa_allocate_exception |
| 178 fun:_ZN4dyld4loadEPKcRKNS_11LoadContextE | 178 fun:_ZN4dyld4loadEPKcRKNS_11LoadContextE |
| 179 fun:dlopen | 179 fun:dlopen |
| 180 fun:dlopen | 180 fun:dlopen |
| 181 fun:_CFBundleDlfcnCheckLoaded | 181 fun:_CFBundleDlfcnCheckLoaded |
| 182 } | 182 } |
| 183 { |
| 184 bug_18215 |
| 185 Memcheck:Cond |
| 186 fun:_DPSNextEvent |
| 187 fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] |
| 188 fun:-[NSApplication run] |
| 189 } |
| 183 | 190 |
| 184 # 2. Intentional unit test errors, stuff that is somehow a false positive | 191 # 2. Intentional unit test errors, stuff that is somehow a false positive |
| 185 # in our own code, or stuff that is so trivial it's not worth fixing. | 192 # in our own code, or stuff that is so trivial it's not worth fixing. |
| 186 | 193 |
| 187 # 3. Suppressions for real chromium bugs that are not yet fixed. | 194 # 3. Suppressions for real chromium bugs that are not yet fixed. |
| 188 { | 195 { |
| 189 # Mac test_shell_tests, see http://crbug.com/9561 | 196 # Mac test_shell_tests, see http://crbug.com/9561 |
| 190 bug_9561 | 197 bug_9561 |
| 191 Memcheck:Leak | 198 Memcheck:Leak |
| 192 fun:malloc_zone_malloc | 199 fun:malloc_zone_malloc |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 fun:_Znwm | 328 fun:_Znwm |
| 322 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE | 329 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE |
| 323 fun:_ZN11ChildThread4InitEv | 330 fun:_ZN11ChildThread4InitEv |
| 324 fun:_ZN12RenderThread4InitEv | 331 fun:_ZN12RenderThread4InitEv |
| 325 fun:_ZN4base6Thread10ThreadMainEv | 332 fun:_ZN4base6Thread10ThreadMainEv |
| 326 fun:_ZL10ThreadFuncPv | 333 fun:_ZL10ThreadFuncPv |
| 327 fun:_pthread_start | 334 fun:_pthread_start |
| 328 fun:thread_start | 335 fun:thread_start |
| 329 } | 336 } |
| 330 { | 337 { |
| 338 bug_16661 |
| 339 Memcheck:Leak |
| 340 fun:_Znwm |
| 341 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21Fil
eDescriptorWatcherEPNS0_7WatcherE |
| 342 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePum
pLibevent21FileDescriptorWatcherEPNS2_7WatcherE |
| 343 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv |
| 344 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE |
| 345 fun:_ZN3IPC7Channel4SendEPNS_7MessageE |
| 346 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE |
| 347 fun:_ZN3IPC8SendTask3RunEv |
| 348 } |
| 349 { |
| 331 bug_17297 | 350 bug_17297 |
| 332 Memcheck:Leak | 351 Memcheck:Leak |
| 333 fun:malloc | 352 fun:malloc |
| 334 ... | 353 ... |
| 335 fun:+[NSColor keyboardFocusIndicatorColor] | 354 fun:+[NSColor keyboardFocusIndicatorColor] |
| 336 fun:+[NSColor colorWithCatalogName:colorName:] | 355 fun:+[NSColor colorWithCatalogName:colorName:] |
| 337 fun:+[NSCatalogColor newWithCoder:zone:] | 356 fun:+[NSCatalogColor newWithCoder:zone:] |
| 338 fun:-[NSColor initWithCoder:] | 357 fun:-[NSColor initWithCoder:] |
| 339 } | 358 } |
| 340 { | 359 { |
| 341 # 1 in 5 runs on mac? | 360 # 1 in 5 runs on mac? |
| 342 bug_17888 | 361 bug_17888 |
| 343 Memcheck:Leak | 362 Memcheck:Leak |
| 344 fun:_Znwm | 363 fun:_Znwm |
| 345 fun:_ZN3IPC7ChannelC2ERKSsNS0_4ModeEPNS0_8ListenerE | 364 fun:_ZN3IPC7ChannelC2ERKSsNS0_4ModeEPNS0_8ListenerE |
| 346 fun:_ZN3IPC7ChannelC1ERKSsNS0_4ModeEPNS0_8ListenerE | 365 fun:_ZN3IPC7ChannelC1ERKSsNS0_4ModeEPNS0_8ListenerE |
| 347 fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKSsRKNS_7Channel4ModeE | 366 fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKSsRKNS_7Channel4ModeE |
| 348 fun:_ZN3IPC12ChannelProxy4InitERKSsNS_7Channel4ModeEP11MessageLoopb | 367 fun:_ZN3IPC12ChannelProxy4InitERKSsNS_7Channel4ModeEP11MessageLoopb |
| 349 fun:_ZN3IPC12ChannelProxyC2ERKSsNS_7Channel4ModeEP11MessageLoopPNS0_7ContextE
b | 368 fun:_ZN3IPC12ChannelProxyC2ERKSsNS_7Channel4ModeEP11MessageLoopPNS0_7ContextE
b |
| 350 fun:_ZN3IPC11SyncChannelC2ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE | 369 fun:_ZN3IPC11SyncChannelC2ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE |
| 351 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE | 370 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE |
| 352 fun:_ZN11ChildThread4InitEv | 371 fun:_ZN11ChildThread4InitEv |
| 353 } | 372 } |
| 373 { |
| 374 bug_18218 |
| 375 Memcheck:Leak |
| 376 fun:malloc |
| 377 fun:__addHandler2 |
| 378 fun:__NSFinalizeThreadData |
| 379 fun:_pthread_tsd_cleanup |
| 380 fun:_pthread_exit |
| 381 fun:thread_start |
| 382 } |
| 383 { |
| 384 bug_18219 |
| 385 Memcheck:Leak |
| 386 fun:malloc_zone_malloc |
| 387 fun:_CFRuntimeCreateInstance |
| 388 fun:CGTypeCreateInstanceWithAllocator |
| 389 fun:CGTypeCreateInstance |
| 390 fun:CGImageCreate |
| 391 fun:_NSCreateImageRef2 |
| 392 fun:-[CIImage(NSAppKitAdditions) initWithBitmapImageRep:] |
| 393 fun:-[ThrobberFilmstripDelegate initWithImage:] |
| 394 fun:+[ThrobberView filmstripThrobberViewWithFrame:image:] |
| 395 fun:-[TabStripController tabChangedWithContents:atIndex:loadingOnly:] |
| 396 fun:_ZN27TabStripModelObserverBridge12TabChangedAtEP11TabContentsib |
| 397 } |
| OLD | NEW |