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, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or 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 (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
615 } | 615 } |
616 { | 616 { |
617 # See bug 12539 and 12549 | 617 # See bug 12539 and 12549 |
618 bug_12539 | 618 bug_12539 |
619 Memcheck:Leak | 619 Memcheck:Leak |
620 ... | 620 ... |
621 fun:_ZN7WebCore11ImageSource18createFrameAtIndexEj | 621 fun:_ZN7WebCore11ImageSource18createFrameAtIndexEj |
622 fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhj | 622 fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhj |
623 } | 623 } |
624 { | 624 { |
625 # very common in ui tests | |
626 bug_12863 | |
627 Memcheck:Leak | |
628 fun:malloc | |
629 fun:g_malloc | |
630 ... | |
631 fun:gtk_event_box_new | |
632 fun:_ZN6TabGtkC1EPNS_11TabDelegateE | |
633 fun:_ZN11TabStripGtk13TabInsertedAtEP11TabContentsib | |
634 fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsbb | |
635 } | |
636 { | |
637 bug_15762 | 625 bug_15762 |
638 Memcheck:Cond | 626 Memcheck:Cond |
639 fun:_ZN7testing8internal11CmpHelperEQIjjEENS_15AssertionResultEPKcS4_RKT_RKT0
_ | 627 fun:_ZN7testing8internal11CmpHelperEQIjjEENS_15AssertionResultEPKcS4_RKT_RKT0
_ |
640 ... | 628 ... |
641 fun:_ZN39ImageOperations_CreateMaskedBitmap_Test8TestBodyEv | 629 fun:_ZN39ImageOperations_CreateMaskedBitmap_Test8TestBodyEv |
642 } | 630 } |
643 { | 631 { |
644 # very common in ui tests | 632 # very common in ui tests |
645 bug_16089 | 633 bug_16089 |
646 Memcheck:Leak | 634 Memcheck:Leak |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
990 fun:_ZN3IPC7Channel11ChannelImplC1ERKSsNS0_4ModeEPNS0_8ListenerE | 978 fun:_ZN3IPC7Channel11ChannelImplC1ERKSsNS0_4ModeEPNS0_8ListenerE |
991 fun:_ZN3IPC7ChannelC2ERKSsNS0_4ModeEPNS0_8ListenerE | 979 fun:_ZN3IPC7ChannelC2ERKSsNS0_4ModeEPNS0_8ListenerE |
992 fun:_ZN3IPC7ChannelC1ERKSsNS0_4ModeEPNS0_8ListenerE | 980 fun:_ZN3IPC7ChannelC1ERKSsNS0_4ModeEPNS0_8ListenerE |
993 fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKSsRKNS_7Channel4ModeE | 981 fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKSsRKNS_7Channel4ModeE |
994 fun:_ZN3IPC12ChannelProxy4InitERKSsNS_7Channel4ModeEP11MessageLoopb | 982 fun:_ZN3IPC12ChannelProxy4InitERKSsNS_7Channel4ModeEP11MessageLoopb |
995 fun:_ZN3IPC12ChannelProxyC2ERKSsNS_7Channel4ModeEP11MessageLoopPNS0_7ContextE
b | 983 fun:_ZN3IPC12ChannelProxyC2ERKSsNS_7Channel4ModeEP11MessageLoopPNS0_7ContextE
b |
996 fun:_ZN3IPC11SyncChannelC2ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE | 984 fun:_ZN3IPC11SyncChannelC2ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE |
997 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE | 985 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE |
998 fun:_ZN11ChildThread4InitEv | 986 fun:_ZN11ChildThread4InitEv |
999 } | 987 } |
OLD | NEW |