blob: 805da80d65d29e351356940ef0413ca3d045c42d [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001From bac45996ece75900e0cde97f3889eaf6c1b286f8 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 | 6 ++++++
11 1 file changed, 6 insertions(+)
12
13diff --git a/tests/run-native-test.sh b/tests/run-native-test.sh
14index d19007f..5351e02 100755
Brad Bishopa5c52ff2018-11-23 10:55:50 +130015--- a/tests/run-native-test.sh
16+++ b/tests/run-native-test.sh
17@@ -77,6 +77,12 @@ native_test()
18 test $native -eq 0 || testrun "$@" -p $native > /dev/null
19 }
20
21+# On the Debian buildds, GNU/kFreeBSD linprocfs /proc/$PID/maps does
22+# not give absolute paths due to sbuild's bind mounts (bug #570805)
23+# therefore the next two test programs are expected to fail with
24+# "cannot attach to process: Function not implemented".
25+[ "$(uname)" = "GNU/kFreeBSD" ] && exit 77
26+
27 native_test ${abs_builddir}/allregs
28 native_test ${abs_builddir}/funcretval
29