summaryrefslogtreecommitdiff
path: root/regress/lib/libc
AgeCommit message (Collapse)Author
2007-10-22Only test one condition per invocation flavour, instead of testing allMiod Vallat
of them with exceptions disabled and then only one with exceptions enabled. ok kettenis@
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
worked by accident.
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
ok moritz@ gilles@
2007-09-03Adapt atexit() regress to recent changes and add __cxa_atexit() regress.Todd C. Miller
__cxa_atexit() regress from kurt@
2007-05-17Add basename(3) and dirname(3) regression tests, from tbert.Ray Lai
OK otto@.
2006-09-29add strtod() underflow testOtto Moerbeek
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
exceptions are deferred, we might not see the exception before another floating-point instruction is executed. This is especially true on the i387 where we don't see underflow/overflow until the result is stored into memory.
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
telldir() does not return x. This will we fixed.
2006-03-10Hook up getcap test.Ray Lai
2006-03-10Regression test for truncated file.Ray Lai
ok otto and millert
2005-08-29Basic regress test for the vis(3) family of functions. Extra testsOtto Moerbeek
for various flag values will be added later. ok deraadt@
2005-08-12untested Makefile commitedTheo de Raadt
2005-08-11regression test to check that isw* functions yield the same result asMarc Espie
is* functions, and that basic mb->wchar conversion yields sensible results.
2005-05-13Add tests for __strsignal(). Put here since the tests are very similarOtto Moerbeek
to the strerror() test.
2005-05-08Try to catch some more errors and adapt to slightly changed strerror.Otto Moerbeek
2004-12-22some -Wimplicit-function-declaration cleaning; ok millert@David Krause
2004-11-29More test cases involving back-references.Otto Moerbeek
2004-10-25basic regression test for some netdb functionsOtto Moerbeek
2004-10-10use sig_atomic_t instead of intMichael Shalayeff
2004-09-18regress for 'z' and 't' modifiersOtto Moerbeek
2004-09-16Test ll's with positional args.Otto Moerbeek
2004-08-13When running regex regress build a private copy with REDEBUG enabled.Todd C. Miller
That way we get the asserts enabled.
2004-08-13More nasty cases involving back references.Otto Moerbeek
2004-08-04Unbreak malloc0test for use with mmap malloc which allocates objectsOtto Moerbeek
in a non-contiguous manner. ok art@
2004-08-03Enable strtonum testOtto Moerbeek
2004-08-03strtonum(3) regression tests.Otto Moerbeek
2004-07-22Split and modify tests to prevent infinite loops on platforms with preciseMark Kettenis
floating-point exceptions like amd64. ok deraadt@, david@
2004-07-10add getopt_long regress; ok millert@David Krause
2004-06-25recover IPv6 entries somehow disappeared. David KrauseJun-ichiro itojun Hagino
2004-06-24hsearch regress from NetBSD via ray at cyth dot netTodd C. Miller
2004-06-21make test successful even when /etc/services is changedJun-ichiro itojun Hagino
2004-05-02more tests, okay millert@ (we probably don't pass them all yet, and willMarc Espie
after the strerror_r code is committed).
2004-04-30Add tests for strerror.Marc Espie
2004-04-02Some nasty test cases involving back references that causedOtto Moerbeek
unbounded recursion.
2004-04-02check the signals for exceptions and do siginfo in the signal handler; also ↵Michael Shalayeff
some style
2004-03-10toast strcpyTheo de Raadt
2004-03-02correct answer file to meet gai_strerror() output on openbsd. David KrauseJun-ichiro itojun Hagino
2004-02-28do not test ai_canonname, as ai_canonname can be vary by /etc/hosts.Jun-ichiro itojun Hagino
2004-02-28kill bad functions; some sort of ok from marc who is trying to confuse meTheo de Raadt
2004-02-11include some missing onesTheo de Raadt
2004-02-11EOL at endTheo de Raadt
2004-01-21fix MakefileDavid Krause
ok millert@