blob: f014ae2a70286e9a24db57bc5b3a159382dca0fe [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001From 2f54a8cf959ea83c452b1a22acbc47d2738b5fa0 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Fri, 23 Nov 2018 15:47:20 +0800
4Subject: [PATCH] elfutils: 0.170 -> 0.172
5
Brad Bishopa5c52ff2018-11-23 10:55:50 +13006Upstream-Status: Pending [from debian]
7Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Brad Bishop19323692019-04-05 15:28:33 -04008
9---
10 tests/run-native-test.sh | 3 +++
11 1 file changed, 3 insertions(+)
12
13diff --git a/tests/run-native-test.sh b/tests/run-native-test.sh
14index 5351e02..70f6681 100755
15--- a/tests/run-native-test.sh
16+++ b/tests/run-native-test.sh
Brad Bishopa5c52ff2018-11-23 10:55:50 +130017@@ -83,6 +83,9 @@ native_test()
18 # "cannot attach to process: Function not implemented".
19 [ "$(uname)" = "GNU/kFreeBSD" ] && exit 77
20
21+# hurd's /proc/$PID/maps does not give paths yet.
22+[ "$(uname)" = "GNU" ] && exit 77
23+
24 native_test ${abs_builddir}/allregs
25 native_test ${abs_builddir}/funcretval
26