From 8fd5a377b8521d53f56b66136d686a31c7e302b6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 28 Jan 2012 10:23:57 +0000 Subject: extra-tests: ocaml: Additional suppressions so we can test bytecode. --- tests/extra/suppressions | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/extra/suppressions b/tests/extra/suppressions index 4dc02d2f..13e86c38 100644 --- a/tests/extra/suppressions +++ b/tests/extra/suppressions @@ -130,3 +130,17 @@ fun:caml_stat_alloc fun:caml_threadstatus_new } +{ + ocaml_heap_leak_6 + Memcheck:Leak + fun:malloc + fun:caml_stat_alloc + fun:caml_search_in_path +} +{ + ocaml_heap_leak_7 + Memcheck:Leak + fun:malloc + ... + fun:caml_build_primitive_table +} -- cgit