| 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 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242
672 | 9 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242
672 |
| 10 # TODO(earthdok): Annotate. | 10 # TODO(earthdok): Annotate. |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 leak:net::ProxyResolverV8::Context::ResolveProxy | 30 leak:net::ProxyResolverV8::Context::ResolveProxy |
| 31 | 31 |
| 32 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 | 32 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 |
| 33 leak:net::NSSCertDatabase::ImportFromPKCS12 | 33 leak:net::NSSCertDatabase::ImportFromPKCS12 |
| 34 leak:net::NSSCertDatabase::ListCerts | 34 leak:net::NSSCertDatabase::ListCerts |
| 35 leak:net::NSSCertDatabase::DeleteCertAndKey | 35 leak:net::NSSCertDatabase::DeleteCertAndKey |
| 36 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB | 36 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB |
| 37 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 | 37 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 |
| 38 leak:error_get_my_stack | 38 leak:error_get_my_stack |
| 39 | 39 |
| 40 # XRandR has several one time leaks. | |
| 41 leak:libxrandr | |
| 42 | |
| 43 # The NSS suppressions above will not fire when the fast stack unwinder is used, | 40 # The NSS suppressions above will not fire when the fast stack unwinder is used, |
| 44 # because it can't unwind through NSS libraries. Apply blanket suppressions for | 41 # because it can't unwind through NSS libraries. Apply blanket suppressions for |
| 45 # now. | 42 # now. |
| 46 leak:libnssutil3 | 43 leak:libnssutil3 |
| 47 leak:libnspr4 | 44 leak:libnspr4 |
| 48 leak:libnss3 | 45 leak:libnss3 |
| 49 leak:libplds4 | 46 leak:libplds4 |
| 50 leak:libnssckbi | 47 leak:libnssckbi |
| 51 | 48 |
| 52 # Skia leaks. http://crbug.com/189170 | 49 # Skia leaks. http://crbug.com/189170 |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 leak:_gdk_x11_window_get_toplevel | 104 leak:_gdk_x11_window_get_toplevel |
| 108 leak:gtk_util::*AppModal | 105 leak:gtk_util::*AppModal |
| 109 | 106 |
| 110 # http://crbug.com/318221 | 107 # http://crbug.com/318221 |
| 111 leak:base::EnsureProcessTerminated | 108 leak:base::EnsureProcessTerminated |
| 112 | 109 |
| 113 # http://crbug.com/322671 | 110 # http://crbug.com/322671 |
| 114 leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread | 111 leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread |
| 115 | 112 |
| 116 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. | 113 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. |
| OLD | NEW |