]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd xfails: Add missing bug references
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 20 Apr 2018 15:14:13 +0000 (17:14 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 20 Apr 2018 15:14:13 +0000 (17:14 +0200)
conform/data/signal.h-data
conform/data/sys/wait.h-data

index 97c40348905e6377cd9a6902bb8533090caa5c71..11e54adb04824c948de137503382602a77c90688 100644 (file)
@@ -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
index fe9aeb5feef6902fc4f30270232c0c22b9e06d5f..ed3869b34fa6343e79481cdb93f4eccb9a0b456e 100644 (file)
@@ -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