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 3898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3909 Memcheck:Leak | 3909 Memcheck:Leak |
3910 fun:_Znw* | 3910 fun:_Znw* |
3911 fun:_ZN41PrefValueStoreTest_TestPolicyRefresh_Test8TestBodyEv | 3911 fun:_ZN41PrefValueStoreTest_TestPolicyRefresh_Test8TestBodyEv |
3912 } | 3912 } |
3913 { | 3913 { |
3914 bug_51176_c | 3914 bug_51176_c |
3915 Memcheck:Leak | 3915 Memcheck:Leak |
3916 fun:_Znw* | 3916 fun:_Znw* |
3917 fun:_ZN56PrefValueStoreTest_TestRefreshPolicyPrefsCompletion_Test8TestBodyEv | 3917 fun:_ZN56PrefValueStoreTest_TestRefreshPolicyPrefsCompletion_Test8TestBodyEv |
3918 } | 3918 } |
| 3919 { |
| 3920 bug_51218 |
| 3921 Memcheck:Leak |
| 3922 fun:_Znw* |
| 3923 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE |
| 3924 fun:_ZN3IPC16MessageWithReplyI6Tuple3I4GURLSsSsE6Tuple2IRNS_13ChannelHandleER
13WebPluginInfoEE18DispatchDelayReplyI21ResourceMessageFilterMSC_FvRKS2_RKSsSG_P
NS_7MessageEEEEbPKSH_PT_T0_ |
| 3925 fun:_ZN21ResourceMessageFilter17OnMessageReceivedERKN3IPC7MessageE |
| 3926 fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE |
| 3927 fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE |
| 3928 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv |
| 3929 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi |
| 3930 } |
OLD | NEW |