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 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
904 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j | 904 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j |
905 fun:_ZN7Browser14OpenURLAtIndexEP11TabContentsRK4GURLS4_21WindowOpenDispositi
onjib | 905 fun:_ZN7Browser14OpenURLAtIndexEP11TabContentsRK4GURLS4_21WindowOpenDispositi
onjib |
906 fun:_ZN7Browser14OpenCurrentURLEv | 906 fun:_ZN7Browser14OpenCurrentURLEv |
907 } | 907 } |
908 { | 908 { |
909 # 1 in 40 runs? Handle both leaks with one suppression. | 909 # 1 in 40 runs? Handle both leaks with one suppression. |
910 # Anonymous namespaces are encoded differently on mac and linux, | 910 # Anonymous namespaces are encoded differently on mac and linux, |
911 # hence the wildcard. | 911 # hence the wildcard. |
912 bug_16625 | 912 bug_16625 |
913 Memcheck:Leak | 913 Memcheck:Leak |
| 914 ... |
914 fun:_ZN16ChildProcessHost13CreateChannelEv | 915 fun:_ZN16ChildProcessHost13CreateChannelEv |
915 fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath | 916 fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath |
916 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath | 917 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath |
917 fun:*UtilityProcessHostTest_ExtensionUnpacker_Test8TestBodyEv | 918 fun:*UtilityProcessHostTest_ExtensionUnpacker_Test8TestBodyEv |
918 } | 919 } |
919 { | 920 { |
920 # 1 in 20 runs? | 921 # 1 in 20 runs? |
921 bug_16908 | 922 bug_16908 |
922 Memcheck:Leak | 923 Memcheck:Leak |
923 fun:_Znwj | 924 fun:_Znwj |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
973 fun:_ZN7WebCore14ChromiumBridge19clipboardWriteImageEPK15NativeImageSkiaRKNS_
4KURLERKNS_6StringE | 974 fun:_ZN7WebCore14ChromiumBridge19clipboardWriteImageEPK15NativeImageSkiaRKNS_
4KURLERKNS_6StringE |
974 fun:_ZN7WebCore10Pasteboard10writeImageEPNS_4NodeERKNS_4KURLERKNS_6StringE | 975 fun:_ZN7WebCore10Pasteboard10writeImageEPNS_4NodeERKNS_4KURLERKNS_6StringE |
975 } | 976 } |
976 { | 977 { |
977 # Only in test shell | 978 # Only in test shell |
978 bug_17188 | 979 bug_17188 |
979 Memcheck:Addr4 | 980 Memcheck:Addr4 |
980 fun:_ZN9TestShell10ClosePopupEv | 981 fun:_ZN9TestShell10ClosePopupEv |
981 fun:_ZN12_GLOBAL__N_119MainWindowLostFocusEP10_GtkWidgetP14_GdkEventFocusP9Te
stShell | 982 fun:_ZN12_GLOBAL__N_119MainWindowLostFocusEP10_GtkWidgetP14_GdkEventFocusP9Te
stShell |
982 } | 983 } |
| 984 { |
| 985 bug_17385 |
| 986 Memcheck:Leak |
| 987 fun:_Znw* |
| 988 fun:_ZN14RevocableStoreC2Ev |
| 989 fun:_ZN3IPC7Channel11ChannelImplC2ERKSsNS0_4ModeEPNS0_8ListenerE |
| 990 fun:_ZN3IPC7Channel11ChannelImplC1ERKSsNS0_4ModeEPNS0_8ListenerE |
| 991 fun:_ZN3IPC7ChannelC2ERKSsNS0_4ModeEPNS0_8ListenerE |
| 992 fun:_ZN3IPC7ChannelC1ERKSsNS0_4ModeEPNS0_8ListenerE |
| 993 fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKSsRKNS_7Channel4ModeE |
| 994 fun:_ZN3IPC12ChannelProxy4InitERKSsNS_7Channel4ModeEP11MessageLoopb |
| 995 fun:_ZN3IPC12ChannelProxyC2ERKSsNS_7Channel4ModeEP11MessageLoopPNS0_7ContextE
b |
| 996 fun:_ZN3IPC11SyncChannelC2ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE |
| 997 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE |
| 998 fun:_ZN11ChildThread4InitEv |
| 999 } |
OLD | NEW |