summaryrefslogtreecommitdiff
path: root/lib/libc_r/TEST
AgeCommit message (Expand)Author
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-03-13stronger testDavid Leonard
2001-03-13recursive mutex testDavid Leonard
2001-01-16typo in comment, change -> chanceBrad Smith
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-10-12refix breakage in previous commit, d@ forgot to remove his change whileBrad Smith
2000-10-04oopsDavid Leonard
2000-10-04bit of a cleanupDavid Leonard
2000-08-07quiet warningBrad Smith
2000-08-07remove test_pw until we get getpwnam_r() backBrad Smith
2000-08-07this obviously wasn't tested, fix check. We don't even build libpthread byBrad Smith
2000-03-23test re-entrant getpwnam_rDavid Leonard
2000-02-10oopsDavid Leonard
2000-02-10add DUMP_INFO helper macroDavid Leonard
2000-02-10ident. fix comment.David Leonard
2000-01-08better test codeDavid Leonard
2000-01-08test getgrent stuffDavid Leonard
2000-01-06for now, use -lpthread on i386. one day every arch will do this...David Leonard
2000-01-06abstract -pthread switch into PTHREAD varDavid Leonard
2000-01-06use new tests, and -lpthreadDavid Leonard
2000-01-06ident, cleanDavid Leonard
2000-01-06cleanDavid Leonard
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 a...David Leonard
1999-06-15Remove pthread_atfork(). It was only part of draft 10 for a little while and ...David Leonard
1999-05-26document double-unlock check and how it relates to the std. (POSIX says in on...David Leonard
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 cancel...David Leonard
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