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

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

Issue 140823008: Revert of Reenable linux_aura on the main builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 #### 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 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242 672 9 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242 672
10 # TODO(earthdok): Annotate. 10 # TODO(earthdok): Annotate.
(...skipping 19 matching lines...) Expand all
30 leak:net::ProxyResolverV8::Context::ResolveProxy 30 leak:net::ProxyResolverV8::Context::ResolveProxy
31 31
32 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988 32 # NSS leaks in CertDatabaseNSSTest tests. http://crbug.com/51988
33 leak:net::NSSCertDatabase::ImportFromPKCS12 33 leak:net::NSSCertDatabase::ImportFromPKCS12
34 leak:net::NSSCertDatabase::ListCerts 34 leak:net::NSSCertDatabase::ListCerts
35 leak:net::NSSCertDatabase::DeleteCertAndKey 35 leak:net::NSSCertDatabase::DeleteCertAndKey
36 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB 36 leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB
37 # Another leak due to not shutting down NSS properly. http://crbug.com/124445 37 # Another leak due to not shutting down NSS properly. http://crbug.com/124445
38 leak:error_get_my_stack 38 leak:error_get_my_stack
39 39
40 # XRandR has several one time leaks.
41 leak:libxrandr
42
43 # The NSS suppressions above will not fire when the fast stack unwinder is used, 40 # The NSS suppressions above will not fire when the fast stack unwinder is used,
44 # because it can't unwind through NSS libraries. Apply blanket suppressions for 41 # because it can't unwind through NSS libraries. Apply blanket suppressions for
45 # now. 42 # now.
46 leak:libnssutil3 43 leak:libnssutil3
47 leak:libnspr4 44 leak:libnspr4
48 leak:libnss3 45 leak:libnss3
49 leak:libplds4 46 leak:libplds4
50 leak:libnssckbi 47 leak:libnssckbi
51 48
52 # Skia leaks. http://crbug.com/189170 49 # Skia leaks. http://crbug.com/189170
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 leak:BookmarkBubbleGtk::InitFolderComboModel 100 leak:BookmarkBubbleGtk::InitFolderComboModel
104 leak:TranslateInfoBarBase::CreateLanguageCombobox 101 leak:TranslateInfoBarBase::CreateLanguageCombobox
105 leak:GtkNativeViewManager 102 leak:GtkNativeViewManager
106 leak:_gdk_x11_window_get_toplevel 103 leak:_gdk_x11_window_get_toplevel
107 leak:gtk_util::*AppModal 104 leak:gtk_util::*AppModal
108 105
109 # http://crbug.com/318221 106 # http://crbug.com/318221
110 leak:base::EnsureProcessTerminated 107 leak:base::EnsureProcessTerminated
111 108
112 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. 109 # 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