summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch')
-rw-r--r--meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch24
1 files changed, 9 insertions, 15 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch b/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch
index aac1c43465..32793233f9 100644
--- a/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch
+++ b/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch
@@ -1,4 +1,4 @@
1From bd7fb8be2ae2d75347cf7733302d5093046ffa85 Mon Sep 17 00:00:00 2001 1From f31395c931bc633206eccfcfaaaa5d15021a3e86 Mon Sep 17 00:00:00 2001
2From: Peiran Hong <peiran.hong@windriver.com> 2From: Peiran Hong <peiran.hong@windriver.com>
3Date: Thu, 5 Sep 2019 15:42:22 -0400 3Date: Thu, 5 Sep 2019 15:42:22 -0400
4Subject: [PATCH] Skip strip-trailing-cr test case 4Subject: [PATCH] Skip strip-trailing-cr test case
@@ -10,26 +10,20 @@ package.
10Upstream-Status: Inappropriate [embedded specific] 10Upstream-Status: Inappropriate [embedded specific]
11 11
12Signed-off-by: Peiran Hong <peiran.hong@windriver.com> 12Signed-off-by: Peiran Hong <peiran.hong@windriver.com>
13
13--- 14---
14 tests/Makefile.am | 4 +++- 15 tests/Makefile.am | 1 -
15 1 file changed, 3 insertions(+), 1 deletion(-) 16 1 file changed, 1 deletion(-)
16 17
17diff --git a/tests/Makefile.am b/tests/Makefile.am 18diff --git a/tests/Makefile.am b/tests/Makefile.am
18index 83a7c9d..04d51b5 100644 19index 79bacfb..4adb4d7 100644
19--- a/tests/Makefile.am 20--- a/tests/Makefile.am
20+++ b/tests/Makefile.am 21+++ b/tests/Makefile.am
21@@ -21,8 +21,10 @@ TESTS = \ 22@@ -22,7 +22,6 @@ TESTS = \
22 stdin \ 23 stdin \
23 strcoll-0-names \ 24 strcoll-0-names \
24 filename-quoting \ 25 filename-quoting \
25- strip-trailing-cr \ 26- strip-trailing-cr \
26 colors 27 timezone \
27+# Skipping this test since it requires valgrind 28 colors \
28+# and thus is too heavy for diffutils package 29 y2038-vs-32bit
29+# strip-trailing-cr
30
31 XFAIL_TESTS = large-subopt
32
33--
342.21.0
35