Age | Commit message (Collapse) | Author | Lines |
2013年04月22日 | improve sigsetjmp test HEAD master | Rich Felker | -0/+4 |
|
previously failure to save the signal mask was not being caught due to
the uninitialized buffer containing zero bits (by chance).
|
2012年11月10日 | add setjmp test | Rich Felker | -0/+55 |
|
this will be useful for testing libc ports to new targets where the
asm could be buggy/broken.
|
2012年11月05日 | also test tcp and SOCK_NONBLOCK/SOCK_CLOEXEC in socket tests | Rich Felker | -2/+24 |
|
2012年11月05日 | fix uninitialized err count in new socket tests | Rich Felker | -1/+1 |
|
2012年11月05日 | add some minimal socket tests | Rich Felker | -0/+41 |
|
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日 | fix warning in fcntl test | Rich Felker | -0/+1 |
|
2012年11月05日 | add tests for fcntl (so far, just locking) | Rich Felker | -0/+53 |
|
this is mainly to test for incorrect macro/struct definitions
|
2012年10月21日 | config.mak should not be under version control; it is a local config file | Rich Felker | -4/+0 |
|
2012年10月21日 | add several tests that were lying around in my tree, and new stat() tests | Rich Felker | -0/+251 |
|
2012年04月28日 | update fnmatch tests to POSIX 2008 fixes to fnmatch spec | Rich Felker | -1/+1 |
|
2011年09月26日 | add pthread_cond_broadcast test | Rich Felker | -1/+20 |
|
2011年09月22日 | new pthread cond var test for multiple waiters | Rich Felker | -1/+42 |
|
2011年09月05日 | fix incorrect strtoul tests (wrongly expected overflows) | Rich Felker | -16/+16 |
|
2011年09月04日 | fix pthread test: cannot use barriers with async cancellation enabled! | Rich Felker | -3/+6 |
|
actually, sem_post is not specified as being async-canel-safe either,
but it's required to be async-signal-safe, and if it did anything
unsafe after upping the semaphore value, there's no way it could be
async-signal-safe...
|
2011年09月04日 | fix invalid test: pthread_exit in cancellation handler is UB | Rich Felker | -2/+1 |
|
2011年09月04日 | test fmemopen | Rich Felker | -0/+39 |
|
2011年09月04日 | test memory streams (incomplete) | Rich Felker | -0/+58 |
|
2011年07月14日 | revert change to strtol/wcstol tests for 0xz. previous behavior was right.. | Rich Felker | -2/+2 |
|
2011年07月14日 | analogous to previous commit fixing strtol expectation, but for wide version | Rich Felker | -1/+1 |
|
2011年07月14日 | fix wrong expectation for incomplete subject sequence in strtol test | Rich Felker | -1/+1 |
|
2011年07月04日 | printf: "if a precision is specified, the '0' flag shall be ignored." | Rich Felker | -2/+2 |
|
2011年07月04日 | don't force static linking | Rich Felker | -1/+1 |
|
2011年07月04日 | additional printf corner case tests | Rich Felker | -0/+8 |
|
2011年05月29日 | add test for posix_spawn (so far very simple) | Rich Felker | -0/+45 |
|
2011年05月12日 | add some printf float rounding tests | Rich Felker | -0/+9 |
|
2011年04月17日 | test nested cancellation handlers | Rich Felker | -1/+43 |
|
2011年04月14日 | some new floating point printf tests, including one musl fails | Rich Felker | -0/+9 |
|
2011年04月01日 | semaphore tests may need fcntl.h | Rich Felker | -0/+1 |
|
2011年04月01日 | more CANCELED spelling | Rich Felker | -2/+2 |
|
2011年04月01日 | spelling error in CANCELED | Rich Felker | -3/+3 |
|
actually either is correct linguistically, but for the constant it
must have just a single L
|
2011年03月30日 | test printing tiny doubles - use ascii arithmetic to check result | Rich Felker | -2/+16 |
|
2011年03月28日 | primitive condition var test | Rich Felker | -0/+21 |
|
2011年03月27日 | new snprintf and swprintf tests | Rich Felker | -0/+143 |
|
2011年03月19日 | initial check-in, taken from old libc svn repo with significant additions | Rich Felker | -0/+1819 |
|