From: Richard W.M. Jones Date: Thu, 16 Apr 2015 08:16:08 +0000 (+0100) Subject: Skip more tests that run external programs which fail under valgrind. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=ae3e5d08dd3b7d54e65b664d0be7a81b76c6e822;hp=986aab424a519bf5ade0106d4d5c026e3833b2d3;p=goaljobs-goals.git Skip more tests that run external programs which fail under valgrind. --- 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