blob: aac1c43465e9282f70ef233d6e4e38493c2f287f [file] [log] [blame]
Brad Bishop79641f22019-09-10 07:20:22 -04001From bd7fb8be2ae2d75347cf7733302d5093046ffa85 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 tests/Makefile.am | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17diff --git a/tests/Makefile.am b/tests/Makefile.am
18index 83a7c9d..04d51b5 100644
19--- a/tests/Makefile.am
20+++ b/tests/Makefile.am
21@@ -21,8 +21,10 @@ TESTS = \
22 stdin \
23 strcoll-0-names \
24 filename-quoting \
25- strip-trailing-cr \
26 colors
27+# Skipping this test since it requires valgrind
28+# and thus is too heavy for diffutils package
29+# strip-trailing-cr
30
31 XFAIL_TESTS = large-subopt
32
33--
342.21.0
35