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 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242
672 | 9 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242
672 |
10 # TODO(earthdok): Annotate. | 10 # TODO(earthdok): Annotate. |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 | 94 |
95 # http://crbug.com/318221 | 95 # http://crbug.com/318221 |
96 leak:base::EnsureProcessTerminated | 96 leak:base::EnsureProcessTerminated |
97 | 97 |
98 # http://crbug.com/322671 | 98 # http://crbug.com/322671 |
99 leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread | 99 leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread |
100 | 100 |
101 # http://crbug.com/355641 | 101 # http://crbug.com/355641 |
102 leak:TrayAccessibilityTest | 102 leak:TrayAccessibilityTest |
103 | 103 |
| 104 # http://crbug.com/354644 |
| 105 leak:CertificateViewerUITest::ShowModalCertificateViewer |
| 106 |
| 107 # http://crbug.com/356306 |
| 108 leak:content::SetProcessTitleFromCommandLine |
| 109 |
104 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. | 110 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. |
OLD | NEW |