| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 # Strange... | 174 # Strange... |
| 175 bug_20653a | 175 bug_20653a |
| 176 Memcheck:Param | 176 Memcheck:Param |
| 177 write(buf) | 177 write(buf) |
| 178 ... | 178 ... |
| 179 fun:sqlite3OsWrite | 179 fun:sqlite3OsWrite |
| 180 fun:pager_write_pagelist | 180 fun:pager_write_pagelist |
| 181 fun:sqlite3PagerCommitPhaseOne | 181 fun:sqlite3PagerCommitPhaseOne |
| 182 } | 182 } |
| 183 { | 183 { |
| 184 bug_20653b |
| 185 Memcheck:Param |
| 186 write(buf) |
| 187 fun:write$UNIX2003 |
| 188 fun:unixWrite |
| 189 fun:sqlite3OsWrite |
| 190 fun:write32bits |
| 191 fun:pager_write |
| 192 } |
| 193 { |
| 184 # There is a fix in mainline, http://www.sqlite.org/cvstrac/chngview?cn=5968 | 194 # There is a fix in mainline, http://www.sqlite.org/cvstrac/chngview?cn=5968 |
| 185 # See also http://article.gmane.org/gmane.comp.db.sqlite.general/43177 | 195 # See also http://article.gmane.org/gmane.comp.db.sqlite.general/43177 |
| 186 SQLite write | 196 SQLite write |
| 187 Memcheck:Param | 197 Memcheck:Param |
| 188 write(buf) | 198 write(buf) |
| 189 ... | 199 ... |
| 190 fun:writeJournalHdr | 200 fun:writeJournalHdr |
| 191 } | 201 } |
| 192 | 202 |
| 193 # Fixed in newer SQLite | 203 # Fixed in newer SQLite |
| (...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1192 bug_22109 | 1202 bug_22109 |
| 1193 Memcheck:Leak | 1203 Memcheck:Leak |
| 1194 fun:_Znwj | 1204 fun:_Znwj |
| 1195 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE | 1205 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE |
| 1196 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj | 1206 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj |
| 1197 fun:_ZNSs7reserveEj | 1207 fun:_ZNSs7reserveEj |
| 1198 fun:_ZNSs6appendEPKcj | 1208 fun:_ZNSs6appendEPKcj |
| 1199 fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc | 1209 fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc |
| 1200 fun:_Z12StringPrintfPKcz | 1210 fun:_Z12StringPrintfPKcz |
| 1201 } | 1211 } |
| 1212 { |
| 1213 bug_22450 |
| 1214 Memcheck:Leak |
| 1215 fun:_Znw* |
| 1216 fun:_ZN3net26DefaultClientSocketFactory21CreateTCPClientSocketERKNS_11Address
ListE |
| 1217 fun:_ZN3net13TCPConnectJob12DoTCPConnectEv |
| 1218 fun:_ZN3net13TCPConnectJob6DoLoopEi |
| 1219 fun:_ZN3net13TCPConnectJob12OnIOCompleteEi |
| 1220 ... |
| 1221 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv |
| 1222 } |
| OLD | NEW |