diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-10-14 17:00:11 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-10-14 17:00:11 +0000 |
commit | a75d3b0288357ddb5fa070404d623a709cffc295 (patch) | |
tree | 39f0360e06eebbf4f7221c191efd2ed7a9d67f76 /conform/Makefile | |
parent | fda389c8f0311dd5786be91a7b54b9f935fcafa1 (diff) | |
download | glibc-a75d3b0288357ddb5fa070404d623a709cffc295.zip glibc-a75d3b0288357ddb5fa070404d623a709cffc295.tar.gz glibc-a75d3b0288357ddb5fa070404d623a709cffc295.tar.bz2 |
conformtest: clean up POSIX expections for sys/utsname.h, sys/wait.h.
Continuing the series of patches to clean up conformtest expectations
for "POSIX" (1995/6) based on review of the expectations against the
standard, this patch cleans up expectations for sys/utsname.h and
sys/wait.h. Tested x86_64; a new XFAIL for sys/wait.h is added.
* conform/data/sys/utsname.h-data (*_t): Allow.
* conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
[POSIX] (WEXITED): Do not expect constant.
[POSIX] (WSTOPPED): Likewise.
[POSIX] (WNOHANG): Likewise.
[POSIX] (WNOWAIT): Likewise.
[POSIX] (siginfo_t): Do not expect type or elements.
[POSIX] (pid_t): Do not expect type.
[POSIX] (signal.h): Do not allow header.
[POSIX] (sys/resource.h): Likewise.
[POSIX] (si_*): Do not allow pattern.
[POSIX] (W*): Likewise.
[POSIX] (P_*): Likewise.
[POSIX] (BUS_*): Likewise.
[POSIX] (CLD_*): Likewise.
[POSIX] (FPE_*): Likewise.
[POSIX] (ILL_*): Likewise.
[POSIX] (POLL_*): Likewise.
[POSIX] (SEGV_*): Likewise.
[POSIX] (SI_*): Likewise.
[POSIX] (TRAP_*): Likewise.
* conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
variable.
Diffstat (limited to 'conform/Makefile')
-rw-r--r-- | conform/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conform/Makefile b/conform/Makefile index 6bff8a3..3c14355 100644 --- a/conform/Makefile +++ b/conform/Makefile @@ -188,6 +188,7 @@ test-xfail-XPG4/termios.h/conform = yes test-xfail-XPG4/ucontext.h/conform = yes test-xfail-XPG4/unistd.h/conform = yes test-xfail-XPG4/utmpx.h/conform = yes +test-xfail-POSIX/sys/wait.h/conform = yes test-xfail-UNIX98/arpa/inet.h/conform = yes test-xfail-UNIX98/fcntl.h/conform = yes test-xfail-UNIX98/langinfo.h/conform = yes |