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 |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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:blink::MouseEvent::create | 54 leak:blink::MouseEvent::create |
55 leak:blink::WindowProxy::initializeIfNeeded | 55 leak:blink::WindowProxy::initializeIfNeeded |
56 leak:blink::*::*GetterCallback | 56 leak:blink::*::*GetterCallback |
57 leak:blink::CSSComputedStyleDeclaration::create | 57 leak:blink::CSSComputedStyleDeclaration::create |
58 leak:blink::V8PerIsolateData::ensureDomInJSContext | 58 leak:blink::V8PerIsolateData::ensureDomInJSContext |
59 leak:gin/object_template_builder.h | 59 leak:gin/object_template_builder.h |
60 leak:gin::internal::Dispatcher | 60 leak:gin::internal::Dispatcher |
| 61 leak:blink::LocalDOMWindow::getComputedStyle |
61 | 62 |
62 # http://crbug.com/356785 | 63 # http://crbug.com/356785 |
63 leak:content::RenderViewImplTest_DecideNavigationPolicyForWebUI_Test::TestBody | 64 leak:content::RenderViewImplTest_DecideNavigationPolicyForWebUI_Test::TestBody |
64 | 65 |
65 #### Actual bugs in Chromium code #### | 66 #### Actual bugs in Chromium code #### |
66 # PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS. | 67 # PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS. |
67 # Instead, commits that introduce memory leaks should be reverted. Suppressing | 68 # Instead, commits that introduce memory leaks should be reverted. Suppressing |
68 # the leak is acceptable in some cases when reverting is impossible, i.e. when | 69 # the leak is acceptable in some cases when reverting is impossible, i.e. when |
69 # enabling leak detection for the first time for a test target with pre-existing | 70 # enabling leak detection for the first time for a test target with pre-existing |
70 # leaks. | 71 # leaks. |
(...skipping 10 matching lines...) Expand all Loading... |
81 # http://crbug.com/355641 | 82 # http://crbug.com/355641 |
82 leak:TrayAccessibilityTest | 83 leak:TrayAccessibilityTest |
83 | 84 |
84 # http://crbug.com/354644 | 85 # http://crbug.com/354644 |
85 leak:CertificateViewerUITest::ShowModalCertificateViewer | 86 leak:CertificateViewerUITest::ShowModalCertificateViewer |
86 | 87 |
87 # http://crbug.com/356306 | 88 # http://crbug.com/356306 |
88 leak:content::SetProcessTitleFromCommandLine | 89 leak:content::SetProcessTitleFromCommandLine |
89 | 90 |
90 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. | 91 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. |
OLD | NEW |