hurd: Also XFAIL missing SA_NOCLDWAIT on 64bit

This commit is contained in:
Samuel Thibault 2023-05-01 13:01:46 +02:00
parent 14f16bd482
commit d90470a37e
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -0,0 +1,5 @@
ifeq ($(subdir),conform)
# For bug 23090
# (missing SA_NOCLDWAIT)
conformtest-xfail-conds += x86_64-gnu
endif