summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2013-11-03Add a second test, shortseek(), to make sure that seekdir() also worksIngo Schwarze
2013-10-29use lld format string and a cast for time_tJonathan Gray
2013-10-06Add a test to verify that disabling cancelation defers it until reenabled.Philip Guenther
2013-08-20Include more details in failure messagesPhilip Guenther
2013-08-09Add regress test for fuse_opt.Sylvestre Gallon
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat
2013-08-05Fix typo.Mark Kettenis
2013-08-02tgamma(0) == InfMark Kettenis
2013-08-02Fix a couple of corner cases in the implementation of pow(3) to make itMark Kettenis
2013-08-01Some tests are currently failing. Only run those if the REGRESS_FULLMark Kettenis
2013-07-30strptime(3) correctly fills in tm_yday; adjust expected outputMark Kettenis
2013-07-29updated regress values from djmTed Unangst
2013-06-21Add earlysig test to check whether the pthread fork() wrapperPhilip Guenther
2013-06-04link subdirTed Unangst
2013-06-04missed a space in the latin passphrase.Ted Unangst
2013-06-04tests for bcrypt_pbkdf_test.cTed Unangst
2013-06-02trailing whitespace makes 'make depend' sad. ok mpi@Darren Tucker
2013-05-02Hook up fmemopen and open_memstream tests.Martin Pieuchot
2013-04-03Set the stream orientation in open_{,w}memstream().Philip Guenther
2013-04-01tweak makefile now that asr is built by default.Eric Faurot
2013-04-01add hostnames which triggered some bugs.Eric Faurot
2013-03-28add a test case for the icmpv6 issue spotted by naddyEric Faurot
2013-03-28More tests for negative seeks, prodded by matthew@Martin Pieuchot
2012-07-13import regression suite for asrEric Faurot
2013-03-27More test cases, especially when opening the stream in append an writeMartin Pieuchot
2013-03-25Disable the blocked_{close,dup2,fifo} tests, as we know they failPhilip Guenther
2013-03-25Add some more tests; prodded by mpi@Philip Guenther
2013-03-12Add check that mkstemp() fails with EINVAL if the string has fewer thanPhilip Guenther
2013-01-07gcc 3 needs the same syntax as gcc 2Miod Vallat
2013-01-01Simple tests for fmemopen(3) and open_memstream(3)Martin Pieuchot
2012-12-17add test case for gethostbyname() called with numeric hostnameEric Faurot
2012-12-16- use diff -u like most anywhere to make the output readable.Jasper Lievisse Adriaanse
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-18Add a regress test for strtol, which currently fails.Joel Sing
2012-11-12require scan_scaled to set errno to EINVAL rather than ERANGE if itAlexander Hall
2012-11-06temporarily fix the static tests in testall by using NOPIE_LDFLAGS.Federico G. Schwindt
2012-10-25SUBDIR += fenv, it's never too lateMiod Vallat
2012-09-08Link init_priority into the regress tree now that it passes (exceptMatthew Dempsky
2012-09-07Give this a chance to build with gcc2. ok matthew@Miod Vallat
2012-09-06Add a (currently failing) regress test for GNU C++'s init_priorityMatthew Dempsky
2012-09-06Move the commented out test program in pkcs5_pbkdf2.c into a properMatthew Dempsky
2012-09-05run regress with the local env tooEric Faurot
2012-09-05use LDSTATIC for building static executablesEric Faurot
2012-08-22correct check.Federico G. Schwindt
2012-08-19document some more disabled tests.Federico G. Schwindt
2012-08-19Switch to -lpthread.Federico G. Schwindt
2012-08-07allow to choose an alternate regress scriptEric Faurot
2012-08-04Add a test for caching of stacks with the default attributesPhilip Guenthe
2012-07-29add a flag to choose between gethostbyname and gethostbyaddrEric Faurot
2012-07-13import regression suite for asrEric Faurot