summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-07-22 22:16:26 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-07-22 22:16:26 +0200
commit1da8a2aacfa6258f5917f0b04ca77e9462284c18 (patch)
treefad41974ec2de1de3eeb5d253a85bfd96c74c12c /hurd
parent1d843af54a80eae55f013616ca054699bbaf6ec6 (diff)
execstack issue was xfailed
Diffstat (limited to 'hurd')
-rw-r--r--hurd/glibc.mdwn5
1 files changed, 1 insertions, 4 deletions
diff --git a/hurd/glibc.mdwn b/hurd/glibc.mdwn
index c483d59e..295afe21 100644
--- a/hurd/glibc.mdwn
+++ b/hurd/glibc.mdwn
@@ -32,7 +32,4 @@ glibc. This should be working as per the following:
$ /tmp/build/src/glibc/scripts/build-many-glibcs.py /tmp/build compilers i686-gnu
$ /tmp/build/src/glibc/scripts/build-many-glibcs.py /tmp/build glibcs i686-gnu
-Currently the master branch builds that way, it only has a few testsuite failures:
-
- # We do use nested functions which require trampolines in ld.so, libc.so, and libpthread.so
- ./elf/check-execstack.test-result:FAIL: elf/check-execstack
+Currently the master branch builds that way without any testsuite issue.