Skip more tests that run external programs which fail under valgrind.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 16 Apr 2015 08:16:08 +0000 (09:16 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 16 Apr 2015 08:16:08 +0000 (09:16 +0100)
config.ml

index 50ff28f..6820ddc 100644 (file)
--- a/config.ml
+++ b/config.ml
@@ -54,6 +54,10 @@ 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