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 1398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1409 } | 1409 } |
1410 { | 1410 { |
1411 bug_246567c | 1411 bug_246567c |
1412 Heapcheck:Leak | 1412 Heapcheck:Leak |
1413 fun:v8::internal::PerThreadAssertScopeBase::AssertData | 1413 fun:v8::internal::PerThreadAssertScopeBase::AssertData |
1414 fun:v8::internal::PerThreadAssertScope::IsAllowed | 1414 fun:v8::internal::PerThreadAssertScope::IsAllowed |
1415 fun:v8::internal::HandleScope::CreateHandle | 1415 fun:v8::internal::HandleScope::CreateHandle |
1416 fun:Handle | 1416 fun:Handle |
1417 } | 1417 } |
1418 { | 1418 { |
| 1419 bug_246825a |
| 1420 Heapcheck:Leak |
| 1421 ... |
| 1422 fun:sql::Connection::GetCachedStatement |
| 1423 ... |
| 1424 fun:extensions::ActivityDatabase::Init |
| 1425 } |
| 1426 { |
| 1427 bug_246825b |
| 1428 Heapcheck:Leak |
| 1429 fun:__gnu_cxx::new_allocator::allocate |
| 1430 fun:std::_Vector_base::_M_allocate |
| 1431 fun:std::vector::_M_insert_aux |
| 1432 fun:std::vector::push_back |
| 1433 fun:extensions::ActivityDatabase::RecordAction |
| 1434 } |
| 1435 { |
| 1436 bug_246825c |
| 1437 Heapcheck:Leak |
| 1438 fun:base::Bind |
| 1439 fun:base::BaseTimerMethodPointer::Start |
| 1440 fun:extensions::ActivityDatabase::Init |
| 1441 } |
| 1442 { |
| 1443 bug_246825d |
| 1444 Heapcheck:Leak |
| 1445 ... |
| 1446 fun:LogExtensionActivity |
| 1447 fun:ExtensionWebRequestEventRouter::DecrementBlockCount |
| 1448 fun:ExtensionWebRequestEventRouter::OnEventHandled |
| 1449 fun:EventHandledOnIOThread |
| 1450 } |
| 1451 { |
| 1452 bug_246825e |
| 1453 Heapcheck:Leak |
| 1454 fun:sqlite3MemMalloc |
| 1455 ... |
| 1456 fun:extensions::ActivityDatabase::Init |
| 1457 } |
| 1458 { |
1419 bug_247525 | 1459 bug_247525 |
1420 Heapcheck:Leak | 1460 Heapcheck:Leak |
1421 ... | 1461 ... |
1422 fun:appcache::AppCacheStorageImpl::Initialize | 1462 fun:appcache::AppCacheStorageImpl::Initialize |
1423 fun:appcache::AppCacheService::Initialize | 1463 fun:appcache::AppCacheService::Initialize |
1424 fun:content::ChromeAppCacheService::InitializeOnIOThread | 1464 fun:content::ChromeAppCacheService::InitializeOnIOThread |
1425 } | 1465 } |
OLD | NEW |