| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 leak:BookmarkBubbleGtk::InitFolderComboModel | 100 leak:BookmarkBubbleGtk::InitFolderComboModel |
| 104 leak:TranslateInfoBarBase::CreateLanguageCombobox | 101 leak:TranslateInfoBarBase::CreateLanguageCombobox |
| 105 leak:GtkNativeViewManager | 102 leak:GtkNativeViewManager |
| 106 leak:_gdk_x11_window_get_toplevel | 103 leak:_gdk_x11_window_get_toplevel |
| 107 leak:gtk_util::*AppModal | 104 leak:gtk_util::*AppModal |
| 108 | 105 |
| 109 # http://crbug.com/318221 | 106 # http://crbug.com/318221 |
| 110 leak:base::EnsureProcessTerminated | 107 leak:base::EnsureProcessTerminated |
| 111 | 108 |
| 112 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. | 109 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. |
| OLD | NEW |