Age | Commit message (Expand) | Author |
2012-02-20 | End the output with a newline | Philip Guenthe |
2012-02-20 | This test needs a large nprocs ulimit, so just have it raise its own | Philip Guenthe |
2012-02-20 | Need to block the signals in all thread for the kill(getpid(), SIGFOO) | Philip Guenthe |
2012-02-20 | SIGSTOP, SIGKILL, and (for threaded programs) SIGTHR are unblockable | Philip Guenthe |
2012-02-20 | pthread_sigmask() was fixed to return the errno value on failure | Philip Guenthe |
2012-02-20 | ops. compare against the socket timeout, not the alarm one. | Federico G. Schwindt |
2012-02-19 | fix tests. | Federico G. Schwindt |
2012-02-19 | Add Id and public-domain declaration | Philip Guenthe |
2012-02-19 | Add regress test for stack attributes | Philip Guenthe |
2012-01-04 | link new semaphore tests | Martin Pieuchot |
2012-01-04 | Basic semaphore tests | Martin Pieuchot |
2011-12-12 | better output on error. | Federico G. Schwindt |
2011-11-25 | The execve()-vs-threads test should test not just that the thread library | Philip Guenthe |
2011-11-18 | Regress test for per-(r)thread errno address | Philip Guenthe |
2011-11-06 | return non-zero on error | Otto Moerbeek |
2011-11-05 | and clean extra target | Otto Moerbeek |
2011-11-05 | add exhaust test from netbsd | Otto Moerbeek |
2011-10-16 | uncomment wscanf tests | Stefan Sperling |
2011-10-10 | allow for this to timeout rather than hanging forever. | Federico G. Schwindt |
2011-10-09 | Test for the wait*() hang issue when SIGCHLD is ignored, as seen in | Federico G. Schwindt |
2011-10-01 | fix some checks. | Federico G. Schwindt |
2011-10-01 | enter signals. | Federico G. Schwindt |
2011-10-01 | Add tests to check signal handling during pthread_join(3) and | Federico G. Schwindt |
2011-09-23 | Add a test for recursive pthread_mutex_trylock() | Uwe Stuehler |
2011-09-18 | add connect and move include to top Makefile.inc | Federico G. Schwindt |
2011-09-18 | test for interrupted connect. | Federico G. Schwindt |
2011-09-17 | Expand fnmatch() regress with patterns obtained from the tests for APR's | Stefan Sperling |
2011-09-13 | first round of tests to check system calls restarting with pthreads. | Federico G. Schwindt |
2011-07-09 | Adapt tests for extended-precision. | Martynas Venckus |
2011-07-08 | Add 80-bit and 128-bit precision test vectors for the math functions. | Martynas Venckus |
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt |
2011-07-03 | Include tests of 80-bit long double precision (on platforms that | Martynas Venckus |
2011-07-02 | Add cephes. | Martynas Venckus |
2011-07-02 | Import Steve Moshier's printf/scanf tester. | Martynas Venckus |
2011-06-02 | Add the quadruple-precision constants; testvect works better now | Martynas Venckus |
2011-05-30 | Add cephes, and lgamma. | Martynas Venckus |
2011-05-30 | Import regression test vectors from the Cephes math library. This | Martynas Venckus |
2011-05-28 | Add some simple test cases for lgamma, and lgammaf. | Martynas Venckus |
2011-05-01 | Pull in <string.h> for memset() | Philip Guenthe |
2011-05-01 | Make the regress setup not assume the umask is 022 | Philip Guenthe |
2011-04-29 | uncomment fwprintf and wprintf tests | Stefan Sperling |
2011-04-24 | Regression test for floating point format directives in wprintf. | Stefan Sperling |
2011-04-17 | Add recently added tests to SUBDIR. | Martynas Venckus |
2011-04-17 | Add tests for {,l,ll}round{,f}. Same tests as for {,l,ll}rint{,f}, | Martynas Venckus |
2011-04-16 | Test nextafter and nextafterf for zero, nan and some basic | Martynas Venckus |
2011-04-12 | add missing tools.h file | Alexandre Ratchov |
2011-04-10 | tsk, float version of lrint is affected by a different bug, where | Martynas Venckus |
2011-04-10 | add tests for yet-another bug of netbsd implementation of lrint. | Martynas Venckus |
2011-04-10 | add tests for values zero, -zero; and values close to zero with | Martynas Venckus |
2011-03-21 | import fenv regression test suite. this one is from freebsd and | Martynas Venckus |