]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Also XFAIL missing SA_NOCLDWAIT on 64bit
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 1 May 2023 11:01:46 +0000 (13:01 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 1 May 2023 11:28:53 +0000 (13:28 +0200)
conform/data/signal.h-data
sysdeps/mach/hurd/x86_64/Makefile [new file with mode: 0644]

index 496c062837ab3e652be5b89ea9febc7d1c75939e..15622cca7c5adf11d32bfe2ee18afb726ff16cec 100644 (file)
@@ -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 (file)
index 0000000..80cf2eb
--- /dev/null
@@ -0,0 +1,5 @@
+ifeq ($(subdir),conform)
+# For bug 23090
+# (missing SA_NOCLDWAIT)
+conformtest-xfail-conds += x86_64-gnu
+endif