| 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 28 matching lines...) Expand all Loading... |
| 39 Memcheck:Leak | 39 Memcheck:Leak |
| 40 fun:_Znwm | 40 fun:_Znwm |
| 41 fun:sendSimpleEventToSelf | 41 fun:sendSimpleEventToSelf |
| 42 fun:aeInitializeFromHIToolbox | 42 fun:aeInitializeFromHIToolbox |
| 43 fun:INIT_AppleEvents | 43 fun:INIT_AppleEvents |
| 44 fun:_FirstEventTime | 44 fun:_FirstEventTime |
| 45 ... | 45 ... |
| 46 fun:_ZN7testing4Test3RunEv | 46 fun:_ZN7testing4Test3RunEv |
| 47 } | 47 } |
| 48 { | 48 { |
| 49 # Mac test_shell_tests. See http://crbug.com/11134 |
| 50 # Doesn't happen on bots, but happens like crazy on the smo |
| 51 # test machine 'caliban'. Don't delete just because it |
| 52 # doesn't happen on the bots. |
| 53 bug_11134 |
| 54 Memcheck:Value4 |
| 55 fun:vCMMVectorConvert8BitRGBToRGB |
| 56 fun:_ZNK15CMMConvRGBToRGB7ConvertER8CMM8BitsP14CMMRuntimeInfomm |
| 57 } |
| 58 { |
| 49 # Mac system library bug? See http://crbug.com/11327 | 59 # Mac system library bug? See http://crbug.com/11327 |
| 50 bug_11327 | 60 bug_11327 |
| 51 Memcheck:Cond | 61 Memcheck:Cond |
| 52 fun:_ZN19AudioConverterChain5ResetEv | 62 fun:_ZN19AudioConverterChain5ResetEv |
| 53 fun:AudioConverterReset | 63 fun:AudioConverterReset |
| 54 obj:/System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio | 64 obj:/System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio |
| 55 } | 65 } |
| 56 { | 66 { |
| 57 # Mac system library bug? See http://crbug.com/11327 | 67 # Mac system library bug? See http://crbug.com/11327 |
| 58 bug_11327b | 68 bug_11327b |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 # Security::KeychainCore::Trust::evaluate(), which is called by | 497 # Security::KeychainCore::Trust::evaluate(), which is called by |
| 488 # SecTrustEvaluate(). The leak occurs when we precede a call to | 498 # SecTrustEvaluate(). The leak occurs when we precede a call to |
| 489 # SecTrustEvaluate() with a call to SecTrustSetAnchorCertificates(), which | 499 # SecTrustEvaluate() with a call to SecTrustSetAnchorCertificates(), which |
| 490 # we do only in the unit tests (to trust the test root CA certificate). | 500 # we do only in the unit tests (to trust the test root CA certificate). |
| 491 bug_20459 | 501 bug_20459 |
| 492 Memcheck:Leak | 502 Memcheck:Leak |
| 493 fun:malloc_zone_malloc | 503 fun:malloc_zone_malloc |
| 494 fun:_CFRuntimeCreateInstance | 504 fun:_CFRuntimeCreateInstance |
| 495 fun:__CFArrayInit | 505 fun:__CFArrayInit |
| 496 fun:CFArrayCreateMutableCopy | 506 fun:CFArrayCreateMutableCopy |
| 507 ... |
| 497 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE | 508 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE |
| 498 fun:_ZN3net12CertVerifier7Request8DoVerifyEv | 509 fun:_ZN3net12CertVerifier7Request8DoVerifyEv |
| 510 ... |
| 499 fun:_ZN14RunnableMethodIN3net12CertVerifier7RequestEMS2_FvvE6Tuple0E3RunEv | 511 fun:_ZN14RunnableMethodIN3net12CertVerifier7RequestEMS2_FvvE6Tuple0E3RunEv |
| 500 fun:-[TaskOperation main] | 512 fun:-[TaskOperation main] |
| 501 fun:-[NSOperation start] | |
| 502 fun:__runop | |
| 503 fun:_pthread_wqthread | |
| 504 fun:start_wqthread | |
| 505 } | 513 } |
| 506 { | 514 { |
| 507 bug_20504 | 515 bug_20504 |
| 508 Memcheck:Leak | 516 Memcheck:Leak |
| 509 fun:malloc_zone_calloc | 517 fun:malloc_zone_calloc |
| 510 fun:_internal_class_createInstanceFromZone | 518 fun:_internal_class_createInstanceFromZone |
| 511 fun:+[NSObject allocWithZone:] | 519 fun:+[NSObject allocWithZone:] |
| 512 fun:-[NSCustomObject nibInstantiate] | 520 fun:-[NSCustomObject nibInstantiate] |
| 513 fun:-[NSIBObjectData instantiateObject:] | 521 fun:-[NSIBObjectData instantiateObject:] |
| 514 fun:-[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] | 522 fun:-[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] |
| (...skipping 12 matching lines...) Expand all Loading... |
| 527 fun:CFMachPortCreateRunLoopSource | 535 fun:CFMachPortCreateRunLoopSource |
| 528 ... | 536 ... |
| 529 fun:SecKeychainAddCallback | 537 fun:SecKeychainAddCallback |
| 530 ... | 538 ... |
| 531 fun:SecTrustSettingsEvaluateCert | 539 fun:SecTrustSettingsEvaluateCert |
| 532 ... | 540 ... |
| 533 fun:SecTrustEvaluate | 541 fun:SecTrustEvaluate |
| 534 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE | 542 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE |
| 535 } | 543 } |
| 536 { | 544 { |
| 545 bug_20541b |
| 546 Memcheck:Leak |
| 547 fun:malloc_zone_malloc |
| 548 fun:_CFRuntimeCreateInstance |
| 549 fun:__CFArrayInit |
| 550 fun:CFArrayCreateMutableCopy |
| 551 fun:_ZN8Security12KeychainCore5Trust8evaluateEv |
| 552 fun:SecTrustEvaluate |
| 553 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE |
| 554 } |
| 555 { |
| 537 bug_20582 | 556 bug_20582 |
| 538 Memcheck:Leak | 557 Memcheck:Leak |
| 539 fun:_Znwm | 558 fun:_Znwm |
| 540 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21Fil
eDescriptorWatcherEPNS0_7WatcherE | 559 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21Fil
eDescriptorWatcherEPNS0_7WatcherE |
| 541 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePum
pLibevent21FileDescriptorWatcherEPNS2_7WatcherE | 560 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePum
pLibevent21FileDescriptorWatcherEPNS2_7WatcherE |
| 542 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv | 561 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv |
| 543 } | 562 } |
| 544 { | 563 { |
| 545 # Strange... | 564 # Strange... |
| 546 bug_20653b | 565 bug_20653b |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 789 fun:_ZN3WTF10fastMallocEj | 808 fun:_ZN3WTF10fastMallocEj |
| 790 fun:_ZN7WebCore19V8EventListenerList3addEPNS_15V8EventListenerE | 809 fun:_ZN7WebCore19V8EventListenerList3addEPNS_15V8EventListenerE |
| 791 } | 810 } |
| 792 { | 811 { |
| 793 bug_22021 | 812 bug_22021 |
| 794 Memcheck:Leak | 813 Memcheck:Leak |
| 795 fun:malloc | 814 fun:malloc |
| 796 fun:_ZN3WTF10fastMallocEm | 815 fun:_ZN3WTF10fastMallocEm |
| 797 fun:_ZN7WebCore19V8EventListenerList3addEPNS_15V8EventListenerE | 816 fun:_ZN7WebCore19V8EventListenerList3addEPNS_15V8EventListenerE |
| 798 } | 817 } |
| 818 { |
| 819 bug_22519a |
| 820 Memcheck:Cond |
| 821 fun:gleUpdateViewScissorData |
| 822 fun:gleBindFramebuffer |
| 823 fun:cgl_set_surface |
| 824 fun:ogl_attach_surface |
| 825 fun:ogl_render_layer_group |
| 826 fun:ogl_render_layer_image_ |
| 827 fun:ogl_render_layer_ |
| 828 fun:ogl_render_layers |
| 829 fun:CARenderOGLRender |
| 830 fun:view_draw |
| 831 fun:view_display_link |
| 832 fun:link_callback |
| 833 fun:_ZN13CVDisplayLink9performIOEP11CVTimeStamp |
| 834 fun:_ZN13CVDisplayLink11runIOThreadEv |
| 835 fun:_pthread_start |
| 836 fun:thread_start |
| 837 } |
| 838 { |
| 839 bug_22519b |
| 840 Memcheck:Cond |
| 841 fun:gleUpdateFogData |
| 842 fun:glProgramStringARB_Exec |
| 843 fun:gl_context_bind_fragment_program |
| 844 fun:ogl_narrow_blur |
| 845 fun:gl_blur_surface |
| 846 fun:ogl_emit_shadow |
| 847 fun:ogl_render_layer_group |
| 848 fun:ogl_render_layer_image_ |
| 849 fun:ogl_render_layer_ |
| 850 fun:ogl_render_layers |
| 851 fun:CARenderOGLRender |
| 852 fun:view_draw |
| 853 fun:view_display_link |
| 854 fun:link_callback |
| 855 fun:_ZN13CVDisplayLink9performIOEP11CVTimeStamp |
| 856 fun:_ZN13CVDisplayLink11runIOThreadEv |
| 857 fun:_pthread_start |
| 858 fun:thread_start |
| 859 } |
| OLD | NEW |