diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-06-09 11:39:33 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-06-09 11:39:33 +0000 |
commit | 09f19b05525cbe6d1d403af660684f72cb8f080f (patch) | |
tree | a9451ad722b2cc23c0c18f030ba202d9b2c2e6a3 /ChangeLog | |
parent | 686554bff63dff0f8b20c84e9bdca45e643f9d9c (diff) | |
download | glibc-09f19b05525cbe6d1d403af660684f72cb8f080f.tar.gz glibc-09f19b05525cbe6d1d403af660684f72cb8f080f.tar.xz glibc-09f19b05525cbe6d1d403af660684f72cb8f080f.zip |
conformtest: clean up POSIX expectations for termios.h, time.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 termios.h and time.h. Tested x86_64; no new XFAILs needed. * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect constant. [POSIX] (IXANY): Likewise. [POSIX] (OLCUC): Likewise. [POSIX || POSIX2008] (CBAUD): Do not allow. [POSIX || POSIX2008] (DEFECHO): Likewise. [POSIX || POSIX2008] (ECHOCTL): Likewise. [POSIX || POSIX2008] (ECHOKE): Likewise. [POSIX || POSIX2008] (ECHOPRT): Likewise. [POSIX || POSIX2008] (EXTA): Likewise. [POSIX || POSIX2008] (EXTB): Likewise. [POSIX || POSIX2008] (FLUSHO): Likewise. [POSIX || POSIX2008] (LOBLK): Likewise. [POSIX || POSIX2008] (PENDIN): Likewise. [POSIX || POSIX2008] (SWTCH): Likewise. [POSIX || POSIX2008] (VDISCARD): Likewise. [POSIX || POSIX2008] (VDSUSP): Likewise. [POSIX || POSIX2008] (VLNEXT): Likewise. [POSIX || POSIX2008] (VREPRINT): Likewise. [POSIX || POSIX2008] (VSTATUS): Likewise. [POSIX || POSIX2008] (VWERASE): Likewise. (B*): Change to B[0123456789]*. * conform/data/time.h-data [POSIX || UNIX98] (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant. [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise. [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise. [POSIX] (tm_*): Do not allow.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d508d741e9..d693b044f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2014-06-09 Joseph Myers <joseph@codesourcery.com> + + * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect + constant. + [POSIX] (IXANY): Likewise. + [POSIX] (OLCUC): Likewise. + [POSIX || POSIX2008] (CBAUD): Do not allow. + [POSIX || POSIX2008] (DEFECHO): Likewise. + [POSIX || POSIX2008] (ECHOCTL): Likewise. + [POSIX || POSIX2008] (ECHOKE): Likewise. + [POSIX || POSIX2008] (ECHOPRT): Likewise. + [POSIX || POSIX2008] (EXTA): Likewise. + [POSIX || POSIX2008] (EXTB): Likewise. + [POSIX || POSIX2008] (FLUSHO): Likewise. + [POSIX || POSIX2008] (LOBLK): Likewise. + [POSIX || POSIX2008] (PENDIN): Likewise. + [POSIX || POSIX2008] (SWTCH): Likewise. + [POSIX || POSIX2008] (VDISCARD): Likewise. + [POSIX || POSIX2008] (VDSUSP): Likewise. + [POSIX || POSIX2008] (VLNEXT): Likewise. + [POSIX || POSIX2008] (VREPRINT): Likewise. + [POSIX || POSIX2008] (VSTATUS): Likewise. + [POSIX || POSIX2008] (VWERASE): Likewise. + (B*): Change to B[0123456789]*. + * conform/data/time.h-data [POSIX || UNIX98] + (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant. + [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise. + [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise. + [POSIX] (tm_*): Do not allow. + 2014-06-07 Joseph Myers <joseph@codesourcery.com> * Makefile (install): Don't set LANGUAGE. |