public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited] 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: libc-alpha; +Cc: Samuel Thibault, commit-hurd

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

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
-- 
2.39.2


^ 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 [hurd,commited] 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).