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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 } | 540 } |
541 { | 541 { |
542 bug_56676_b | 542 bug_56676_b |
543 Heapcheck:Leak | 543 Heapcheck:Leak |
544 fun:__gnu_cxx::new_allocator::allocate | 544 fun:__gnu_cxx::new_allocator::allocate |
545 fun:std::string::_Rep::_S_create | 545 fun:std::string::_Rep::_S_create |
546 fun:std::string::_S_construct | 546 fun:std::string::_S_construct |
547 fun:std::string::_S_construct_aux | 547 fun:std::string::_S_construct_aux |
548 fun:std::string::_S_construct | 548 fun:std::string::_S_construct |
549 fun:*basic_string* | 549 fun:*basic_string* |
550 fun:file_util::FileEnumerator::ReadDirectory | 550 fun:base::FileEnumerator::ReadDirectory |
551 fun:file_util::FileEnumerator::Next | 551 fun:base::FileEnumerator::Next |
552 fun:::RelayReadDirectory::RunWork | 552 fun:::RelayReadDirectory::RunWork |
553 fun:::MessageLoopRelay::ProcessOnTargetThread | 553 fun:::MessageLoopRelay::ProcessOnTargetThread |
554 } | 554 } |
555 { | 555 { |
556 bug_58474_a | 556 bug_58474_a |
557 Heapcheck:Leak | 557 Heapcheck:Leak |
558 ... | 558 ... |
559 fun:FileSystemHostContextTest_CheckValidPath_Test::TestBody | 559 fun:FileSystemHostContextTest_CheckValidPath_Test::TestBody |
560 } | 560 } |
561 { | 561 { |
(...skipping 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1869 fun:extensions::ActivityDatabase::Init | 1869 fun:extensions::ActivityDatabase::Init |
1870 } | 1870 } |
1871 { | 1871 { |
1872 bug_247525 | 1872 bug_247525 |
1873 Heapcheck:Leak | 1873 Heapcheck:Leak |
1874 ... | 1874 ... |
1875 fun:appcache::AppCacheStorageImpl::Initialize | 1875 fun:appcache::AppCacheStorageImpl::Initialize |
1876 fun:appcache::AppCacheService::Initialize | 1876 fun:appcache::AppCacheService::Initialize |
1877 fun:content::ChromeAppCacheService::InitializeOnIOThread | 1877 fun:content::ChromeAppCacheService::InitializeOnIOThread |
1878 } | 1878 } |
OLD | NEW |