X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=config.ml;h=6820ddc18176ba039d51d5ebcffa9a189b7a5fba;hb=19bafbc8d9d829cd95a26efb5bf5c208bfdf6036;hp=e3d26b737279a432b6eaad2b12d07d6428efd1f8;hpb=29fdc96f3f104cc1d11bf819f19bc978ef0eae87;p=goaljobs-goals.git diff --git a/config.ml b/config.ml index e3d26b7..6820ddc 100644 --- a/config.ml +++ b/config.ml @@ -47,7 +47,19 @@ let libguestfs_localenv supermin = let skips = shlines "grep SKIP_ %s" (fedora_specfile "libguestfs" "master") in - String.concat "\n" skips ^ + "\ +# Fails under valgrind because of a leak in the fuse library, +# although I could not work out exactly why. +export SKIP_TEST_PARALLEL_MOUNT_LOCAL=1 + +# Fails under valgrind because cpio subprocess has a memory leak. +export SKIP_TEST_FILE_ARCHITECTURE_11=1 +export SKIP_TEST_FILE_ARCHITECTURE_15=1 + +# Fails under valgrind because xzcat subprocess has a memory leak. +export SKIP_TEST_FILE_ARCHITECTURE_17=1 + +" ^ String.concat "\n" skips ^ match supermin with | None -> "" | Some (supermin, supermin_helper) ->