mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-28 16:21:30 +03:00
hurd xfails: Add missing bug references
This commit is contained in:
parent
cbc256b1dc
commit
b75a9b26cf
@ -112,6 +112,7 @@ element {struct sigaction} {void(*} sa_sigaction )(int, siginfo_t*, void*)
|
|||||||
|
|
||||||
constant SA_NOCLDSTOP
|
constant SA_NOCLDSTOP
|
||||||
# ifndef XPG4
|
# ifndef XPG4
|
||||||
|
// Bug 23089: hurd: missing siginfo support.
|
||||||
xfail[i386-gnu]-constant SA_SIGINFO
|
xfail[i386-gnu]-constant SA_SIGINFO
|
||||||
# endif
|
# endif
|
||||||
constant SIG_BLOCK
|
constant SIG_BLOCK
|
||||||
@ -123,6 +124,7 @@ constant SA_ONSTACK
|
|||||||
# if !defined XPG4 && !defined POSIX
|
# if !defined XPG4 && !defined POSIX
|
||||||
constant SA_RESETHAND
|
constant SA_RESETHAND
|
||||||
constant SA_RESTART
|
constant SA_RESTART
|
||||||
|
// Bug 23090: hurd: missing SA_NOCLDWAIT support.
|
||||||
xfail[i386-gnu]-constant SA_NOCLDWAIT
|
xfail[i386-gnu]-constant SA_NOCLDWAIT
|
||||||
constant SA_NODEFER
|
constant SA_NODEFER
|
||||||
# endif
|
# endif
|
||||||
|
@ -8,6 +8,7 @@ constant WUNTRACED
|
|||||||
|
|
||||||
macro WEXITSTATUS
|
macro WEXITSTATUS
|
||||||
# if !defined XPG4 && !defined POSIX && !defined POSIX2008
|
# if !defined XPG4 && !defined POSIX && !defined POSIX2008
|
||||||
|
// Bug 23091: hurd: missing waitid support.
|
||||||
xfail[i386-gnu]-macro WIFCONTINUED
|
xfail[i386-gnu]-macro WIFCONTINUED
|
||||||
# endif
|
# endif
|
||||||
macro WIFEXITED
|
macro WIFEXITED
|
||||||
@ -16,6 +17,7 @@ macro WIFSTOPPED
|
|||||||
macro WSTOPSIG
|
macro WSTOPSIG
|
||||||
macro WTERMSIG
|
macro WTERMSIG
|
||||||
|
|
||||||
|
// Bug 23091: hurd: missing waitid support.
|
||||||
# if !defined XPG4 && !defined POSIX
|
# if !defined XPG4 && !defined POSIX
|
||||||
xfail[i386-gnu]-constant WEXITED
|
xfail[i386-gnu]-constant WEXITED
|
||||||
xfail[i386-gnu]-constant WSTOPPED
|
xfail[i386-gnu]-constant WSTOPPED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user