Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some debug code | Mike Frysinger | 2005-08-18 | 1 | -2/+1 |
| | |||||
* | start of some rpc tests | Mike Frysinger | 2005-08-17 | 3 | -0/+81 |
| | |||||
* | make sure UCLIBC_LDSO is defined if we are running in a test subdir rather ↵ | Mike Frysinger | 2005-08-17 | 1 | -0/+4 |
| | | | | than toplevel | ||||
* | Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger. | Joakim Tjernlund | 2005-08-12 | 1 | -1/+1 |
| | |||||
* | check the return value of the clone call too | Mike Frysinger | 2005-07-28 | 1 | -3/+3 |
| | |||||
* | dont run ls and make sure diff aborts if it fails | Mike Frysinger | 2005-07-27 | 1 | -13/+4 |
| | |||||
* | add a basic errno test based on one from ltp | Mike Frysinger | 2005-07-27 | 2 | -1/+28 |
| | |||||
* | when running shared tests, use the toplevel ldso | Mike Frysinger | 2005-07-14 | 1 | -1/+3 |
| | |||||
* | might as well test mmap64() too | Mike Frysinger | 2005-07-09 | 2 | -1/+25 |
| | |||||
* | make sure the call to signal() worked | Mike Frysinger | 2005-07-09 | 1 | -2/+8 |
| | |||||
* | need unistd/string header files | Mike Frysinger | 2005-07-09 | 1 | -0/+3 |
| | |||||
* | need the ioctl header file | Mike Frysinger | 2005-07-09 | 1 | -0/+1 |
| | |||||
* | we need stdio.h for printf() | Mike Frysinger | 2005-07-06 | 1 | -8/+8 |
| | |||||
* | make test failures fatal | Mike Frysinger | 2005-07-06 | 1 | -5/+5 |
| | |||||
* | move to new test framework | Mike Frysinger | 2005-07-02 | 1 | -36/+4 |
| | |||||
* | move to new test framework | Mike Frysinger | 2005-07-02 | 1 | -34/+4 |
| | |||||
* | move to new test framework | Mike Frysinger | 2005-07-02 | 1 | -34/+4 |
| | |||||
* | new testing framework to unify duplicated code in subdirs | Mike Frysinger | 2005-07-02 | 6 | -384/+88 |
| | |||||
* | exit according to how many tests failed | Mike Frysinger | 2005-07-02 | 1 | -20/+30 |
| | |||||
* | make sure we strip quotes from the cross compiler prefix | Mike Frysinger | 2005-07-02 | 1 | -1/+1 |
| | |||||
* | new testcase for clone() | Mike Frysinger | 2005-07-02 | 2 | -0/+138 |
| | |||||
* | GNU libc -> glibc | Mike Frysinger | 2005-07-01 | 10 | -24/+24 |
| | |||||
* | use $(CROSS_COMPILER_PREFIX) by default for CROSS setting | Mike Frysinger | 2005-07-01 | 1 | -1/+1 |
| | |||||
* | reenable the glibc portion of the test so that we can do a ↵ | Mike Frysinger | 2005-07-01 | 1 | -3/+3 |
| | | | | non-interactive/silent comparison between uclibc and glibc results | ||||
* | update tests to check exit status and abort only if things didnt work correctly | Mike Frysinger | 2005-07-01 | 1 | -9/+6 |
| | |||||
* | make the test silent/non-interactive and only abort if it actually fails | Mike Frysinger | 2005-07-01 | 3 | -6/+25 |
| | |||||
* | make test output nicer so its easier to go through a log of `make -s` and ↵ | Mike Frysinger | 2005-07-01 | 18 | -99/+74 |
| | | | | find out what works/fails | ||||
* | remove old depend on Config and make it so that a test failure aborts the ↵ | Mike Frysinger | 2005-07-01 | 19 | -132/+128 |
| | | | | make process | ||||
* | dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .config | Mike Frysinger | 2005-06-30 | 1 | -2/+6 |
| | |||||
* | type cast output to prevent build warnings | Mike Frysinger | 2005-06-30 | 1 | -1/+1 |
| | |||||
* | type cast output to prevent build warnings | Mike Frysinger | 2005-06-30 | 1 | -1/+1 |
| | |||||
* | remove unused variable | Mike Frysinger | 2005-06-30 | 1 | -1/+1 |
| | |||||
* | fix type casting so we dont have any warnings on 32/64 bit arches | Mike Frysinger | 2005-06-30 | 3 | -32/+32 |
| | |||||
* | fix ALL_SUBDIRS/DIRS setting so clean always kills everything | Mike Frysinger | 2005-06-30 | 1 | -5/+6 |
| | |||||
* | exit with an error if thread functions failed so make can detect the problem | Mike Frysinger | 2005-06-30 | 1 | -23/+19 |
| | |||||
* | need stdlib.h for some things | Mike Frysinger | 2005-06-29 | 1 | -2/+3 |
| | |||||
* | need to include string.h for some mem funcs | Mike Frysinger | 2005-06-29 | 1 | -0/+1 |
| | |||||
* | simplify TESTDIR setting and touchup | Mike Frysinger | 2005-06-29 | 19 | -61/+38 |
| | |||||
* | clean up and use topdir .config instead of local Config | Mike Frysinger | 2005-06-29 | 2 | -53/+45 |
| | |||||
* | touchup syntax | Mike Frysinger | 2005-06-29 | 1 | -14/+11 |
| | |||||
* | touchups syntax and fix warning when using 64bit arches | Mike Frysinger | 2005-06-29 | 1 | -21/+18 |
| | |||||
* | no more cvs | Mike Frysinger | 2005-02-12 | 20 | -167/+0 |
| | |||||
* | Fixes from gentoo. | Manuel Novoa III | 2004-08-26 | 2 | -5/+5 |
| | |||||
* | Add ldflags where needed | Eric Andersen | 2004-01-03 | 1 | -7/+7 |
| | |||||
* | A useful/useless little malloc time test | Eric Andersen | 2004-01-02 | 1 | -0/+62 |
| | |||||
* | Remove remnants of the gcc wrapper | Eric Andersen | 2004-01-02 | 1 | -3/+3 |
| | |||||
* | Do not make tests depend on CC, since we no longer build a wrapper. | Eric Andersen | 2004-01-02 | 18 | -52/+52 |
| | |||||
* | Additional passwd and group tests | Eric Andersen | 2003-11-02 | 5 | -46/+157 |
| | |||||
* | Add some additional pwd/grp tests, to prevent me from | Eric Andersen | 2003-11-01 | 4 | -1/+158 |
| | | | | | breaking obvious things in the future. -Erik | ||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 21 | -23/+25 |
| | | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). |