hurd: XFAIL tests for signal features not implemented yet
* conform/data/signal.h-data (SA_SIGINFO, SA_NOCLDWAIT): XFAIL on i386-gnu. * conform/data/sys/wait.h-data (WIFCONTINUED, WEXITED, WSTOPPED, WCONTINUED, WNOWAIT): XFAIL on i386-gnu.
This commit is contained in:
parent
f00b62ec89
commit
cbc256b1dc
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
* sysdeps/mach/hurd/i386/Makefile [$(subdir) = conform]
|
* sysdeps/mach/hurd/i386/Makefile [$(subdir) = conform]
|
||||||
(conformtest-xfail-conds): Add i386-gnu.
|
(conformtest-xfail-conds): Add i386-gnu.
|
||||||
* conform/data/fcntl.h-data (flock.l_type, flock.l_whence): XFAIL for
|
* conform/data/fcntl.h-data (flock.l_type, flock.l_whence): XFAIL on
|
||||||
i386-gnu.
|
i386-gnu.
|
||||||
* conform/data/sys/ipc.h-data (ipc_perm.uid, ipc_perm.gid,
|
* conform/data/sys/ipc.h-data (ipc_perm.uid, ipc_perm.gid,
|
||||||
ipc_perm.cuid, ipc_perm.cgid): Likewise.
|
ipc_perm.cuid, ipc_perm.cgid): Likewise.
|
||||||
@ -162,6 +162,10 @@
|
|||||||
(test-xfail-XOPEN2K8/sys/types.h/conform): Add.
|
(test-xfail-XOPEN2K8/sys/types.h/conform): Add.
|
||||||
(test-xfail-XOPEN2K8/stdlib.h/conform): Add.
|
(test-xfail-XOPEN2K8/stdlib.h/conform): Add.
|
||||||
(test-xfail-XOPEN2K8/arpa/inet.h/conform): Add.
|
(test-xfail-XOPEN2K8/arpa/inet.h/conform): Add.
|
||||||
|
* conform/data/signal.h-data (SA_SIGINFO, SA_NOCLDWAIT): XFAIL on
|
||||||
|
i386-gnu.
|
||||||
|
* conform/data/sys/wait.h-data (WIFCONTINUED, WEXITED, WSTOPPED,
|
||||||
|
WCONTINUED, WNOWAIT): XFAIL on i386-gnu.
|
||||||
|
|
||||||
2018-04-18 Joseph Myers <joseph@codesourcery.com>
|
2018-04-18 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
@ -112,7 +112,7 @@ element {struct sigaction} {void(*} sa_sigaction )(int, siginfo_t*, void*)
|
|||||||
|
|
||||||
constant SA_NOCLDSTOP
|
constant SA_NOCLDSTOP
|
||||||
# ifndef XPG4
|
# ifndef XPG4
|
||||||
constant SA_SIGINFO
|
xfail[i386-gnu]-constant SA_SIGINFO
|
||||||
# endif
|
# endif
|
||||||
constant SIG_BLOCK
|
constant SIG_BLOCK
|
||||||
constant SIG_UNBLOCK
|
constant SIG_UNBLOCK
|
||||||
@ -123,7 +123,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
|
||||||
constant SA_NOCLDWAIT
|
xfail[i386-gnu]-constant SA_NOCLDWAIT
|
||||||
constant SA_NODEFER
|
constant SA_NODEFER
|
||||||
# endif
|
# endif
|
||||||
# if !defined XPG4 && !defined POSIX && !defined POSIX2008
|
# if !defined XPG4 && !defined POSIX && !defined POSIX2008
|
||||||
|
@ -8,7 +8,7 @@ constant WUNTRACED
|
|||||||
|
|
||||||
macro WEXITSTATUS
|
macro WEXITSTATUS
|
||||||
# if !defined XPG4 && !defined POSIX && !defined POSIX2008
|
# if !defined XPG4 && !defined POSIX && !defined POSIX2008
|
||||||
macro WIFCONTINUED
|
xfail[i386-gnu]-macro WIFCONTINUED
|
||||||
# endif
|
# endif
|
||||||
macro WIFEXITED
|
macro WIFEXITED
|
||||||
macro WIFSIGNALED
|
macro WIFSIGNALED
|
||||||
@ -17,13 +17,13 @@ macro WSTOPSIG
|
|||||||
macro WTERMSIG
|
macro WTERMSIG
|
||||||
|
|
||||||
# if !defined XPG4 && !defined POSIX
|
# if !defined XPG4 && !defined POSIX
|
||||||
constant WEXITED
|
xfail[i386-gnu]-constant WEXITED
|
||||||
constant WSTOPPED
|
xfail[i386-gnu]-constant WSTOPPED
|
||||||
# ifndef POSIX2008
|
# ifndef POSIX2008
|
||||||
constant WCONTINUED
|
xfail[i386-gnu]-constant WCONTINUED
|
||||||
# endif
|
# endif
|
||||||
constant WNOHANG
|
constant WNOHANG
|
||||||
constant WNOWAIT
|
xfail[i386-gnu]-constant WNOWAIT
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#if !defined XPG4 && !defined POSIX
|
#if !defined XPG4 && !defined POSIX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user