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

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

Issue 73323002: Disable linux_aura on the main builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 #### 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 15 matching lines...) Expand all
26 leak:net::ProxyResolverV8::Context::ResolveProxy 26 leak:net::ProxyResolverV8::Context::ResolveProxy
27 27
28 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 28 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988
29 leak:net::NSSCertDatabase::ImportFromPKCS12 29 leak:net::NSSCertDatabase::ImportFromPKCS12
30 leak:net::NSSCertDatabase::ListCerts 30 leak:net::NSSCertDatabase::ListCerts
31 leak:net::NSSCertDatabase::DeleteCertAndKey 31 leak:net::NSSCertDatabase::DeleteCertAndKey
32 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB 32 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB
33 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 33 # Another leak due to not shutting down NSS properly. http://crbug.com/124445
34 leak:error_get_my_stack 34 leak:error_get_my_stack
35 35
36 # XRandR has several one time leaks.
37 leak:libxrandr
38
39 # The NSS suppressions above will not fire when the fast stack unwinder is used, 36 # The NSS suppressions above will not fire when the fast stack unwinder is used,
40 # because it can't unwind through NSS libraries. Apply blanket suppressions for 37 # because it can't unwind through NSS libraries. Apply blanket suppressions for
41 # now. 38 # now.
42 leak:libnssutil3 39 leak:libnssutil3
43 leak:libnspr4 40 leak:libnspr4
44 leak:libnss3 41 leak:libnss3
45 leak:libplds4 42 leak:libplds4
46 leak:libnssckbi 43 leak:libnssckbi
47 44
48 # Skia leaks. http://crbug.com/189170 45 # Skia leaks. http://crbug.com/189170
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 leak:SimpleAlertInfoBarDelegate::Create 98 leak:SimpleAlertInfoBarDelegate::Create
102 99
103 # Small shutdown-only leak in browser tests (24 bytes). http://crbug.com/317116 100 # Small shutdown-only leak in browser tests (24 bytes). http://crbug.com/317116
104 # TODO(earthdok): Either annotate or narrow down the suppression. 101 # TODO(earthdok): Either annotate or narrow down the suppression.
105 leak:content::RenderViewTest::TearDown 102 leak:content::RenderViewTest::TearDown
106 103
107 # http://crbug.com/318221 104 # http://crbug.com/318221
108 leak:base::EnsureProcessTerminated 105 leak:base::EnsureProcessTerminated
109 106
110 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. 107 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above.
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