Age | Commit message (Expand) | Author |
2006-02-08 | fix warnings on 64bit hosts | Mike Frysinger |
2006-02-04 | fix segfault do to sizeof(NULL) usage | Mike Frysinger |
2006-02-04 | touchup test to have some more helpful output | Mike Frysinger |
2006-02-04 | import files from glibc for an ia64/static port | Mike Frysinger |
2006-01-14 | use regular fseeko() | Mike Frysinger |
2006-01-14 | simple stdarg test | Mike Frysinger |
2006-01-13 | dlopen test also requires threads :/ | Mike Frysinger |
2006-01-12 | use LDFLAGS when linking .so files as pointed out by Peter S. Mazinger | Mike Frysinger |
2006-01-12 | test for seek funcs | Mike Frysinger |
2006-01-11 | dont use LDFLAGS when just compiling | Mike Frysinger |
2006-01-11 | descend into mmap subdir | Mike Frysinger |
2006-01-11 | dont redefine _GNU_SOURCE | Mike Frysinger |
2006-01-11 | cleanup code and dont use %m glibcism | Mike Frysinger |
2006-01-09 | need _GNU_SOURCE for the strsignal() func | Mike Frysinger |
2006-01-08 | dont include atexit() if uClibc doesnt support it | Mike Frysinger |
2006-01-06 | simple test for the if_nameindex() related functions | Mike Frysinger |
2005-11-25 | Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR, update copyright | Peter S. Mazinger |
2005-11-15 | import test from glibc | Mike Frysinger |
2005-11-15 | add a way to just run uclibc or glibc tests | Mike Frysinger |
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 |