| OLD | NEW |
| 1 # HeapCheck sanity test | 1 # HeapCheck sanity test |
| 2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody | 2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody |
| 3 | 3 |
| 4 #### Third-party leaks #### | 4 #### Third-party leaks #### |
| 5 | 5 |
| 6 # False positives in libfontconfig. http://crbug.com/39050 | 6 # False positives in libfontconfig. http://crbug.com/39050 |
| 7 leak:libfontconfig | 7 leak:libfontconfig |
| 8 | 8 |
| 9 # V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304 | 9 # V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304 |
| 10 leak:v8::internal::V8::Initialize | 10 leak:v8::internal::V8::Initialize |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 | 23 |
| 24 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 | 24 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 |
| 25 leak:net::NSSCertDatabase::ImportFromPKCS12 | 25 leak:net::NSSCertDatabase::ImportFromPKCS12 |
| 26 leak:net::NSSCertDatabase::ListCerts | 26 leak:net::NSSCertDatabase::ListCerts |
| 27 leak:net::NSSCertDatabase::DeleteCertAndKey | 27 leak:net::NSSCertDatabase::DeleteCertAndKey |
| 28 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB | 28 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB |
| 29 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 | 29 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 |
| 30 leak:error_get_my_stack | 30 leak:error_get_my_stack |
| 31 | 31 |
| 32 # The NSS suppressions above will not fire when the fast stack unwinder is used, | 32 # The NSS suppressions above will not fire when the fast stack unwinder is used, |
| 33 # because it can't unwind through NSS libraries. Apply blanket supressions for n
ow. | 33 # because it can't unwind through NSS libraries. Apply blanket suppressions for |
| 34 # now. |
| 34 leak:libnssutil3 | 35 leak:libnssutil3 |
| 35 leak:libnspr4 | 36 leak:libnspr4 |
| 36 leak:libnss3 | 37 leak:libnss3 |
| 37 leak:libplds4 | 38 leak:libplds4 |
| 38 leak:libnssckbi | 39 leak:libnssckbi |
| 39 | 40 |
| 40 # Skia leaks. http://crbug.com/189170 | 41 # Skia leaks. http://crbug.com/189170 |
| 41 leak:FontConfigTypeface::LegacyCreateTypeface | 42 leak:FontConfigTypeface::LegacyCreateTypeface |
| 42 | 43 |
| 43 # Skia leaks GrGpuGL::ProgramCache::Entry. http://crbug.com/262934 | 44 # Skia leaks GrGpuGL::ProgramCache::Entry. http://crbug.com/262934 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 72 leak:gtk_util::*AppModal | 73 leak:gtk_util::*AppModal |
| 73 | 74 |
| 74 # Infobar-related leaks in browser tests. Retriage them once | 75 # Infobar-related leaks in browser tests. Retriage them once |
| 75 # http://crbug.com/62154 is fixed. | 76 # http://crbug.com/62154 is fixed. |
| 76 leak:chrome::ShowBadFlagsPrompt | 77 leak:chrome::ShowBadFlagsPrompt |
| 77 leak:TranslateInfoBarDelegate::Create | 78 leak:TranslateInfoBarDelegate::Create |
| 78 leak:TranslateLanguageList::TranslateLanguageList | 79 leak:TranslateLanguageList::TranslateLanguageList |
| 79 leak:SimpleAlertInfoBarDelegate::Create | 80 leak:SimpleAlertInfoBarDelegate::Create |
| 80 | 81 |
| 81 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. | 82 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. |
| OLD | NEW |