summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2003-02-27Fix a silly bugEric Andersen
2003-02-26Prefer mmap2 for mips when available. Fix the mmap test.Eric Andersen
2003-02-17Patch from Stefan AlliusEric Andersen
2003-02-10A few minor little changesEric Andersen
2003-01-28Add a couple of testsEric Andersen
2003-01-24Stick some evil casts in to make sure this works regardlessEric Andersen
2003-01-24Better stat testsEric Andersen
2003-01-23Update tests to be somewhat consistant with the rest of the worldEric Andersen
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-11-28Fix compilation on mipsEric Andersen
2002-11-19Silence some whiningEric Andersen
2002-11-15Only build the 64 tests when relevantEric Andersen
2002-11-15Add in a pread/pwrite testEric Andersen
2002-11-11Add in 'ldso' to directory list since 'make clean' was not recursing"Steven J. Hill"
2002-11-08Re-enable the strchrnul and rawmemchr testsEric Andersen
2002-11-08Cleanup everythingEric Andersen
2002-10-31Allow 'make clean' on the test stuff to work with the new config system.Eric Andersen
2002-10-31Ignore generated stuffEric Andersen
2002-10-31Add a simple realloc testEric Andersen
2002-10-17Add a test from Alex King <alex@morrison.king.net.nz> whichEric Andersen
2002-10-16Remove -fuclibc-ctorsEric Andersen
2002-10-01Sigh. OpenBSD used /usr/bin/{true|false}Eric Andersen
2002-08-27Semonstrate a problem where weak symbols referenced in shared libs are notEric Andersen
2002-08-26sparc, alpha, and mips have different errno values than the otherManuel Novoa III
2002-08-25ignore generated stuffEric Andersen
2002-08-24Simple shared memory testEric Andersen
2002-08-24Ignore generated stuffEric Andersen
2002-08-23Ignore generated binariesEric Andersen
2002-08-19Open a lib that is not so closely coupled with gdbEric Andersen
2002-08-16Demonstrate that dlopen() RTLD_NOW is currently broken.Eric Andersen
2002-08-14Move all malloc tests under test/malloc/Eric Andersen
2002-08-12Test threads when appropriateEric Andersen
2002-08-08Add a simple test for shared lib ctor/dtorsEric Andersen
2002-08-07missed a fileEric Andersen
2002-08-07getopt testsEric Andersen
2002-06-20Several test case cleanupsEric Andersen
2002-06-18A simple test for getcwdEric Andersen
2002-05-09Rework the math library tests per the glibc math test code, withEric Andersen
2002-04-03run dos2unix on these filesEric Andersen
2002-03-21Put the chdir back, to simplify testing now that scandirEric Andersen
2002-03-13Remove the chdir, so we can test things like empty directoriesEric Andersen
2002-02-28Patch from David Schleef to check for proper 16-byte aligedEric Andersen
2002-02-26Add an md5crypt testEric Andersen
2002-02-26Doh! Tests were not being compiled with warnings and optimizationEric Andersen
2002-02-23Test for libcrypt (which is partly broken ATM)Eric Andersen
2002-02-21Update string tests per glibc 2.2.5's string tester. Looks likeEric Andersen
2002-02-20Add a test from Stefan Soucek for pthread_cond_timedwait(). OnEric Andersen
2002-02-13Several test suite updates. The testatexit, teston_exit, andEric Andersen
2002-02-04Fix headersEric Andersen
2002-02-04Fixup arch substitutionEric Andersen