summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2001-07-13Add test for proper realloc() behavior.David Schleef
2001-07-12Use uClibc's ldd, not the system one which is probably brokenEric Andersen
2001-07-04Added stpcpy and strcasestr along with some code to test them.David McCullough
2001-07-03ignore generated stuffEric Andersen
2001-07-03Scrub up the tests a bit, and force everybody to use theEric Andersen
2001-06-29Add a dlopen testEric Andersen
2001-06-15Make all the uClibc tests use the --uclibc-use-build-dir flagEric Andersen
2001-06-12Default to testing shared libs.Eric Andersen
2001-06-07Add in a test for outb (that currently fails)Eric Andersen
2001-05-29Comment out broken testEric Andersen
2001-05-25Fixing flak from the directory rearrangementDavid Schleef
2001-05-25Added -WallDavid Schleef
2001-05-25Random quick-and-dirty evil malloc checker.David Schleef
2001-05-25The mmap syscall has 6 arguments, which has various implementationsDavid Schleef
2001-05-25Test to check for proper stat mangling.David Schleef
2001-05-25termios test program, since I'm having difficulty on powerpcDavid Schleef
2001-05-11Fix a couple silly bugs in this testEric Andersen
2001-05-11Fix the 'make clean' targetEric Andersen
2001-05-08Add in a qsort, alphasort, scandir test from Jon Nelson, jnelson@securepipe.comEric Andersen
2001-05-04Fixup ppc to powerpcEric Andersen
2001-04-27Just use 'ls -l' since ls -sh lacks sufficient granularityEric Andersen
2001-04-27Ignore strerrorEric Andersen
2001-04-26Ignore generated binaryEric Andersen
2001-04-23Fix up compiler nameEric Andersen
2001-03-19Debug should be off by defaultEric Andersen
2001-03-16Add in a setjmp test from David SchleefEric Andersen
2001-02-23Forgot to increment iEric Andersen
2001-02-19Fix problems with test wrapper and test compiler selection.Manuel Novoa III
2001-02-09Add in a silly test to check that argc, argv, and environ areEric Andersen
2001-01-23Oops. Should be LDFLAGS, not CFLAGS twiceEric Andersen
2001-01-20Reworked all test suite makefiles (man did they need it).Eric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-12-13Handle fork and vfork on a per architecture basis...Eric Andersen
2000-11-22Add in an additional test for memcmp suggested by Mathias LewinEric Andersen
2000-11-17Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,Eric Andersen
2000-11-17Turn off debug noiseEric Andersen
2000-11-16Fix it so files are not stripped when debugging (doh!). Fix up stripEric Andersen
2000-11-15Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen
2000-11-04Fix doc blunder.Eric Andersen
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-10-30Header file cleanupEric Andersen
2000-10-27More random fixes and additions.Eric Andersen
2000-10-27Ignore leftovers...Eric Andersen
2000-10-26Add in a fork test. Fix select so it works.Eric Andersen
2000-10-26Fix makefile bugsEric Andersen
2000-10-26Link vs libgcc to include needed stuff.Eric Andersen
2000-10-23Revert Makefie changes.Eric Andersen
2000-10-23Link w libcc.Eric Andersen
2000-10-20ignore more stuffEric Andersen
2000-10-18More updates. Implement strsignal. Add pwd_grp testsEric Andersen