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. |
| 10 leak:libGL.so |
| 11 |
9 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242
672 | 12 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242
672 |
10 # TODO(earthdok): Annotate. | 13 # TODO(earthdok): Annotate. |
11 leak:WTF::BitVector::resizeOutOfLine | 14 leak:WTF::BitVector::resizeOutOfLine |
12 | 15 |
13 # A small string is leaked here (57 bytes per process). http://crbug.com/46571#c
9 | 16 # A small string is leaked here (57 bytes per process). http://crbug.com/46571#c
9 |
14 leak:WebCore::V8GCController::collectGarbage | 17 leak:WebCore::V8GCController::collectGarbage |
15 | 18 |
16 # Intentional leak in Blink. http://crbug.com/121729 | 19 # Intentional leak in Blink. http://crbug.com/121729 |
17 # TODO(earthdok): annotate it. | 20 # TODO(earthdok): annotate it. |
18 leak:WebCore::parseUASheet | 21 leak:WebCore::parseUASheet |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 # http://crbug.com/355641 | 104 # http://crbug.com/355641 |
102 leak:TrayAccessibilityTest | 105 leak:TrayAccessibilityTest |
103 | 106 |
104 # http://crbug.com/354644 | 107 # http://crbug.com/354644 |
105 leak:CertificateViewerUITest::ShowModalCertificateViewer | 108 leak:CertificateViewerUITest::ShowModalCertificateViewer |
106 | 109 |
107 # http://crbug.com/356306 | 110 # http://crbug.com/356306 |
108 leak:content::SetProcessTitleFromCommandLine | 111 leak:content::SetProcessTitleFromCommandLine |
109 | 112 |
110 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. | 113 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. |
OLD | NEW |