summaryrefslogtreecommitdiff
path: root/regress/lib/libc
AgeCommit message (Expand)Author
2014-07-03Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.Miod Vallat
2014-06-21matthew reminds me to update regress to reflect current specTed Unangst
2014-06-13Add timingsafe_memcmp().Matthew Dempsky
2014-06-18Always call atexit handlers as if they were registered with __cxa_atexit.Mark Kettenis
2014-06-18Add regress tests to make sure arc4random(3) is reinitializedMatthew Dempsky
2014-06-13Add regress tests for timingsafe_bcmp and timingsafe_memcmp.Matthew Dempsky
2014-06-12Add regress test for explicit_bzero.Matthew Dempsky
2014-06-07Add basic regression test for modf() issue.Tobias Ulmer
2014-05-20Use errc/warnc to simplify code.Philip Guenther
2014-04-22gets() is goneLawrence Teo
2013-12-29- Verify that the FPU exception flags weren't clobbered as required by C99.Martynas Venckus
2013-12-29Add a regression test to verify that the FPU control word state isMartynas Venckus
2013-12-21Fix a commentPhilip Guenther
2013-11-03Add a second test, shortseek(), to make sure that seekdir() also worksIngo Schwarze
2013-08-20Include more details in failure messagesPhilip Guenther
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat
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-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-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-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-09-05run regress with the local env tooEric Faurot
2012-09-05use LDSTATIC for building static executablesEric Faurot
2012-08-07allow to choose an alternate regress scriptEric Faurot
2012-07-29add a flag to choose between gethostbyname and gethostbyaddrEric Faurot
2012-07-13import regression suite for asrEric Faurot
2012-07-11catch off-by-one errors in stpncpy(); ok guenther@Christian Weisgerber
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-09-17Expand fnmatch() regress with patterns obtained from the tests for APR'sStefan Sperling
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-05-01Pull in <string.h> for memset()Philip Guenthe