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 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 { | 1176 { |
1177 bug_66102 | 1177 bug_66102_a |
1178 Memcheck:Leak | 1178 Memcheck:Leak |
1179 fun:_Znw* | 1179 fun:_Znw* |
1180 ... | 1180 ... |
1181 fun:_ZN6policy21FileBasedPolicyLoader11InitWatcherEv | 1181 fun:_ZN6policy21FileBasedPolicyLoader11InitWatcherEv |
1182 ... | 1182 ... |
1183 fun:_ZN54PrefValueStorePolicyRefreshTest_TestPolicyRefresh_Test8TestBodyEv | 1183 fun:_ZN54PrefValueStorePolicyRefreshTest_TestPolicyRefresh_Test8TestBodyEv |
1184 } | 1184 } |
| 1185 { |
| 1186 bug_66102_b |
| 1187 Memcheck:Leak |
| 1188 fun:_Znw* |
| 1189 ... |
| 1190 fun:_ZN6policy21FileBasedPolicyLoader16InitOnFileThreadEv |
| 1191 ... |
| 1192 fun:_ZN54PrefValueStorePolicyRefreshTest_TestPolicyRefresh_Test8TestBodyEv |
| 1193 } |
1185 | 1194 |
OLD | NEW |