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