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 |
40 # The NSS suppressions above will not fire when the fast stack unwinder is used, | 43 # The NSS suppressions above will not fire when the fast stack unwinder is used, |
41 # because it can't unwind through NSS libraries. Apply blanket suppressions for | 44 # because it can't unwind through NSS libraries. Apply blanket suppressions for |
42 # now. | 45 # now. |
43 leak:libnssutil3 | 46 leak:libnssutil3 |
44 leak:libnspr4 | 47 leak:libnspr4 |
45 leak:libnss3 | 48 leak:libnss3 |
46 leak:libplds4 | 49 leak:libplds4 |
47 leak:libnssckbi | 50 leak:libnssckbi |
48 | 51 |
49 # Skia leaks. http://crbug.com/189170 | 52 # Skia leaks. http://crbug.com/189170 |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 leak:BookmarkBubbleGtk::InitFolderComboModel | 103 leak:BookmarkBubbleGtk::InitFolderComboModel |
101 leak:TranslateInfoBarBase::CreateLanguageCombobox | 104 leak:TranslateInfoBarBase::CreateLanguageCombobox |
102 leak:GtkNativeViewManager | 105 leak:GtkNativeViewManager |
103 leak:_gdk_x11_window_get_toplevel | 106 leak:_gdk_x11_window_get_toplevel |
104 leak:gtk_util::*AppModal | 107 leak:gtk_util::*AppModal |
105 | 108 |
106 # http://crbug.com/318221 | 109 # http://crbug.com/318221 |
107 leak:base::EnsureProcessTerminated | 110 leak:base::EnsureProcessTerminated |
108 | 111 |
109 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. | 112 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. |
OLD | NEW |