summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix common C ambiguity.David Schleef2001-11-121-2/+2
|
* Added .cvsignoreDavid Schleef2001-11-102-0/+6
|
* Beef up the fork test, checking for proper SIGCHLD behaviorEric Andersen2001-10-121-13/+45
|
* Add in some math lib testsEric Andersen2001-10-0215-0/+9839
|
* Scrub up a few test thingsEric Andersen2001-09-272-7/+7
|
* Fix the vfork test so it actually works this time.Eric Andersen2001-09-211-1/+5
| | | | -Erik
* Add in a simple vfork testEric Andersen2001-09-213-1/+85
|
* Minor updateEric Andersen2001-08-292-8/+15
|
* Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=trueEric Andersen2001-08-141-1/+2
|
* Proper support for tests spannint multiple .o filesEric Andersen2001-08-141-41/+47
| | | | -Erik
* This syncs things up with my local tree. Mainly changes installerEric Andersen2001-08-081-2/+4
| | | | | | issues, and syns things (as far as I am willing) with Dave Schleef's tree. We may need to go another round or so, but we do seem to be converging...
* Add test for proper realloc() behavior.David Schleef2001-07-131-1/+27
|
* Use uClibc's ldd, not the system one which is probably brokenEric Andersen2001-07-125-14/+15
| | | | | | anyways. This ensures correct answers, and prevents all the annoying segfaults from the system ldd. -Erik
* Added stpcpy and strcasestr along with some code to test them.David McCullough2001-07-041-0/+60
|
* ignore generated stuffEric Andersen2001-07-031-0/+2
|
* Scrub up the tests a bit, and force everybody to use theEric Andersen2001-07-0318-115/+120
| | | | | build dir, so nothing need be installed... -Erik
* Add a dlopen testEric Andersen2001-06-293-0/+66
|
* Make all the uClibc tests use the --uclibc-use-build-dir flagEric Andersen2001-06-1516-24/+25
|
* Default to testing shared libs.Eric Andersen2001-06-121-1/+1
|
* Add in a test for outb (that currently fails)Eric Andersen2001-06-074-2/+32
|
* Comment out broken testEric Andersen2001-05-291-1/+1
|
* Fixing flak from the directory rearrangementDavid Schleef2001-05-251-2/+2
|
* Added -WallDavid Schleef2001-05-251-0/+3
|
* Random quick-and-dirty evil malloc checker.David Schleef2001-05-252-0/+65
|
* The mmap syscall has 6 arguments, which has various implementationsDavid Schleef2001-05-252-0/+50
| | | | on different architectures.
* Test to check for proper stat mangling.David Schleef2001-05-252-0/+82
|
* termios test program, since I'm having difficulty on powerpcDavid Schleef2001-05-252-0/+63
|
* Fix a couple silly bugs in this testEric Andersen2001-05-111-1/+2
|
* Fix the 'make clean' targetEric Andersen2001-05-111-3/+4
|
* Add in a qsort, alphasort, scandir test from Jon Nelson, jnelson@securepipe.comEric Andersen2001-05-083-1/+87
|
* Fixup ppc to powerpcEric Andersen2001-05-041-1/+1
|
* Just use 'ls -l' since ls -sh lacks sufficient granularityEric Andersen2001-04-271-2/+1
|
* Ignore strerrorEric Andersen2001-04-271-1/+1
|
* Ignore generated binaryEric Andersen2001-04-261-0/+1
|
* Fix up compiler nameEric Andersen2001-04-231-1/+1
|
* Debug should be off by defaultEric Andersen2001-03-191-1/+1
|
* Add in a setjmp test from David SchleefEric Andersen2001-03-162-0/+57
|
* Forgot to increment iEric Andersen2001-02-231-1/+1
|
* Fix problems with test wrapper and test compiler selection.Manuel Novoa III2001-02-191-2/+2
|
* Add in a silly test to check that argc, argv, and environ areEric Andersen2001-02-092-0/+66
| | | | | working as expected... -Erik
* Oops. Should be LDFLAGS, not CFLAGS twiceEric Andersen2001-01-232-2/+2
|
* Reworked all test suite makefiles (man did they need it).Eric Andersen2001-01-2014-325/+261
| | | | | | | Refactored testsuite.h so it behaves the way I want it to. As policy now, all test apps are _supposed_ to use testsuite.h (not all have been converted to do this yet). It is simple, clean, and works. -Erik
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-0/+24
|
* Handle fork and vfork on a per architecture basis...Eric Andersen2000-12-131-2/+8
|
* Add in an additional test for memcmp suggested by Mathias LewinEric Andersen2000-11-221-9/+19
| | | | <mln@sys.sigma.se> (I just checked in a fix for memcmp to make it pass).
* Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,Eric Andersen2000-11-172-2/+2
| | | | and a bit of extra cleanup in the test makefiles.
* Turn off debug noiseEric Andersen2000-11-171-5/+2
|
* Fix it so files are not stripped when debugging (doh!). Fix up stripEric Andersen2000-11-168-48/+24
| | | | | rules. With this fix in place, I can now find what is wrong with malloc... -Erik
* Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen2000-11-151-2/+5
| | | | rework include/stdio.h, and fix up the resultant damage.
* Fix doc blunder.Eric Andersen2000-11-046-69/+69
|