mirror of
https://git.yoctoproject.org/poky
synced 2026-03-10 01:09:40 +01:00
* Noteworthy changes in release 3.10 (2023-05-21) [stable] ** Bug fixes cmp/diff can again work with file dates past Y2K38 [bug introduced in 3.9] diff -D no longer fails to output #ifndef lines. [bug#61193 introduced in 3.9] Remove the comment addition from the patch body, as it increases likelyhood of rebase conflicts, and repeats what the commit says. (From OE-Core rev: ab9ae300ce3895cdf64d207b5dc281b65c984211) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 925155acc6922f7e9df2afa45e79ad1b2c57ba24) Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 21e40166870fadee986fb36be80019d3bcdb69e5) Signed-off-by: Steve Sakoman <steve@sakoman.com>
30 lines
790 B
Diff
30 lines
790 B
Diff
From f31395c931bc633206eccfcfaaaa5d15021a3e86 Mon Sep 17 00:00:00 2001
|
|
From: Peiran Hong <peiran.hong@windriver.com>
|
|
Date: Thu, 5 Sep 2019 15:42:22 -0400
|
|
Subject: [PATCH] Skip strip-trailing-cr test case
|
|
|
|
Skip the test "strip-trailing-cr" since it requires valgrind to
|
|
work, but valgrind is considered too heavy-weight for diffutils
|
|
package.
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
Signed-off-by: Peiran Hong <peiran.hong@windriver.com>
|
|
|
|
---
|
|
tests/Makefile.am | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index 79bacfb..4adb4d7 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -22,7 +22,6 @@ TESTS = \
|
|
stdin \
|
|
strcoll-0-names \
|
|
filename-quoting \
|
|
- strip-trailing-cr \
|
|
timezone \
|
|
colors \
|
|
y2038-vs-32bit
|