libc-testsuite - correctness and quality tests for libc implementations

correctness and quality tests for libc implementations
summary refs log tree commit diff
AgeCommit message (Collapse)AuthorLines
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
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月05日 08:12:24 +0000

AltStyle によって変換されたページ (->オリジナル) /