From a0a8de4253ad545d668977dbf54f90118f601192 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 20 Dec 2011 18:26:20 +0000 Subject: [PATCH] extra-tests: Add an extra suppression for OCaml 3.11.2 in RHEL 6. --- extratests/suppressions | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extratests/suppressions b/extratests/suppressions index 4685366..4dc02d2 100644 --- a/extratests/suppressions +++ b/extratests/suppressions @@ -123,3 +123,10 @@ ... fun:caml_thread_new } +{ + ocaml_heap_leak_5 + Memcheck:Leak + fun:malloc + fun:caml_stat_alloc + fun:caml_threadstatus_new +} -- 1.8.3.1