summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/valgrind/suppressions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/valgrind/suppressions.txt')
-rw-r--r--chrome/test/data/valgrind/suppressions.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/test/data/valgrind/suppressions.txt b/chrome/test/data/valgrind/suppressions.txt
new file mode 100644
index 0000000..bcba45a
--- /dev/null
+++ b/chrome/test/data/valgrind/suppressions.txt
@@ -0,0 +1,12 @@
+# Chromium leaks tasks at shutdown, see
+# http://crbug.com/6532
+# http://codereview.chromium.org/20067
+# http://codereview.chromium.org/42083
+# In Purify, they don't even try to free them anymore.
+# For now, in Valgrind, we'll add suppressions to ignore these leaks.
+{
+ bug_6532
+ Memcheck:Leak
+ fun:_Znwj
+ fun:_Z17NewRunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvvEEP14CancelableTaskPT_T0_
+}