summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/files/debian/testsuite-ignore-elflint.diff
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/debian/testsuite-ignore-elflint.diff')
-rw-r--r--meta/recipes-devtools/elfutils/files/debian/testsuite-ignore-elflint.diff20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-devtools/elfutils/files/debian/testsuite-ignore-elflint.diff b/meta/recipes-devtools/elfutils/files/debian/testsuite-ignore-elflint.diff
index c4ce20c8a3..e6d7948c67 100644
--- a/meta/recipes-devtools/elfutils/files/debian/testsuite-ignore-elflint.diff
+++ b/meta/recipes-devtools/elfutils/files/debian/testsuite-ignore-elflint.diff
@@ -1,16 +1,13 @@
1From 03a343c6b1b72598fce654b8a638f106da44abfb Mon Sep 17 00:00:00 2001 1From 6393b0e57872b3ffedf0dbd6784cd29694010878 Mon Sep 17 00:00:00 2001
2From: OpenEmbedded <oe.patch@oe> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Fri, 12 Apr 2019 08:05:50 +0000 3Date: Wed, 21 Aug 2019 16:59:01 +0800
4Subject: [PATCH] On many architectures this test fails because binaries/libs 4Subject: [PATCH 1/2] testsuite-ignore-elflint
5 produced by binutils don't pass elflint. However elfutils shouldn't FTBFS
6 because of this.
7 5
8So we run the tests on all archs to see what breaks, but if it breaks we ignore 6Upstream-Status: Pending [from debian]
9the result (exitcode 77 means: this test was skipped).
10 7
11Upstream-Status: Inappropriate [oe specific] 8Rebase to 0.177
12 9
13Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> 10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
14--- 11---
15 tests/run-elflint-self.sh | 2 +- 12 tests/run-elflint-self.sh | 2 +-
16 tests/test-subr.sh | 15 +++++++++++++++ 13 tests/test-subr.sh | 15 +++++++++++++++
@@ -50,3 +47,6 @@ index 09f428d..26f61f1 100644
50+ if test $exit_status != 0; then exit $exit_status; fi 47+ if test $exit_status != 0; then exit $exit_status; fi
51+} 48+}
52+ 49+
50--
512.7.4
52