Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-03 | Add a second test, shortseek(), to make sure that seekdir() also works | Ingo Schwarze | |
correctly when moving the directory pointer by small distances. This is currently failing, i will send an updated libc/gen patch to fix this right afterwards. Move the functions createfiles() and delfiles() to utils.{h,c} for reuse. Minor cleanup in telldir.c. | |||
2013-10-29 | use lld format string and a cast for time_t | Jonathan Gray | |
ok guenther@ | |||
2013-10-06 | Add a test to verify that disabling cancelation defers it until reenabled. | Philip Guenther | |
Add missing pthread_cleanup_pop() calls (they're required to be matched). | |||
2013-08-20 | Include more details in failure messages | Philip Guenther | |
2013-08-09 | Add regress test for fuse_opt. | Sylvestre Gallon | |
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat | |
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is required. No functional change intended. Be sure to `make install' in share/mk before attempting to do anything. | |||
2013-08-05 | Fix typo. | Mark Kettenis | |
2013-08-02 | tgamma(0) == Inf | Mark Kettenis | |
2013-08-02 | Fix a couple of corner cases in the implementation of pow(3) to make it | Mark Kettenis | |
compatible with C99. Most notably: - 1**y == 1, even if y is NaN - (-1)**+-Inf == 1 and adjust the cephes testsuite to test for the right thing here. ok martynas@ | |||
2013-08-01 | Some tests are currently failing. Only run those if the REGRESS_FULL | Mark Kettenis | |
variable is set. | |||
2013-07-30 | strptime(3) correctly fills in tm_yday; adjust expected output | Mark Kettenis | |
ok guenther@ | |||
2013-07-29 | updated regress values from djm | Ted Unangst | |
2013-06-21 | Add earlysig test to check whether the pthread fork() wrapper | Philip Guenther | |
has a critical section where getting a signal causes a hang. Based on otto@ earlysig kernel regress; suggested by miod@ | |||
2013-06-04 | link subdir | Ted Unangst | |
2013-06-04 | missed a space in the latin passphrase. | Ted Unangst | |
2013-06-04 | tests for bcrypt_pbkdf_test.c | Ted Unangst | |
2013-06-02 | trailing whitespace makes 'make depend' sad. ok mpi@ | Darren Tucker | |
2013-05-02 | Hook up fmemopen and open_memstream tests. | Martin Pieuchot | |
2013-04-03 | Set the stream orientation in open_{,w}memstream(). | Philip Guenther | |
Check it in the regress test ok mpi@ | |||
2013-04-01 | tweak makefile now that asr is built by default. | Eric Faurot | |
2013-04-01 | add hostnames which triggered some bugs. | Eric Faurot | |
2013-03-28 | add a test case for the icmpv6 issue spotted by naddy | Eric Faurot | |
2013-03-28 | More tests for negative seeks, prodded by matthew@ | Martin Pieuchot | |
2012-07-13 | import regression suite for asr | Eric Faurot | |
2013-03-27 | More test cases, especially when opening the stream in append an write | Martin Pieuchot | |
modes. | |||
2013-03-25 | Disable the blocked_{close,dup2,fifo} tests, as we know they fail | Philip Guenther | |
2013-03-25 | Add some more tests; prodded by mpi@ | Philip Guenther | |
2013-03-12 | Add check that mkstemp() fails with EINVAL if the string has fewer than | Philip Guenther | |
6 Xs | |||
2013-01-07 | gcc 3 needs the same syntax as gcc 2 | Miod Vallat | |
2013-01-01 | Simple tests for fmemopen(3) and open_memstream(3) | Martin Pieuchot | |
2012-12-17 | add test case for gethostbyname() called with numeric hostname | Eric Faurot | |
2012-12-16 | - use diff -u like most anywhere to make the output readable. | Jasper Lievisse Adriaanse | |
ok phessler@ | |||
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2012-11-18 | Add a regress test for strtol, which currently fails. | Joel Sing | |
ok otto@ | |||
2012-11-12 | require scan_scaled to set errno to EINVAL rather than ERANGE if it | Alexander Hall | |
encounters an invalid multiplier, like the man page says it should "looks sensible" deraadt@, ok ian@ | |||
2012-11-06 | temporarily fix the static tests in testall by using NOPIE_LDFLAGS. | Federico G. Schwindt | |
2012-10-25 | SUBDIR += fenv, it's never too late | Miod Vallat | |
2012-09-08 | Link init_priority into the regress tree now that it passes (except | Matthew Dempsky | |
mysteriously on m88k). | |||
2012-09-07 | Give this a chance to build with gcc2. ok matthew@ | Miod Vallat | |
2012-09-06 | Add a (currently failing) regress test for GNU C++'s init_priority | Matthew Dempsky | |
attribute. See "info --index-search=init_priority gcc" for details on how this feature is supposed to work. | |||
2012-09-06 | Move the commented out test program in pkcs5_pbkdf2.c into a proper | Matthew Dempsky | |
regress test. | |||
2012-09-05 | run regress with the local env too | Eric Faurot | |
2012-09-05 | use LDSTATIC for building static executables | Eric Faurot | |
2012-08-22 | correct check. | Federico G. Schwindt | |
2012-08-19 | document some more disabled tests. | Federico G. Schwindt | |
2012-08-19 | Switch to -lpthread. | Federico G. Schwindt | |
2012-08-07 | allow to choose an alternate regress script | Eric Faurot | |
2012-08-04 | Add a test for caching of stacks with the default attributes | Philip Guenthe | |
2012-07-29 | add a flag to choose between gethostbyname and gethostbyaddr | Eric Faurot | |
2012-07-13 | import regression suite for asr | Eric Faurot | |