summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2013-04-22improve sigsetjmp testHEADmasterRich Felker-0/+4
2012-11-10add setjmp testRich Felker-0/+55
2012-11-05also test tcp and SOCK_NONBLOCK/SOCK_CLOEXEC in socket testsRich Felker-2/+24
2012-11-05fix uninitialized err count in new socket testsRich Felker-1/+1
2012-11-05add some minimal socket testsRich Felker-0/+41
2012-11-05fix warning in fcntl testRich Felker-0/+1
2012-11-05add tests for fcntl (so far, just locking)Rich Felker-0/+53
2012-10-21config.mak should not be under version control; it is a local config fileRich Felker-4/+0
2012-10-21add several tests that were lying around in my tree, and new stat() testsRich Felker-0/+251
2012-04-28update fnmatch tests to POSIX 2008 fixes to fnmatch specRich Felker-1/+1
2011-09-26add pthread_cond_broadcast testRich Felker-1/+20
2011-09-22new pthread cond var test for multiple waitersRich Felker-1/+42
2011-09-05fix incorrect strtoul tests (wrongly expected overflows)Rich Felker-16/+16
2011-09-04fix pthread test: cannot use barriers with async cancellation enabled!Rich Felker-3/+6
2011-09-04fix invalid test: pthread_exit in cancellation handler is UBRich Felker-2/+1
2011-09-04test fmemopenRich Felker-0/+39
2011-09-04test memory streams (incomplete)Rich Felker-0/+58
2011-07-14revert change to strtol/wcstol tests for 0xz. previous behavior was right..Rich Felker-2/+2
2011-07-14analogous to previous commit fixing strtol expectation, but for wide versionRich Felker-1/+1
2011-07-14fix wrong expectation for incomplete subject sequence in strtol testRich Felker-1/+1
2011-07-04printf: "if a precision is specified, the '0' flag shall be ignored."Rich Felker-2/+2
2011-07-04don't force static linkingRich Felker-1/+1
2011-07-04additional printf corner case testsRich Felker-0/+8
2011-05-29add test for posix_spawn (so far very simple)Rich Felker-0/+45
2011-05-12add some printf float rounding testsRich Felker-0/+9
2011-04-17test nested cancellation handlersRich Felker-1/+43
2011-04-14some new floating point printf tests, including one musl failsRich Felker-0/+9
2011-04-01semaphore tests may need fcntl.hRich Felker-0/+1
2011-04-01more CANCELED spellingRich Felker-2/+2
2011-04-01spelling error in CANCELEDRich Felker-3/+3
2011-03-30test printing tiny doubles - use ascii arithmetic to check resultRich Felker-2/+16
2011-03-28primitive condition var testRich Felker-0/+21
2011-03-27new snprintf and swprintf testsRich Felker-0/+143
2011-03-19initial check-in, taken from old libc svn repo with significant additionsRich Felker-0/+1819