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 # False positives in libfontconfig. http://crbug.com/39050 | 4 # False positives in libfontconfig. http://crbug.com/39050 |
5 leak:libfontconfig | 5 leak:libfontconfig |
6 | 6 |
7 # V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304 | 7 # V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304 |
8 leak:v8::internal::V8::Initialize | 8 leak:v8::internal::V8::Initialize |
9 | 9 |
10 # V8 GC issues in ProxyResolver tests, probably harmless. http://crbug.com/67378 | 10 # V8 GC issues in ProxyResolver tests, probably harmless. http://crbug.com/67378 |
11 leak:net::ProxyResolverV8::SetPacScript | 11 leak:net::ProxyResolverV8::SetPacScript |
12 leak:net::(anonymous namespace)::ProxyResolverV8WithMockBindings::SetPacScriptFr
omDisk | 12 leak:net::(anonymous namespace)::ProxyResolverV8WithMockBindings::SetPacScriptFr
omDisk |
13 leak:net::(anonymous namespace)::InitResolver | 13 leak:net::(anonymous namespace)::InitResolver |
14 leak:net::ProxyResolverScriptData::FromUTF8 | 14 leak:net::ProxyResolverScriptData::FromUTF8 |
15 | 15 |
16 # http://crbug.com/270180 | 16 # http://crbug.com/270180 |
17 leak:net::ProxyResolverV8::Context::ResolveProxy | 17 leak:net::ProxyResolverV8::Context::ResolveProxy |
18 | 18 |
19 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 | 19 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 |
20 leak:net::NSSCertDatabase::ImportFromPKCS12 | 20 leak:net::NSSCertDatabase::ImportFromPKCS12 |
21 leak:net::NSSCertDatabase::ListCerts | 21 leak:net::NSSCertDatabase::ListCerts |
22 leak:net::NSSCertDatabase::DeleteCertAndKey | 22 leak:net::NSSCertDatabase::DeleteCertAndKey |
23 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB | 23 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB |
24 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 | 24 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 |
25 leak:error_get_my_stack | 25 leak:error_get_my_stack |
26 | 26 |
| 27 # XRandR has several one time leaks. |
| 28 leak:libxrandr |
| 29 |
27 # The NSS suppressions above will not fire when the fast stack unwinder is used, | 30 # The NSS suppressions above will not fire when the fast stack unwinder is used, |
28 # because it can't unwind through NSS libraries. Apply blanket supressions for n
ow. | 31 # because it can't unwind through NSS libraries. Apply blanket supressions for n
ow. |
29 leak:libnssutil3 | 32 leak:libnssutil3 |
30 leak:libnspr4 | 33 leak:libnspr4 |
31 leak:libnss3 | 34 leak:libnss3 |
32 leak:libplds4 | 35 leak:libplds4 |
33 leak:libnssckbi | 36 leak:libnssckbi |
34 | 37 |
35 # Skia leaks. http://crbug.com/189170 | 38 # Skia leaks. http://crbug.com/189170 |
36 leak:FontConfigTypeface::LegacyCreateTypeface | 39 leak:FontConfigTypeface::LegacyCreateTypeface |
(...skipping 14 matching lines...) Expand all Loading... |
51 # Leak in unit_tests. http://crbug.com/282646 | 54 # Leak in unit_tests. http://crbug.com/282646 |
52 leak:DeclarativeContentActionTest_ShowPageAction_Test::TestBody | 55 leak:DeclarativeContentActionTest_ShowPageAction_Test::TestBody |
53 leak:DeclarativeContentRulesRegistryTest_ActiveRulesDoesntGrow_Test::TestBody | 56 leak:DeclarativeContentRulesRegistryTest_ActiveRulesDoesntGrow_Test::TestBody |
54 | 57 |
55 # GTK leaks. GTK is deprecated, so we won't be fixing these. | 58 # GTK leaks. GTK is deprecated, so we won't be fixing these. |
56 # Most of them should apply to the full browser process only. | 59 # Most of them should apply to the full browser process only. |
57 leak:StatusIconGtk::UpdatePlatformContextMenu | 60 leak:StatusIconGtk::UpdatePlatformContextMenu |
58 leak:GlobalMenuBar::GlobalMenuBar | 61 leak:GlobalMenuBar::GlobalMenuBar |
59 leak:BookmarkBubbleGtk::InitFolderComboModel | 62 leak:BookmarkBubbleGtk::InitFolderComboModel |
60 leak:TranslateInfoBarBase::CreateLanguageCombobox | 63 leak:TranslateInfoBarBase::CreateLanguageCombobox |
OLD | NEW |