summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix a silly bugEric Andersen2003-02-271-2/+2
* Prefer mmap2 for mips when available. Fix the mmap test.Eric Andersen2003-02-261-7/+6
* Patch from Stefan AlliusEric Andersen2003-02-171-1/+1
* A few minor little changesEric Andersen2003-02-102-8/+7
* Add a couple of testsEric Andersen2003-01-284-2/+166
* Stick some evil casts in to make sure this works regardlessEric Andersen2003-01-241-13/+13
* Better stat testsEric Andersen2003-01-243-37/+118
* Update tests to be somewhat consistant with the rest of the worldEric Andersen2003-01-2315-73/+129
* Change some variable names so we are more consistant with whatEric Andersen2002-12-042-3/+3
* Fix compilation on mipsEric Andersen2002-11-281-6/+8
* Silence some whiningEric Andersen2002-11-192-1/+3
* Only build the 64 tests when relevantEric Andersen2002-11-151-0/+5
* Add in a pread/pwrite testEric Andersen2002-11-153-1/+154
* Add in 'ldso' to directory list since 'make clean' was not recursing"Steven J. Hill"2002-11-111-1/+1
* Re-enable the strchrnul and rawmemchr testsEric Andersen2002-11-081-4/+0
* Cleanup everythingEric Andersen2002-11-081-1/+1
* Allow 'make clean' on the test stuff to work with the new config system.Eric Andersen2002-10-312-2/+2
* Ignore generated stuffEric Andersen2002-10-311-0/+3
* Add a simple realloc testEric Andersen2002-10-312-0/+40
* Add a test from Alex King <alex@morrison.king.net.nz> whichEric Andersen2002-10-173-0/+34
* Remove -fuclibc-ctorsEric Andersen2002-10-161-1/+0
* Sigh. OpenBSD used /usr/bin/{true|false}Eric Andersen2002-10-011-1/+1
* Semonstrate a problem where weak symbols referenced in shared libs are notEric Andersen2002-08-274-5/+74
* sparc, alpha, and mips have different errno values than the otherManuel Novoa III2002-08-261-5/+0
* ignore generated stuffEric Andersen2002-08-251-0/+1
* Simple shared memory testEric Andersen2002-08-242-1/+56
* Ignore generated stuffEric Andersen2002-08-241-1/+12
* Ignore generated binariesEric Andersen2002-08-231-0/+7
* Open a lib that is not so closely coupled with gdbEric Andersen2002-08-192-9/+9
* Demonstrate that dlopen() RTLD_NOW is currently broken.Eric Andersen2002-08-163-2/+57
* Move all malloc tests under test/malloc/Eric Andersen2002-08-147-67/+70
* Test threads when appropriateEric Andersen2002-08-121-0/+3
* Add a simple test for shared lib ctor/dtorsEric Andersen2002-08-082-0/+13
* missed a fileEric Andersen2002-08-071-0/+1
* getopt testsEric Andersen2002-08-074-1/+179
* Several test case cleanupsEric Andersen2002-06-202-4/+17
* A simple test for getcwdEric Andersen2002-06-182-1/+67
* Rework the math library tests per the glibc math test code, withEric Andersen2002-05-0924-9833/+5522
* run dos2unix on these filesEric Andersen2002-04-0315-9774/+9774
* Put the chdir back, to simplify testing now that scandirEric Andersen2002-03-211-0/+1
* Remove the chdir, so we can test things like empty directoriesEric Andersen2002-03-131-1/+0
* Patch from David Schleef to check for proper 16-byte aligedEric Andersen2002-02-281-0/+10
* Add an md5crypt testEric Andersen2002-02-263-2/+33
* Doh! Tests were not being compiled with warnings and optimizationEric Andersen2002-02-261-2/+2
* Test for libcrypt (which is partly broken ATM)Eric Andersen2002-02-235-1/+351
* Update string tests per glibc 2.2.5's string tester. Looks likeEric Andersen2002-02-211-117/+486
* Add a test from Stefan Soucek for pthread_cond_timedwait(). OnEric Andersen2002-02-202-1/+115
* Several test suite updates. The testatexit, teston_exit, andEric Andersen2002-02-1312-21/+958
* Fix headersEric Andersen2002-02-042-0/+3
* Fixup arch substitutionEric Andersen2002-02-041-2/+12