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 15 matching lines...) Expand all Loading... |
26 leak:net::ProxyResolverV8::Context::ResolveProxy | 26 leak:net::ProxyResolverV8::Context::ResolveProxy |
27 | 27 |
28 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 | 28 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 |
29 leak:net::NSSCertDatabase::ImportFromPKCS12 | 29 leak:net::NSSCertDatabase::ImportFromPKCS12 |
30 leak:net::NSSCertDatabase::ListCerts | 30 leak:net::NSSCertDatabase::ListCerts |
31 leak:net::NSSCertDatabase::DeleteCertAndKey | 31 leak:net::NSSCertDatabase::DeleteCertAndKey |
32 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB | 32 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB |
33 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 | 33 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 |
34 leak:error_get_my_stack | 34 leak:error_get_my_stack |
35 | 35 |
| 36 # XRandR has several one time leaks. |
| 37 leak:libxrandr |
| 38 |
36 # The NSS suppressions above will not fire when the fast stack unwinder is used, | 39 # The NSS suppressions above will not fire when the fast stack unwinder is used, |
37 # because it can't unwind through NSS libraries. Apply blanket suppressions for | 40 # because it can't unwind through NSS libraries. Apply blanket suppressions for |
38 # now. | 41 # now. |
39 leak:libnssutil3 | 42 leak:libnssutil3 |
40 leak:libnspr4 | 43 leak:libnspr4 |
41 leak:libnss3 | 44 leak:libnss3 |
42 leak:libplds4 | 45 leak:libplds4 |
43 leak:libnssckbi | 46 leak:libnssckbi |
44 | 47 |
45 # Skia leaks. http://crbug.com/189170 | 48 # Skia leaks. http://crbug.com/189170 |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 leak:gtk_util::*AppModal | 83 leak:gtk_util::*AppModal |
81 | 84 |
82 # Infobar-related leaks in browser tests. Retriage them once | 85 # Infobar-related leaks in browser tests. Retriage them once |
83 # http://crbug.com/62154 is fixed. | 86 # http://crbug.com/62154 is fixed. |
84 leak:chrome::ShowBadFlagsPrompt | 87 leak:chrome::ShowBadFlagsPrompt |
85 leak:TranslateInfoBarDelegate::Create | 88 leak:TranslateInfoBarDelegate::Create |
86 leak:TranslateLanguageList::TranslateLanguageList | 89 leak:TranslateLanguageList::TranslateLanguageList |
87 leak:SimpleAlertInfoBarDelegate::Create | 90 leak:SimpleAlertInfoBarDelegate::Create |
88 | 91 |
89 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. | 92 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. |
OLD | NEW |