| 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 # Leaks in Nvidia's libGL. | 9 # Leaks in Nvidia's libGL. |
| 10 leak:libGL.so | 10 leak:libGL.so |
| 11 | 11 |
| 12 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242
672 | |
| 13 # TODO(earthdok): Annotate. | |
| 14 leak:WTF::BitVector::resizeOutOfLine | |
| 15 | |
| 16 # A small string is leaked here (57 bytes per process). http://crbug.com/46571#c
9 | 12 # A small string is leaked here (57 bytes per process). http://crbug.com/46571#c
9 |
| 17 leak:WebCore::V8GCController::collectGarbage | 13 leak:WebCore::V8GCController::collectGarbage |
| 18 | 14 |
| 19 # Intentional leak in Blink. http://crbug.com/121729 | |
| 20 # TODO(earthdok): annotate it. | |
| 21 leak:WebCore::parseUASheet | |
| 22 | |
| 23 # http://crbug.com/270180 | 15 # http://crbug.com/270180 |
| 24 leak:net::ProxyResolverV8::Context::ResolveProxy | 16 leak:net::ProxyResolverV8::Context::ResolveProxy |
| 25 | 17 |
| 26 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 | 18 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 |
| 27 leak:net::NSSCertDatabase::ImportFromPKCS12 | 19 leak:net::NSSCertDatabase::ImportFromPKCS12 |
| 28 leak:net::NSSCertDatabase::ListCerts | 20 leak:net::NSSCertDatabase::ListCerts |
| 29 leak:net::NSSCertDatabase::DeleteCertAndKey | 21 leak:net::NSSCertDatabase::DeleteCertAndKey |
| 30 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB | 22 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB |
| 31 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 | 23 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 |
| 32 leak:error_get_my_stack | 24 leak:error_get_my_stack |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 | 104 |
| 113 # http://crbug.com/354881 | 105 # http://crbug.com/354881 |
| 114 leak:LoginUtilsBlockingLoginTest_EnterpriseLoginBlocksForEnterpriseUser | 106 leak:LoginUtilsBlockingLoginTest_EnterpriseLoginBlocksForEnterpriseUser |
| 115 leak:LoginUtilsTest::SetUp | 107 leak:LoginUtilsTest::SetUp |
| 116 leak:LoginUtilsTest::PrepareProfile | 108 leak:LoginUtilsTest::PrepareProfile |
| 117 | 109 |
| 118 # http://crbug.com/371974 | 110 # http://crbug.com/371974 |
| 119 leak:base::ImportantFileWriter::PostWriteTask | 111 leak:base::ImportantFileWriter::PostWriteTask |
| 120 | 112 |
| 121 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. | 113 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. |
| OLD | NEW |