public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hurd: Also XFAIL missing SA_NOCLDWAIT on 64bit
@ 2023-05-01 11:31 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2023-05-01 11:31 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d90470a37e1e761bbb711131e8531e08c4521f24

commit d90470a37e1e761bbb711131e8531e08c4521f24
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon May 1 13:01:46 2023 +0200

    hurd: Also XFAIL missing SA_NOCLDWAIT on 64bit

Diff:
---
 conform/data/signal.h-data        | 2 +-
 sysdeps/mach/hurd/x86_64/Makefile | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/conform/data/signal.h-data b/conform/data/signal.h-data
index 496c062837..15622cca7c 100644
--- a/conform/data/signal.h-data
+++ b/conform/data/signal.h-data
@@ -124,7 +124,7 @@ constant SA_ONSTACK
 constant SA_RESETHAND
 constant SA_RESTART
 // Bug 23090: hurd: missing SA_NOCLDWAIT support.
-xfail[i386-gnu]-constant SA_NOCLDWAIT
+xfail[i386-gnu|x86_64-gnu]-constant SA_NOCLDWAIT
 constant SA_NODEFER
 # endif
 # if !defined XPG4 && !defined POSIX && !defined POSIX2008
diff --git a/sysdeps/mach/hurd/x86_64/Makefile b/sysdeps/mach/hurd/x86_64/Makefile
new file mode 100644
index 0000000000..80cf2eb6dc
--- /dev/null
+++ b/sysdeps/mach/hurd/x86_64/Makefile
@@ -0,0 +1,5 @@
+ifeq ($(subdir),conform)
+# For bug 23090
+# (missing SA_NOCLDWAIT)
+conformtest-xfail-conds += x86_64-gnu
+endif

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-01 11:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-01 11:31 [glibc] hurd: Also XFAIL missing SA_NOCLDWAIT on 64bit Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).