Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2012年11月10日 | add setjmp test | Rich Felker | -0/+1 | |
this will be useful for testing libc ports to new targets where the asm could be buggy/broken. | ||||
2012年11月05日 | add some minimal socket tests | Rich 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月05日 | add tests for fcntl (so far, just locking) | Rich Felker | -0/+1 | |
this is mainly to test for incorrect macro/struct definitions | ||||
2012年10月21日 | add several tests that were lying around in my tree, and new stat() tests | Rich Felker | -0/+2 | |
2011年09月04日 | test memory streams (incomplete) | Rich Felker | -0/+1 | |
2011年05月29日 | add test for posix_spawn (so far very simple) | Rich Felker | -0/+1 | |
2011年03月27日 | new snprintf and swprintf tests | Rich Felker | -0/+1 | |
2011年03月19日 | initial check-in, taken from old libc svn repo with significant additions | Rich Felker | -0/+38 | |