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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 13874012: Suppress glib/gthread leaks in component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 7769009e0ae39168209191656dc45ebd331ad0ff..f96b98e8a2fedb5038ccd49baea8e7aa0174cc1b 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -799,6 +799,20 @@
obj:*/libtotem-cone-plugin.so
fun:_ZN6webkit5npapi9PluginLib17ReadWebPluginInfoERKN4base8FilePathEPNS_13WebPluginInfoE
}
+{
+ glib/gthread malloc leak in component build
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:g_thread_proxy
+}
+{
+ glib/gthread calloc leak in component build
+ Memcheck:Leak
+ fun:calloc
+ ...
+ fun:g_thread_proxy
+}
#-----------------------------------------------------------------------
# 2. intentional unit test errors, or stuff that is somehow a false positive
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698