diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-06-19 20:52:44 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-06-19 20:52:44 +0000 |
commit | d6cc0b4feaacf7514167cde0b3935f0c9b2c2d88 (patch) | |
tree | 45a399dfd6ca90fe6515b2576f5f6fc91e5e53dd /ChangeLog | |
parent | 5675961d15cf3bb9bf7b0096704d5fe09569e875 (diff) | |
download | glibc-d6cc0b4feaacf7514167cde0b3935f0c9b2c2d88.tar.gz glibc-d6cc0b4feaacf7514167cde0b3935f0c9b2c2d88.tar.xz glibc-d6cc0b4feaacf7514167cde0b3935f0c9b2c2d88.zip |
conformtest: Fix pselect expectations.
conformtest expected pselect for XOPEN2K and POSIX2008 (correctly), but not for XOPEN2K8 (wrongly). This patch fixes the data to expect it for XOPEN2K8 as well. (As for all such fixes based on failures seen from the tests, there is no guarantee that the data is fully correct for a particular standard after the fix; headers and data may well have matching bugs. So far I've only reviewed ISO, ISO99, ISO11 and POSIX data in detail, though I hope eventually to review the others.) Tested for x86_64 and x86. * conform/data/sys/select.h-data [XOPEN2K8] (pselect): Expect. * conform/Makefile (test-xfail-XOPEN2K8/sys/select.h/conform): Remove variable. (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise. (test-xfail-XOPEN2K8/utmpx.h/conform).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 65adbd1afa..50a336fab3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2015-06-19 Joseph Myers <joseph@codesourcery.com> + * conform/data/sys/select.h-data [XOPEN2K8] (pselect): Expect. + * conform/Makefile (test-xfail-XOPEN2K8/sys/select.h/conform): + Remove variable. + (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise. + (test-xfail-XOPEN2K8/utmpx.h/conform). + * conform/conformtest.pl ($xerrors): New variable. (note_error): New function. (compiletest): New argument $xfail. Use not_error. |