| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 #### Actual bugs in Chromium code #### | 63 #### Actual bugs in Chromium code #### |
| 64 # PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS. | 64 # PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS. |
| 65 # Instead, commits that introduce memory leaks should be reverted. Suppressing | 65 # Instead, commits that introduce memory leaks should be reverted. Suppressing |
| 66 # the leak is acceptable in some cases when reverting is impossible, i.e. when | 66 # the leak is acceptable in some cases when reverting is impossible, i.e. when |
| 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 | |
| 74 leak:gpu::gles2::GLES2DecoderImpl::DoBindRenderbuffer | |
| 75 leak:gpu::gles2::GLES2DecoderImpl::DoRenderbufferStorage | |
| 76 | |
| 77 # http://crbug.com/318221 | 73 # http://crbug.com/318221 |
| 78 leak:base::EnsureProcessTerminated | 74 leak:base::EnsureProcessTerminated |
| 79 | 75 |
| 80 # http://crbug.com/322671 | 76 # http://crbug.com/322671 |
| 81 leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread | 77 leak:content::SpeechRecognitionBrowserTest::SetUpOnMainThread |
| 82 | 78 |
| 83 # http://crbug.com/355641 | 79 # http://crbug.com/355641 |
| 84 leak:TrayAccessibilityTest | 80 leak:TrayAccessibilityTest |
| 85 | 81 |
| 86 # http://crbug.com/354644 | 82 # http://crbug.com/354644 |
| 87 leak:CertificateViewerUITest::ShowModalCertificateViewer | 83 leak:CertificateViewerUITest::ShowModalCertificateViewer |
| 88 | 84 |
| 89 # http://crbug.com/356306 | 85 # http://crbug.com/356306 |
| 90 leak:content::SetProcessTitleFromCommandLine | 86 leak:content::SetProcessTitleFromCommandLine |
| 91 | 87 |
| 92 # http://crbug.com/354881 | 88 # http://crbug.com/354881 |
| 93 leak:LoginUtilsBlockingLoginTest_EnterpriseLoginBlocksForEnterpriseUser | 89 leak:LoginUtilsBlockingLoginTest_EnterpriseLoginBlocksForEnterpriseUser |
| 94 leak:LoginUtilsTest::SetUp | 90 leak:LoginUtilsTest::SetUp |
| 95 leak:LoginUtilsTest::PrepareProfile | 91 leak:LoginUtilsTest::PrepareProfile |
| 96 | 92 |
| 97 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. | 93 # PLEASE READ ABOVE BEFORE ADDING NEW SUPPRESSIONS. |
| OLD | NEW |