summaryrefslogtreecommitdiff
path: root/lib/libc_r/TEST
AgeCommit message (Collapse)Author
2000-01-06cleanupDavid Leonard
2000-01-06clean docDavid Leonard
2000-01-06longer sleep, doc, get rid of bad signal handlerDavid Leonard
2000-01-06cleanupDavid Leonard
2000-01-06commentDavid Leonard
2000-01-06comment. cleanupDavid Leonard
2000-01-06repair commentDavid Leonard
2000-01-06test close() during a select()David Leonard
2000-01-04fix bugs in test. now succeedsDavid Leonard
2000-01-04Test stdarg for fgsch@David Leonard
2000-01-04Test some signal handlingDavid Leonard
1999-12-02add setjmp testDavid Leonard
1999-12-02add _setjmp/_longjmp testDavid Leonard
1999-12-02better testsDavid Leonard
1999-11-30make test a little bit more stressfulDavid Leonard
1999-11-30set the ulimit a little higher for test_preemptionDavid Leonard
1999-11-30enable test_select and test_pollDavid Leonard
1999-11-30test poll()David Leonard
1999-11-28clean upDavid Leonard
1999-11-28remove redundant macroDavid Leonard
1999-11-26use pthread_join instead of pthread_cancel to test for a thread's existence ↵David Leonard
after forking
1999-06-15Remove pthread_atfork(). It was only part of draft 10 for a little while and ↵David Leonard
was removed before stddization.
1999-05-26document double-unlock check and how it relates to the std. (POSIX says in ↵David Leonard
one paragraph that the behaviour is undefined, then in another says that EPERM should be returned
1999-05-26bye bye gethostbyname_r and getservbyname_r testsDavid Leonard
1999-05-26count and chec the number of times the self-cancelling thread tries to ↵David Leonard
cancel itself
1999-05-26show a bit more information when checks failDavid Leonard
1999-03-24allow make depend to workDavid Leonard
1999-03-24revert to -pthreadDavid Leonard
1999-03-10define and use a SET_NAME macro so that these tests work under other thread ↵David Leonard
implementations
1999-02-01add test_sigsuspend test_sigwaitDavid Leonard
1999-02-01move tests togetherDavid Leonard
1999-01-19performance metrics are now elsewhereDavid Leonard
1999-01-18sync with previous changesDavid Leonard
1999-01-17pthread_cancel() and cancellation pointsDavid Leonard
1999-01-17pthread_atfork()David Leonard
1999-01-17say something when a test locks upDavid Leonard
1999-01-10nice-ifyDavid Leonard
1998-12-23nicer testsDavid Leonard
1998-12-21cleanDavid Leonard
1998-12-21remove mit pthread hangoverDavid Leonard
1998-12-10tests are now usefulDavid Leonard
1998-09-03libpthread tests modified for uthreadsDavid Leonard