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 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1166 bug_65940 | 1166 bug_65940 |
1167 Memcheck:Leak | 1167 Memcheck:Leak |
1168 fun:_Znw* | 1168 fun:_Znw* |
1169 fun:_ZN3IPC11SyncChannelC2ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen
erEP11MessageLoopbPN4base13WaitableEventE | 1169 fun:_ZN3IPC11SyncChannelC2ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen
erEP11MessageLoopbPN4base13WaitableEventE |
1170 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen
erEP11MessageLoopbPN4base13WaitableEventE | 1170 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen
erEP11MessageLoopbPN4base13WaitableEventE |
1171 fun:_ZN11ChildThread4InitEv | 1171 fun:_ZN11ChildThread4InitEv |
1172 fun:_ZN11ChildThreadC2Ev | 1172 fun:_ZN11ChildThreadC2Ev |
1173 fun:_ZN13UtilityThreadC2Ev | 1173 fun:_ZN13UtilityThreadC2Ev |
1174 fun:_ZN13UtilityThreadC1Ev | 1174 fun:_ZN13UtilityThreadC1Ev |
1175 } | 1175 } |
1176 { | |
1177 bug_66102 | |
1178 Memcheck:Leak | |
1179 fun:_Znw* | |
1180 ... | |
1181 fun:_ZN6policy21FileBasedPolicyLoader11InitWatcherEv | |
1182 ... | |
1183 fun:_ZN54PrefValueStorePolicyRefreshTest_TestPolicyRefresh_Test8TestBodyEv | |
1184 } | |
OLD | NEW |