[hurd,commited] hurd: Also XFAIL missing SA_NOCLDWAIT on 64bit

Message ID 20230501113128.3841979-1-samuel.thibault@ens-lyon.org
State Committed, archived
Headers
Series [hurd,commited] hurd: Also XFAIL missing SA_NOCLDWAIT on 64bit |

Checks

Context Check Description
dj/TryBot-apply_patch fail Patch failed to apply to master at the time it was sent
dj/TryBot-32bit fail Patch series failed to apply

Commit Message

Samuel Thibault May 1, 2023, 11:31 a.m. UTC
  ---
 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
  

Patch

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