Age | Commit message (Expand) | Author |
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 |
2004-01-02 | Remove remnants of the gcc wrapper | Eric Andersen |
2004-01-02 | Do not make tests depend on CC, since we no longer build a wrapper. | Eric Andersen |
2003-11-02 | Additional passwd and group tests | Eric Andersen |
2003-11-01 | Add some additional pwd/grp tests, to prevent me from | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-09-08 | Fix broken test | Eric Andersen |
2003-09-02 | Make it easier to disable lib debugging (mainly for when testing | Eric Andersen |
2003-09-01 | Use "__pthread_once", since that is weak and present in both | Eric Andersen |
2003-09-01 | move the ldso tests to dlopen where they belong | Eric Andersen |
2003-09-01 | kill these too. | Eric Andersen |
2003-09-01 | A better test for a dlopen problem with weak symbols, based | Eric Andersen |
2003-09-01 | minor cleanup | Eric Andersen |
2003-08-19 | ignore unwanted stuff | Eric Andersen |
2003-08-19 | Update the tests a little bit | Eric Andersen |
2003-06-27 | Add a test which shows off the broken spots in our dlopen implementation | Eric Andersen |
2003-02-27 | Fix a silly bug | Eric Andersen |
2003-02-26 | Prefer mmap2 for mips when available. Fix the mmap test. | Eric Andersen |