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 # Leaks in Nvidia's libGL. | 9 # Leaks in Nvidia's libGL. |
10 leak:libGL.so | 10 leak:libGL.so |
11 | 11 |
12 # A small string is leaked here (57 bytes per process). http://crbug.com/46571#c
9 | 12 # A small string is leaked here (57 bytes per process). http://crbug.com/46571#c
9 |
13 leak:WebCore::V8GCController::collectGarbage | 13 leak:blink::V8GCController::collectGarbage |
14 | 14 |
15 # http://crbug.com/270180 | 15 # http://crbug.com/270180 |
16 leak:net::ProxyResolverV8::Context::ResolveProxy | 16 leak:net::ProxyResolverV8::Context::ResolveProxy |
17 | 17 |
18 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 | 18 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 |
19 leak:net::NSSCertDatabase::ImportFromPKCS12 | 19 leak:net::NSSCertDatabase::ImportFromPKCS12 |
20 leak:net::NSSCertDatabase::ListCerts | 20 leak:net::NSSCertDatabase::ListCerts |
21 leak:net::NSSCertDatabase::DeleteCertAndKey | 21 leak:net::NSSCertDatabase::DeleteCertAndKey |
22 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB | 22 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB |
23 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 | 23 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 |
(...skipping 20 matching lines...) Expand all Loading... |
44 # V8 may leak this by design in unit tests. http://crbug.com/323149 | 44 # V8 may leak this by design in unit tests. http://crbug.com/323149 |
45 leak:v8::internal::Genesis::Genesis | 45 leak:v8::internal::Genesis::Genesis |
46 | 46 |
47 # Suppressions for objects which can be owned by the V8 heap. This is a | 47 # Suppressions for objects which can be owned by the V8 heap. This is a |
48 # temporary workaround until LeakSanitizer supports the V8 heap. | 48 # temporary workaround until LeakSanitizer supports the V8 heap. |
49 # Those should only fire in (browser)tests. If you see one of them in Chrome, | 49 # Those should only fire in (browser)tests. If you see one of them in Chrome, |
50 # then it's a real leak. | 50 # then it's a real leak. |
51 # http://crbug.com/328552 | 51 # http://crbug.com/328552 |
52 leak:WTF::StringImpl::createUninitialized | 52 leak:WTF::StringImpl::createUninitialized |
53 leak:WTF::StringImpl::create8BitIfPossible | 53 leak:WTF::StringImpl::create8BitIfPossible |
54 leak:WebCore::MouseEvent::create | 54 leak:blink::MouseEvent::create |
55 leak:WebCore::V8WindowShell::initializeIfNeeded | 55 leak:blink::V8WindowShell::initializeIfNeeded |
56 leak:WebCore::*::*GetterCallback | 56 leak:blink::*::*GetterCallback |
57 leak:WebCore::CSSComputedStyleDeclaration::create | 57 leak:blink::CSSComputedStyleDeclaration::create |
58 leak:WebCore::V8PerIsolateData::ensureDomInJSContext | 58 leak:blink::V8PerIsolateData::ensureDomInJSContext |
59 | 59 |
60 # http://crbug.com/356785 | 60 # http://crbug.com/356785 |
61 leak:content::RenderViewImplTest_DecideNavigationPolicyForWebUI_Test::TestBody | 61 leak:content::RenderViewImplTest_DecideNavigationPolicyForWebUI_Test::TestBody |
62 | 62 |
63 #### Actual bugs in Chromium code #### | 63 #### Actual bugs in Chromium code #### |
64 # PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS. | 64 # PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS. |
65 # Instead, commits that introduce memory leaks should be reverted. Suppressing | 65 # Instead, commits that introduce memory leaks should be reverted. Suppressing |
66 # the leak is acceptable in some cases when reverting is impossible, i.e. when | 66 # the leak is acceptable in some cases when reverting is impossible, i.e. when |
67 # enabling leak detection for the first time for a test target with pre-existing | 67 # enabling leak detection for the first time for a test target with pre-existing |
68 # leaks. | 68 # leaks. |
(...skipping 15 matching lines...) Expand all Loading... |
84 | 84 |
85 # http://crbug.com/356306 | 85 # http://crbug.com/356306 |
86 leak:content::SetProcessTitleFromCommandLine | 86 leak:content::SetProcessTitleFromCommandLine |
87 | 87 |
88 # http://crbug.com/354881 | 88 # http://crbug.com/354881 |
89 leak:LoginUtilsBlockingLoginTest_LoginBlocksForUser | 89 leak:LoginUtilsBlockingLoginTest_LoginBlocksForUser |
90 leak:LoginUtilsTest::SetUp | 90 leak:LoginUtilsTest::SetUp |
91 leak:LoginUtilsTest::PrepareProfile | 91 leak:LoginUtilsTest::PrepareProfile |
92 | 92 |
93 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. | 93 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. |
OLD | NEW |