1From 027229d25392b22d7280c0abbc3efde4f467d167 Mon Sep 17 00:00:00 2001 2From: Peiran Hong <peiran.hong@windriver.com> 3Date: Thu, 5 Sep 2019 15:42:22 -0400 4Subject: [PATCH] Skip strip-trailing-cr test case 5 6Skip the test "strip-trailing-cr" since it requires valgrind to 7work, but valgrind is considered too heavy-weight for diffutils 8package. 9 10Upstream-Status: Inappropriate [embedded specific] 11 12Signed-off-by: Peiran Hong <peiran.hong@windriver.com> 13 14--- 15 tests/Makefile.am | 4 +++- 16 1 file changed, 3 insertions(+), 1 deletion(-) 17 18diff --git a/tests/Makefile.am b/tests/Makefile.am 19index d98df82..757ea52 100644 20--- a/tests/Makefile.am 21+++ b/tests/Makefile.am 22@@ -21,9 +21,11 @@ TESTS = \ 23 stdin \ 24 strcoll-0-names \ 25 filename-quoting \ 26- strip-trailing-cr \ 27 timezone \ 28 colors 29+# Skipping this test since it requires valgrind 30+# and thus is too heavy for diffutils package 31+# strip-trailing-cr 32 33 XFAIL_TESTS = large-subopt 34 35