blob: 8b88c308f2181bfaca54bca4a9e547138ecdbeec [file] [log] [blame]
Patrick Williams864cc432023-02-09 14:54:44 -06001From 027229d25392b22d7280c0abbc3efde4f467d167 Mon Sep 17 00:00:00 2001
Brad Bishop79641f22019-09-10 07:20:22 -04002From: 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>
Patrick Williams864cc432023-02-09 14:54:44 -060013
Brad Bishop79641f22019-09-10 07:20:22 -040014---
15 tests/Makefile.am | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18diff --git a/tests/Makefile.am b/tests/Makefile.am
Patrick Williams864cc432023-02-09 14:54:44 -060019index d98df82..757ea52 100644
Brad Bishop79641f22019-09-10 07:20:22 -040020--- a/tests/Makefile.am
21+++ b/tests/Makefile.am
Patrick Williams864cc432023-02-09 14:54:44 -060022@@ -21,9 +21,11 @@ TESTS = \
Brad Bishop79641f22019-09-10 07:20:22 -040023 stdin \
24 strcoll-0-names \
25 filename-quoting \
26- strip-trailing-cr \
Patrick Williams864cc432023-02-09 14:54:44 -060027 timezone \
Brad Bishop79641f22019-09-10 07:20:22 -040028 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