diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-01-28 10:23:57 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-28 10:23:57 +0000 |
commit | 8fd5a377b8521d53f56b66136d686a31c7e302b6 (patch) | |
tree | 7830b2f88a2a0a1f35702316b737d375e125b7af | |
parent | eb68a314133c88260cdf4547d7d338446488e698 (diff) | |
download | libguestfs-8fd5a377b8521d53f56b66136d686a31c7e302b6.tar.gz libguestfs-8fd5a377b8521d53f56b66136d686a31c7e302b6.tar.xz libguestfs-8fd5a377b8521d53f56b66136d686a31c7e302b6.zip |
extra-tests: ocaml: Additional suppressions so we can test bytecode.
-rw-r--r-- | tests/extra/suppressions | 14 |
1 files changed, 14 insertions, 0 deletions
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 +} |