diff options
author | Richard W.M. Jones <[email protected]> | 2012-01-28 10:23:57 +0000 |
---|---|---|
committer | Richard W.M. Jones <[email protected]> | 2012-01-29 11:15:54 +0000 |
commit | d754f2d23c237767bd01f9d18d50a323a2d3e642 (patch) | |
tree | 3fd15f25244f9b1bc110cb528b5a64df886baa5b | |
parent | 64529a62acd81bf1a5c2d5b25f54b1e596e07e1c (diff) | |
download | libguestfs-d754f2d23c237767bd01f9d18d50a323a2d3e642.tar.gz libguestfs-d754f2d23c237767bd01f9d18d50a323a2d3e642.tar.xz libguestfs-d754f2d23c237767bd01f9d18d50a323a2d3e642.zip |
extra-tests: ocaml: Additional suppressions so we can test bytecode.
(cherry picked from commit 8fd5a377b8521d53f56b66136d686a31c7e302b6)
-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 +} |