summaryrefslogtreecommitdiff
path: root/testsuite.c
AgeCommit message (Collapse)AuthorLines
2012-11-10add setjmp testRich Felker-0/+1
this will be useful for testing libc ports to new targets where the asm could be buggy/broken.
2012-11-05add some minimal socket testsRich Felker-0/+1
these tests will help detect wrong-macro-value errors on ports: things like mismatch between stream/dgram and udp/tcp values, as well as socket option settings.
2012-11-05add tests for fcntl (so far, just locking)Rich Felker-0/+1
this is mainly to test for incorrect macro/struct definitions
2012-10-21add several tests that were lying around in my tree, and new stat() testsRich Felker-0/+2
2011-09-04test memory streams (incomplete)Rich Felker-0/+1
2011-05-29add test for posix_spawn (so far very simple)Rich Felker-0/+1
2011-03-27new snprintf and swprintf testsRich Felker-0/+1
2011-03-19initial check-in, taken from old libc svn repo with significant additionsRich Felker-0/+38