Age | Commit message (Expand) | Author |
2005-10-28 | HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and repla... | Peter S. Mazinger |
2005-09-28 | Remove ar-target and shared targets, at build time now we traverse the tree o... | Peter S. Mazinger |
2005-09-07 | clean up code and make it easy to extend | Mike Frysinger |
2005-09-07 | dont fail if target doesnt support mmap64 | Mike Frysinger |
2005-08-31 | add (size_t)-1 border case tests for strncat and strncmp, and add a bunch of ... | Mike Frysinger |
2005-08-18 | remove some debug code | Mike Frysinger |
2005-08-17 | start of some rpc tests | Mike Frysinger |
2005-08-17 | make sure UCLIBC_LDSO is defined if we are running in a test subdir rather th... | Mike Frysinger |
2005-08-12 | Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger. | Joakim Tjernlund |
2005-07-28 | check the return value of the clone call too | Mike Frysinger |
2005-07-27 | dont run ls and make sure diff aborts if it fails | Mike Frysinger |
2005-07-27 | add a basic errno test based on one from ltp | Mike Frysinger |
2005-07-14 | when running shared tests, use the toplevel ldso | Mike Frysinger |
2005-07-09 | might as well test mmap64() too | Mike Frysinger |
2005-07-09 | make sure the call to signal() worked | Mike Frysinger |
2005-07-09 | need unistd/string header files | Mike Frysinger |
2005-07-09 | need the ioctl header file | Mike Frysinger |
2005-07-06 | we need stdio.h for printf() | Mike Frysinger |
2005-07-06 | make test failures fatal | Mike Frysinger |
2005-07-02 | move to new test framework | Mike Frysinger |
2005-07-02 | move to new test framework | Mike Frysinger |
2005-07-02 | move to new test framework | Mike Frysinger |
2005-07-02 | new testing framework to unify duplicated code in subdirs | Mike Frysinger |
2005-07-02 | exit according to how many tests failed | Mike Frysinger |
2005-07-02 | make sure we strip quotes from the cross compiler prefix | Mike Frysinger |
2005-07-02 | new testcase for clone() | Mike Frysinger |
2005-07-01 | GNU libc -> glibc | Mike Frysinger |
2005-07-01 | use $(CROSS_COMPILER_PREFIX) by default for CROSS setting | Mike Frysinger |
2005-07-01 | reenable the glibc portion of the test so that we can do a non-interactive/si... | Mike Frysinger |
2005-07-01 | update tests to check exit status and abort only if things didnt work correctly | Mike Frysinger |
2005-07-01 | make the test silent/non-interactive and only abort if it actually fails | Mike Frysinger |
2005-07-01 | make test output nicer so its easier to go through a log of `make -s` and fin... | Mike Frysinger |
2005-07-01 | remove old depend on Config and make it so that a test failure aborts the mak... | Mike Frysinger |
2005-06-30 | dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .config | Mike Frysinger |
2005-06-30 | type cast output to prevent build warnings | Mike Frysinger |
2005-06-30 | type cast output to prevent build warnings | Mike Frysinger |
2005-06-30 | remove unused variable | Mike Frysinger |
2005-06-30 | fix type casting so we dont have any warnings on 32/64 bit arches | Mike Frysinger |
2005-06-30 | fix ALL_SUBDIRS/DIRS setting so clean always kills everything | Mike Frysinger |
2005-06-30 | exit with an error if thread functions failed so make can detect the problem | Mike Frysinger |
2005-06-29 | need stdlib.h for some things | Mike Frysinger |
2005-06-29 | need to include string.h for some mem funcs | Mike Frysinger |
2005-06-29 | simplify TESTDIR setting and touchup | Mike Frysinger |
2005-06-29 | clean up and use topdir .config instead of local Config | Mike Frysinger |
2005-06-29 | touchup syntax | Mike Frysinger |
2005-06-29 | touchups syntax and fix warning when using 64bit arches | Mike Frysinger |
2005-02-12 | no more cvs | Mike Frysinger |
2004-08-26 | Fixes from gentoo. | Manuel Novoa III |
2004-01-03 | Add ldflags where needed | Eric Andersen |
2004-01-02 | A useful/useless little malloc time test | Eric Andersen |