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 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1219 } | 1219 } |
1220 { | 1220 { |
1221 bug_91174 | 1221 bug_91174 |
1222 Heapcheck:Leak | 1222 Heapcheck:Leak |
1223 fun:DownloadManager::OnPathExistenceAvailable | 1223 fun:DownloadManager::OnPathExistenceAvailable |
1224 } | 1224 } |
1225 { | 1225 { |
1226 bug_90013_a | 1226 bug_90013_a |
1227 Heapcheck:Leak | 1227 Heapcheck:Leak |
1228 fun:?? | 1228 fun:?? |
1229 ... | 1229 fun:gfx::RenderTextLinux::EnsureLayout |
1230 fun:pango_fc_font* | |
1231 ... | |
1232 fun:gfx::RenderTextLinux::* | |
1233 } | 1230 } |
1234 { | 1231 { |
1235 bug_90013_b | 1232 bug_90013_b |
1236 Heapcheck:Leak | 1233 Heapcheck:Leak |
1237 ... | |
1238 fun:?? | 1234 fun:?? |
1239 fun:?? | 1235 fun:gfx::RenderTextLinux::GetStringSize |
1240 fun:?? | |
1241 ... | |
1242 fun:pango_fc_font_* | |
1243 } | 1236 } |
1244 { | 1237 { |
1245 bug_90013_c | 1238 bug_90013_c |
1246 Heapcheck:Leak | 1239 Heapcheck:Leak |
1247 fun:?? | 1240 fun:?? |
1248 fun:?? | 1241 fun:::FindBestMatchFontFamilyName |
1249 fun:?? | 1242 fun:PlatformFontPango |
1250 fun:?? | |
1251 fun:?? | |
1252 fun:?? | |
1253 fun:?? | |
1254 fun:?? | |
1255 fun:?? | |
1256 fun:?? | |
1257 fun:?? | |
1258 fun:?? | |
1259 fun:?? | |
1260 fun:?? | |
1261 fun:?? | |
1262 fun:?? | |
1263 fun:?? | |
1264 fun:?? | |
1265 fun:?? | |
1266 fun:?? | |
1267 fun:?? | |
1268 fun:?? | |
1269 } | 1243 } |
1270 { | 1244 { |
1271 bug_90013_d | 1245 bug_90013_d |
1272 Heapcheck:Leak | 1246 Heapcheck:Leak |
1273 fun:?? | 1247 fun:?? |
1274 fun:?? | 1248 fun:gfx::GetPangoFontMetrics |
1275 fun:?? | 1249 fun:gfx::PlatformFontPango::InitPangoMetrics |
1276 fun:?? | |
1277 ... | |
1278 fun:XML_ParseBuffer | |
1279 fun:?? | |
1280 fun:?? | |
1281 fun:?? | |
1282 fun:?? | |
1283 ... | |
1284 fun:PlatformFontPango | |
1285 } | 1250 } |
1286 { | 1251 { |
1287 bug_91491 | 1252 bug_91491 |
1288 Heapcheck:Leak | 1253 Heapcheck:Leak |
1289 ... | 1254 ... |
1290 fun:CrxUpdateService::ProcessPendingItems | 1255 fun:CrxUpdateService::ProcessPendingItems |
1291 } | 1256 } |
1292 { | 1257 { |
1293 bug_91845_a | 1258 bug_91845_a |
1294 Heapcheck:Leak | 1259 Heapcheck:Leak |
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1822 fun:FileSystem*URLRequestJobTest_InvalidURL_Test | 1787 fun:FileSystem*URLRequestJobTest_InvalidURL_Test |
1823 fun:testing::internal::TestFactoryImpl::CreateTest | 1788 fun:testing::internal::TestFactoryImpl::CreateTest |
1824 } | 1789 } |
1825 { | 1790 { |
1826 bug_124758 | 1791 bug_124758 |
1827 Heapcheck:Leak | 1792 Heapcheck:Leak |
1828 fun:sqlite3MemMalloc | 1793 fun:sqlite3MemMalloc |
1829 fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo | 1794 fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo |
1830 fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody | 1795 fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody |
1831 } | 1796 } |
OLD | NEW |