| 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 # False positives in libfontconfig. http://crbug.com/39050 | 4 # False positives in libfontconfig. http://crbug.com/39050 |
| 5 leak:libfontconfig | 5 leak:libfontconfig |
| 6 | 6 |
| 7 # Intentionally leaked "static" strings in Blink. http://crbug.com/268258 | |
| 8 leak:WTF::StringImpl::createStatic | |
| 9 | |
| 10 # V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304 | 7 # V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304 |
| 11 leak:v8::internal::V8::Initialize | 8 leak:v8::internal::V8::Initialize |
| 12 | 9 |
| 13 # V8 GC issues in ProxyResolver tests, probably harmless. http://crbug.com/67378 | 10 # V8 GC issues in ProxyResolver tests, probably harmless. http://crbug.com/67378 |
| 14 leak:net::ProxyResolverV8::SetPacScript | 11 leak:net::ProxyResolverV8::SetPacScript |
| 15 leak:net::(anonymous namespace)::ProxyResolverV8WithMockBindings::SetPacScriptFr
omDisk | 12 leak:net::(anonymous namespace)::ProxyResolverV8WithMockBindings::SetPacScriptFr
omDisk |
| 16 leak:net::(anonymous namespace)::InitResolver | 13 leak:net::(anonymous namespace)::InitResolver |
| 17 leak:net::ProxyResolverScriptData::FromUTF8 | 14 leak:net::ProxyResolverScriptData::FromUTF8 |
| 18 | 15 |
| 19 # http://crbug.com/270180 | 16 # http://crbug.com/270180 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 42 | 39 |
| 43 # Leak in base_unittests. http://crbug.com/268267 | 40 # Leak in base_unittests. http://crbug.com/268267 |
| 44 leak:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody | 41 leak:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody |
| 45 | 42 |
| 46 # GTK leaks. GTK is deprecated, so we won't be fixing these. | 43 # GTK leaks. GTK is deprecated, so we won't be fixing these. |
| 47 # Most of them should apply to the full browser process only. | 44 # Most of them should apply to the full browser process only. |
| 48 leak:StatusIconGtk::UpdatePlatformContextMenu | 45 leak:StatusIconGtk::UpdatePlatformContextMenu |
| 49 leak:GlobalMenuBar::GlobalMenuBar | 46 leak:GlobalMenuBar::GlobalMenuBar |
| 50 leak:BookmarkBubbleGtk::InitFolderComboModel | 47 leak:BookmarkBubbleGtk::InitFolderComboModel |
| 51 leak:TranslateInfoBarBase::CreateLanguageCombobox | 48 leak:TranslateInfoBarBase::CreateLanguageCombobox |
| OLD | NEW |