From ae3e5d08dd3b7d54e65b664d0be7a81b76c6e822 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 16 Apr 2015 09:16:08 +0100 Subject: [PATCH] Skip more tests that run external programs which fail under valgrind. --- config.ml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.ml b/config.ml index 50ff28f..6820ddc 100644 --- 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 -- 1.8.3.1