| 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 # V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304 | 9 # V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304 |
| 10 leak:v8::internal::V8::Initialize | 10 leak:v8::internal::V8::Initialize |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 # Leak in base_unittests. http://crbug.com/268267 | 61 # Leak in base_unittests. http://crbug.com/268267 |
| 62 leak:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody | 62 leak:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody |
| 63 | 63 |
| 64 # Leak in cc_unittests. http://crbug.com/285174 | 64 # Leak in cc_unittests. http://crbug.com/285174 |
| 65 leak:gpu::gles2::GLES2DecoderImpl::DoBindRenderbuffer | 65 leak:gpu::gles2::GLES2DecoderImpl::DoBindRenderbuffer |
| 66 leak:gpu::gles2::GLES2DecoderImpl::DoRenderbufferStorage | 66 leak:gpu::gles2::GLES2DecoderImpl::DoRenderbufferStorage |
| 67 | 67 |
| 68 # Leak in cc_unittests. http://crbug.com/317965 | 68 # Leak in cc_unittests. http://crbug.com/317965 |
| 69 leak:cc::ThreadProxy::ReadyToFinalizeTextureUpdates | 69 leak:cc::ThreadProxy::ReadyToFinalizeTextureUpdates |
| 70 | 70 |
| 71 # Leak in cc_unittests. http://crbug.com/317966 | |
| 72 leak:cc::TileManager::InitializeTilesWithResourcesForTesting | |
| 73 | |
| 74 # Leak in unit_tests. http://crbug.com/309468 | 71 # Leak in unit_tests. http://crbug.com/309468 |
| 75 leak:TranslateBubbleViewTest::SetUp | 72 leak:TranslateBubbleViewTest::SetUp |
| 76 | 73 |
| 77 # GTK leaks. GTK is deprecated, so we won't be fixing these. | 74 # GTK leaks. GTK is deprecated, so we won't be fixing these. |
| 78 # Most of them should apply to the full browser process only. | 75 # Most of them should apply to the full browser process only. |
| 79 leak:StatusIconGtk::UpdatePlatformContextMenu | 76 leak:StatusIconGtk::UpdatePlatformContextMenu |
| 80 leak:GlobalMenuBar::GlobalMenuBar | 77 leak:GlobalMenuBar::GlobalMenuBar |
| 81 leak:BookmarkBubbleGtk::InitFolderComboModel | 78 leak:BookmarkBubbleGtk::InitFolderComboModel |
| 82 leak:TranslateInfoBarBase::CreateLanguageCombobox | 79 leak:TranslateInfoBarBase::CreateLanguageCombobox |
| 83 leak:GtkNativeViewManager | 80 leak:GtkNativeViewManager |
| 84 leak:_gdk_x11_window_get_toplevel | 81 leak:_gdk_x11_window_get_toplevel |
| 85 leak:gtk_util::*AppModal | 82 leak:gtk_util::*AppModal |
| 86 | 83 |
| 87 # Infobar-related leaks in browser tests. | 84 # Infobar-related leaks in browser tests. |
| 88 # TODO(earthdok): Retriage them once http://crbug.com/62154 is fixed. | 85 # TODO(earthdok): Retriage them once http://crbug.com/62154 is fixed. |
| 89 leak:chrome::ShowBadFlagsPrompt | 86 leak:chrome::ShowBadFlagsPrompt |
| 90 leak:TranslateInfoBarDelegate::Create | 87 leak:TranslateInfoBarDelegate::Create |
| 91 leak:TranslateLanguageList::TranslateLanguageList | 88 leak:TranslateLanguageList::TranslateLanguageList |
| 92 leak:SimpleAlertInfoBarDelegate::Create | 89 leak:SimpleAlertInfoBarDelegate::Create |
| 93 | 90 |
| 94 # Small shutdown-only leak in browser tests (24 bytes). http://crbug.com/317116 | 91 # Small shutdown-only leak in browser tests (24 bytes). http://crbug.com/317116 |
| 95 # TODO(earthdok): Either annotate or narrow down the suppression. | 92 # TODO(earthdok): Either annotate or narrow down the suppression. |
| 96 leak:content::RenderViewTest::TearDown | 93 leak:content::RenderViewTest::TearDown |
| 97 | 94 |
| 98 # http://crbug.com/318221 | 95 # http://crbug.com/318221 |
| 99 leak:base::EnsureProcessTerminated | 96 leak:base::EnsureProcessTerminated |
| 100 | 97 |
| 101 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. | 98 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. |
| OLD | NEW |