From: Samuel Thibault Date: Fri, 20 Apr 2018 15:14:13 +0000 (+0200) Subject: hurd xfails: Add missing bug references X-Git-Tag: glibc-2.28~330 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b75a9b26cf3e498705c09b3df77f974fd2da8685;p=thirdparty%2Fglibc.git hurd xfails: Add missing bug references --- diff --git a/conform/data/signal.h-data b/conform/data/signal.h-data index 97c40348905..11e54adb048 100644 --- a/conform/data/signal.h-data +++ b/conform/data/signal.h-data @@ -112,6 +112,7 @@ element {struct sigaction} {void(*} sa_sigaction )(int, siginfo_t*, void*) constant SA_NOCLDSTOP # ifndef XPG4 +// Bug 23089: hurd: missing siginfo support. xfail[i386-gnu]-constant SA_SIGINFO # endif constant SIG_BLOCK @@ -123,6 +124,7 @@ constant SA_ONSTACK # if !defined XPG4 && !defined POSIX constant SA_RESETHAND constant SA_RESTART +// Bug 23090: hurd: missing SA_NOCLDWAIT support. xfail[i386-gnu]-constant SA_NOCLDWAIT constant SA_NODEFER # endif diff --git a/conform/data/sys/wait.h-data b/conform/data/sys/wait.h-data index fe9aeb5feef..ed3869b34fa 100644 --- a/conform/data/sys/wait.h-data +++ b/conform/data/sys/wait.h-data @@ -8,6 +8,7 @@ constant WUNTRACED macro WEXITSTATUS # if !defined XPG4 && !defined POSIX && !defined POSIX2008 +// Bug 23091: hurd: missing waitid support. xfail[i386-gnu]-macro WIFCONTINUED # endif macro WIFEXITED @@ -16,6 +17,7 @@ macro WIFSTOPPED macro WSTOPSIG macro WTERMSIG +// Bug 23091: hurd: missing waitid support. # if !defined XPG4 && !defined POSIX xfail[i386-gnu]-constant WEXITED xfail[i386-gnu]-constant WSTOPPED