about summary refs log tree commit diff
path: root/conform/data
Commit message (Collapse)AuthorAgeFilesLines
...
* conformtest: correct set of standards for which some headers are tested.Joseph Myers2014-03-0626-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewing the sets of headers for which conformtest has expectations for various standards showed up cases where headers had expectations for standards not including those headers, or were missing expectations for a standard that did include the header. This patch fixes easy cases of this (largely disabling tests for standards for which they are inapplicable). Tested x86_64. * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file. * conform/data/arpa/inet.h-data [XPG3]: Likewise. * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise. * conform/data/fmtmsg.h-data [XPG3]: Likewise. * conform/data/libgen.h-data [XPG3]: Likewise. * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise. * conform/data/ndbm.h-data [XPG3]: Likewise. * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise. * conform/data/netdb.h-data [XPG3]: Likewise. * conform/data/netinet/in.h-data [XPG3]: Likewise. * conform/data/poll.h-data [XPG3]: Likewise. * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise. * conform/data/strings.h-data [XPG3]: Likewise. * conform/data/stropts.h-data [XPG3]: Likewise. * conform/data/sys/mman.h-data [XPG3]: Likewise. * conform/data/sys/resource.h-data [XPG3]: Likewise. * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]: Likewise. * conform/data/sys/statvfs.h-data [XPG3]: Likewise. * conform/data/sys/time.h-data [XPG3]: Likewise. * conform/data/sys/timeb.h-data [XPG3]: Likewise. * conform/data/sys/uio.h-data [XPG3]: Likewise. * conform/data/sys/un.h-data [XPG3]: Likewise. * conform/data/syslog.h-data [XPG3]: Likewise. * conform/data/ucontext.h-data [XPG3]: Likewise. * conform/data/utmpx.h-data [XPG3]: Likewise. * conform/data/varargs.h-data [UNIX98]: Enable file.
* conformtest: Clean up expectations for POSIX for sched.h.Joseph Myers2013-09-251-3/+11
|
* conformtest: Clean up expectations for POSIX for pthread.h.Joseph Myers2013-09-241-7/+8
|
* conformtest: Clean up expectations for POSIX for more headers.Joseph Myers2012-11-194-8/+57
|
* conformtest: Clean up expectations for POSIX for various headers.Joseph Myers2012-11-197-66/+107
|
* conformtest: Fix miscellaneous expectations for XPG4.Joseph Myers2012-11-196-9/+33
|
* conformtest: Fix miscellaneous UNIX98 expectations.Joseph Myers2012-11-105-6/+14
|
* conformtest: Fix pthreads expectations for XPG3 / XPG4 / UNIX98.Joseph Myers2012-11-072-8/+18
|
* conformtest: Fix setenv / unsetenv expectations.Joseph Myers2012-11-071-2/+2
|
* conformtest: Fix isnan function return type.Joseph Myers2012-11-071-1/+1
|
* conformtest: Fix sys/mman.h expectations for UNIX98.Joseph Myers2012-11-071-10/+10
|
* conformtest: Only expect mknodat for XOPEN2K8.Joseph Myers2012-11-071-0/+2
|
* conformtest: Clean up / correct / expand C99 and C11 expectations.Joseph Myers2012-11-0711-549/+302
|
* conformtest: Fix typo in CLK_TCK condition.Joseph Myers2012-11-071-1/+1
|
* conformtest: Add test data for fenv.h.Joseph Myers2012-11-021-0/+36
|
* conformtest: Enable complex.h and inttypes.h testing for XOPEN2K8.Joseph Myers2012-11-022-2/+2
|
* conformtest: Fix sys/wait.h expectations for struct rusage.Joseph Myers2012-11-021-1/+1
|
* conformtest: Update expectations for time.h.Joseph Myers2012-07-241-3/+3
|
* conformtest: Update expectations for string.h.Joseph Myers2012-07-151-3/+8
|
* conformtest: Update expectations for stdio.h and stdlib.h.Joseph Myers2012-05-242-22/+34
|
* conformtest: Update expectations for more ISO C headers.Joseph Myers2012-05-095-120/+78
|
* conformtest: Update expectations for some ISO C headers.Joseph Myers2012-05-016-146/+163
|
* conformtest: Don't test non-C90 headers for C90.Joseph Myers2012-05-012-0/+4
|
* conformtest: Unify "macro" cases.Joseph Myers2012-05-011-1/+1
|
* conformtest: Unify "constant" and "typed-constant".Joseph Myers2012-05-011-4/+4
|
* conformtest: Unify variants of "constant" and "optional-constant".Joseph Myers2012-05-015-91/+91
|
* conformtest: Improve math.h tests for X/Open versions.Joseph Myers2012-05-011-19/+22
|
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-261-3/+3
|
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-2618-39/+126
|
* First steps to get conformtest fully workingUlrich Drepper2012-02-2578-245/+470
|
* Remove pre-ISO C supportUlrich Drepper2012-01-071-1/+1
| | | | No more __const.
* Fix getnameinfo flags parameter type.Bruno Haible2011-05-011-1/+1
|
* Fix definition and testing of S_ISSOCK.Ulrich Drepper2010-04-041-3/+2
|
* More test suite fixes.Ulrich Drepper2010-01-123-10/+12
|
* Fix up grp.h for XPG7.Ulrich Drepper2010-01-121-2/+2
|
* Fix up netdb.h for XPG7.Ulrich Drepper2010-01-121-1/+1
|
* Fix thinko in last patch.Ulrich Drepper2010-01-121-2/+9
|
* Internal namespace test improvements.Ulrich Drepper2010-01-121-9/+2
|
* Fix up pthread.h for XPG7.Ulrich Drepper2010-01-121-0/+1
|
* Fix up sys/select.h test for XPG7.Ulrich Drepper2010-01-121-5/+7
|
* Fix up sys/stat.h for XPG7.Ulrich Drepper2010-01-111-3/+3
|
* Fix up tests of math.h and tgmath.h for XPG[67].Ulrich Drepper2010-01-112-7/+51
|
* Fix time.h POSIX test.Ulrich Drepper2010-01-111-0/+2
|
* Fix up wchar.h for XPG7.Ulrich Drepper2010-01-111-6/+8
|
* Fix typo in wordexp.h tests.Ulrich Drepper2010-01-111-1/+1
|
* Fix up unistd.h tests.Ulrich Drepper2010-01-111-0/+12
|
* Fix up unistd.h for XPG7.Ulrich Drepper2010-01-112-2/+16
|
* Fix compile error.Ulrich Drepper2010-01-111-0/+2
|
* FIx up signal.h for XPG7.Ulrich Drepper2010-01-101-1/+8
|
* Fix up sys/wait.h header for XPG7.Ulrich Drepper2010-01-101-0/+2
|