| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 leak:CertificateViewerUITest::ShowModalCertificateViewer | 100 leak:CertificateViewerUITest::ShowModalCertificateViewer |
| 101 | 101 |
| 102 # http://crbug.com/356306 | 102 # http://crbug.com/356306 |
| 103 leak:content::SetProcessTitleFromCommandLine | 103 leak:content::SetProcessTitleFromCommandLine |
| 104 | 104 |
| 105 # http://crbug.com/354881 | 105 # http://crbug.com/354881 |
| 106 leak:LoginUtilsBlockingLoginTest_EnterpriseLoginBlocksForEnterpriseUser | 106 leak:LoginUtilsBlockingLoginTest_EnterpriseLoginBlocksForEnterpriseUser |
| 107 leak:LoginUtilsTest::SetUp | 107 leak:LoginUtilsTest::SetUp |
| 108 leak:LoginUtilsTest::PrepareProfile | 108 leak:LoginUtilsTest::PrepareProfile |
| 109 | 109 |
| 110 # http://crbug.com/371974 | |
| 111 leak:base::ImportantFileWriter::PostWriteTask | |
| 112 | |
| 113 # http://crbug.com/328092 | 110 # http://crbug.com/328092 |
| 114 leak:WebCore::ResourceFetcher::requestResource | 111 leak:WebCore::ResourceFetcher::requestResource |
| 115 leak:content::ResourceFetcherTests::ResourceFetcherDeletedInCallbackOnRenderer | 112 leak:content::ResourceFetcherTests::ResourceFetcherDeletedInCallbackOnRenderer |
| 116 leak:content::ResourceFetcherTests::ResourceFetcherTimeoutOnRenderer | 113 leak:content::ResourceFetcherTests::ResourceFetcherTimeoutOnRenderer |
| 117 | 114 |
| 118 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. | 115 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. |
| OLD | NEW |