| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 # enabling leak detection for the first time for a test target with pre-existing | 67 # enabling leak detection for the first time for a test target with pre-existing |
| 68 # leaks. | 68 # leaks. |
| 69 | 69 |
| 70 # Small test-only leak in ppapi_unittests. http://crbug.com/258113 | 70 # Small test-only leak in ppapi_unittests. http://crbug.com/258113 |
| 71 leak:ppapi::proxy::PPP_Instance_Private_ProxyTest_PPPInstancePrivate_Test | 71 leak:ppapi::proxy::PPP_Instance_Private_ProxyTest_PPPInstancePrivate_Test |
| 72 | 72 |
| 73 # Leak in cc_unittests. http://crbug.com/285174 | 73 # Leak in cc_unittests. http://crbug.com/285174 |
| 74 leak:gpu::gles2::GLES2DecoderImpl::DoBindRenderbuffer | 74 leak:gpu::gles2::GLES2DecoderImpl::DoBindRenderbuffer |
| 75 leak:gpu::gles2::GLES2DecoderImpl::DoRenderbufferStorage | 75 leak:gpu::gles2::GLES2DecoderImpl::DoRenderbufferStorage |
| 76 | 76 |
| 77 # Leak in unit_tests and browser_tests. http://crbug.com/309468 | |
| 78 leak:TranslateBubbleView::CreateViewBeforeTranslate() | |
| 79 | |
| 80 # http://crbug.com/318221 | 77 # http://crbug.com/318221 |
| 81 leak:base::EnsureProcessTerminated | 78 leak:base::EnsureProcessTerminated |
| 82 | 79 |
| 83 # http://crbug.com/322671 | 80 # http://crbug.com/322671 |
| 84 leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread | 81 leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread |
| 85 | 82 |
| 86 # http://crbug.com/355641 | 83 # http://crbug.com/355641 |
| 87 leak:TrayAccessibilityTest | 84 leak:TrayAccessibilityTest |
| 88 | 85 |
| 89 # http://crbug.com/354644 | 86 # http://crbug.com/354644 |
| 90 leak:CertificateViewerUITest::ShowModalCertificateViewer | 87 leak:CertificateViewerUITest::ShowModalCertificateViewer |
| 91 | 88 |
| 92 # http://crbug.com/356306 | 89 # http://crbug.com/356306 |
| 93 leak:content::SetProcessTitleFromCommandLine | 90 leak:content::SetProcessTitleFromCommandLine |
| 94 | 91 |
| 95 # http://crbug.com/354881 | 92 # http://crbug.com/354881 |
| 96 leak:LoginUtilsBlockingLoginTest_EnterpriseLoginBlocksForEnterpriseUser | 93 leak:LoginUtilsBlockingLoginTest_EnterpriseLoginBlocksForEnterpriseUser |
| 97 leak:LoginUtilsTest::SetUp | 94 leak:LoginUtilsTest::SetUp |
| 98 leak:LoginUtilsTest::PrepareProfile | 95 leak:LoginUtilsTest::PrepareProfile |
| 99 | 96 |
| 100 # http://crbug.com/328092 | 97 # http://crbug.com/328092 |
| 101 leak:WebCore::ResourceFetcher::requestResource | 98 leak:WebCore::ResourceFetcher::requestResource |
| 102 leak:content::ResourceFetcherTests::ResourceFetcherDeletedInCallbackOnRenderer | 99 leak:content::ResourceFetcherTests::ResourceFetcherDeletedInCallbackOnRenderer |
| 103 leak:content::ResourceFetcherTests::ResourceFetcherTimeoutOnRenderer | 100 leak:content::ResourceFetcherTests::ResourceFetcherTimeoutOnRenderer |
| 104 | 101 |
| 105 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. | 102 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. |
| OLD | NEW |