summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2007-10-20Give more details on failure.Miod Vallat
2007-10-20Make this work on 64 bit platforms by using strlen() instead of sizeof()...Miod Vallat
2007-09-19permit this to compile with gcc 2.xTodd T. Fries
2007-09-12fix format strings, sizeof() does not return an intOtto Moerbeek
2007-09-09use strcspn to properly overwrite '\n' in fgets returned bufferCharles Longeau
2007-09-03Adapt atexit() regress to recent changes and add __cxa_atexit() regress.Todd C. Miller
2007-05-17Add basename(3) and dirname(3) regression tests, from tbert.Ray Lai
2006-10-13add blocked_shutdownKurt Miller
2006-10-13Test shutdown() racing with other threads using the same fileKurt Miller
2006-10-06eliminate warnings on 64bit archsKurt Miller
2006-10-03correct check for proper return value of dup2Kurt Miller
2006-09-29add strtod() underflow testOtto Moerbeek
2006-09-22add blocked_close, blocked_dup2, close_race and dup2_raceKurt Miller
2006-09-22Test dup2() racing with other threads using the same fileKurt Miller
2006-09-22Test close() racing with other threads using the same fileKurt Miller
2006-09-22Test dup2() racing with other threads using the same fileKurt Miller
2006-09-22Test close() racing with other threads using the same fileKurt Miller
2006-05-16Don't forget to return 0 on success, doh.Otto Moerbeek
2006-05-15Try harder to trigger an exception. On architectures where floating-pointMark Kettenis
2006-04-18Hook new ulimit test casesOtto Moerbeek
2006-04-18near ulimit test case 2Otto Moerbeek
2006-04-18Near ulimit test case 1Otto Moerbeek
2006-04-01Use NFILES for starting point instead of hardcoded constOtto Moerbeek
2006-03-25hook telldirOtto Moerbeek
2006-03-25telldir/seekdir regress tesst. Fails on -current, since seekdir(x),Otto Moerbeek
2006-03-15add exp & sortOtto Moerbeek
2006-03-15Simple exp(3) and expf(3) regression test for +Inf and -InfOtto Moerbeek
2006-03-10Hook up getcap test.Ray Lai
2006-03-10Regression test for truncated file.Ray Lai
2006-01-23add a buffered event test.Brad Smith
2006-01-05fix regression test, from artTed Unangst
2005-12-25add two more tests.Brad Smith
2005-12-19after mutex_unlock, there's no guarantee that a waiting thread willTed Unangst
2005-12-18rename test functions with meaningful names instead of 1 2 3, etc.Brad Smith
2005-11-17errx is better hereOtto Moerbeek
2005-11-17Test a few more rint functions.Otto Moerbeek
2005-11-05zap unused var.Federico G. Schwindt
2005-10-31and panic if fork(2) fails.Federico G. Schwindt
2005-10-31enter pthread_atforkFederico G. Schwindt
2005-10-31pthread_atfork(3) regression.Federico G. Schwindt
2005-10-30-Wall cleanup.Federico G. Schwindt
2005-10-21bullshit test; pointed out by davidTheo de Raadt
2005-08-29Basic regress test for the vis(3) family of functions. Extra testsOtto Moerbeek
2005-08-12untested Makefile commitedTheo de Raadt
2005-08-11regression test to check that isw* functions yield the same result asMarc Espie
2005-07-13As mickey@ pointed out, this test does not belong in libm. Move toOtto Moerbeek
2005-07-13Test for fp save/restore in sig handlers.Otto Moerbeek
2005-05-13Add tests for __strsignal(). Put here since the tests are very similarOtto Moerbeek
2005-05-08Try to catch some more errors and adapt to slightly changed strerror.Otto Moerbeek
2005-04-22test event priorities.Brad Smith