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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 # http://crbug.com/355641 | 79 # http://crbug.com/355641 |
80 leak:TrayAccessibilityTest | 80 leak:TrayAccessibilityTest |
81 | 81 |
82 # http://crbug.com/354644 | 82 # http://crbug.com/354644 |
83 leak:CertificateViewerUITest::ShowModalCertificateViewer | 83 leak:CertificateViewerUITest::ShowModalCertificateViewer |
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_EnterpriseLoginBlocksForEnterpriseUser | 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 |