Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Side by Side Diff: tools/lsan/suppressions.txt

Issue 26157003: linux_aura: Revert everything; abort turning linux_aura on. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/native_client/tests/breakpad_crash_test/nacl.scons ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # 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
8 leak:v8::internal::V8::Initialize 8 leak:v8::internal::V8::Initialize
9 9
10 # 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
11 leak:net::ProxyResolverV8::SetPacScript 11 leak:net::ProxyResolverV8::SetPacScript
12 leak:net::(anonymous namespace)::ProxyResolverV8WithMockBindings::SetPacScriptFr omDisk 12 leak:net::(anonymous namespace)::ProxyResolverV8WithMockBindings::SetPacScriptFr omDisk
13 leak:net::(anonymous namespace)::InitResolver 13 leak:net::(anonymous namespace)::InitResolver
14 leak:net::ProxyResolverScriptData::FromUTF8 14 leak:net::ProxyResolverScriptData::FromUTF8
15 15
16 # http://crbug.com/270180 16 # http://crbug.com/270180
17 leak:net::ProxyResolverV8::Context::ResolveProxy 17 leak:net::ProxyResolverV8::Context::ResolveProxy
18 18
19 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 19 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988
20 leak:net::NSSCertDatabase::ImportFromPKCS12 20 leak:net::NSSCertDatabase::ImportFromPKCS12
21 leak:net::NSSCertDatabase::ListCerts 21 leak:net::NSSCertDatabase::ListCerts
22 leak:net::NSSCertDatabase::DeleteCertAndKey 22 leak:net::NSSCertDatabase::DeleteCertAndKey
23 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB 23 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB
24 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 24 # Another leak due to not shutting down NSS properly. http://crbug.com/124445
25 leak:error_get_my_stack 25 leak:error_get_my_stack
26 26
27 # XRandR has several one time leaks.
28 leak:libxrandr
29
30 # The NSS suppressions above will not fire when the fast stack unwinder is used, 27 # The NSS suppressions above will not fire when the fast stack unwinder is used,
31 # because it can't unwind through NSS libraries. Apply blanket supressions for n ow. 28 # because it can't unwind through NSS libraries. Apply blanket supressions for n ow.
32 leak:libnssutil3 29 leak:libnssutil3
33 leak:libnspr4 30 leak:libnspr4
34 leak:libnss3 31 leak:libnss3
35 leak:libplds4 32 leak:libplds4
36 leak:libnssckbi 33 leak:libnssckbi
37 34
38 # Skia leaks. http://crbug.com/189170 35 # Skia leaks. http://crbug.com/189170
39 leak:FontConfigTypeface::LegacyCreateTypeface 36 leak:FontConfigTypeface::LegacyCreateTypeface
(...skipping 14 matching lines...) Expand all
54 # Leak in unit_tests. http://crbug.com/282646 51 # Leak in unit_tests. http://crbug.com/282646
55 leak:DeclarativeContentActionTest_ShowPageAction_Test::TestBody 52 leak:DeclarativeContentActionTest_ShowPageAction_Test::TestBody
56 leak:DeclarativeContentRulesRegistryTest_ActiveRulesDoesntGrow_Test::TestBody 53 leak:DeclarativeContentRulesRegistryTest_ActiveRulesDoesntGrow_Test::TestBody
57 54
58 # GTK leaks. GTK is deprecated, so we won't be fixing these. 55 # GTK leaks. GTK is deprecated, so we won't be fixing these.
59 # Most of them should apply to the full browser process only. 56 # Most of them should apply to the full browser process only.
60 leak:StatusIconGtk::UpdatePlatformContextMenu 57 leak:StatusIconGtk::UpdatePlatformContextMenu
61 leak:GlobalMenuBar::GlobalMenuBar 58 leak:GlobalMenuBar::GlobalMenuBar
62 leak:BookmarkBubbleGtk::InitFolderComboModel 59 leak:BookmarkBubbleGtk::InitFolderComboModel
63 leak:TranslateInfoBarBase::CreateLanguageCombobox 60 leak:TranslateInfoBarBase::CreateLanguageCombobox
OLDNEW
« no previous file with comments | « ppapi/native_client/tests/breakpad_crash_test/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698