summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2006-02-14add more test dirs, touchup output, and some other misc touchupsMike Frysinger
2006-02-14add support for pretty output, remove LDD, make sure we build tests as GNU_SO...Mike Frysinger
2006-02-14grab a bunch of tests from glibcMike Frysinger
2006-02-14sync with glibcMike Frysinger
2006-02-14rename test to match glibcMike Frysinger
2006-02-14sync with glibcMike Frysinger
2006-02-14convert to new test systemMike Frysinger
2006-02-14renameMike Frysinger
2006-02-14fix gcc warning: ex3.c:31: warning: int format, different type arg (arg 2)Mike Frysinger
2006-02-11convert to new test frameworkMike Frysinger
2006-02-11convert to new test frameworkMike Frysinger
2006-02-11allow for controlling of uclibc vs glibc tests until this gets converted into...Mike Frysinger
2006-02-11use := rather than =Mike Frysinger
2006-02-11automate the tests a bitMike Frysinger
2006-02-08fix warnings on 64bit hostsMike Frysinger
2006-02-04fix segfault do to sizeof(NULL) usageMike Frysinger
2006-02-04touchup test to have some more helpful outputMike Frysinger
2006-02-04import files from glibc for an ia64/static portMike Frysinger
2006-01-14use regular fseeko()Mike Frysinger
2006-01-14simple stdarg testMike Frysinger
2006-01-13dlopen test also requires threads :/Mike Frysinger
2006-01-12use LDFLAGS when linking .so files as pointed out by Peter S. MazingerMike Frysinger
2006-01-12test for seek funcsMike Frysinger
2006-01-11dont use LDFLAGS when just compilingMike Frysinger
2006-01-11descend into mmap subdirMike Frysinger
2006-01-11dont redefine _GNU_SOURCEMike Frysinger
2006-01-11cleanup code and dont use %m glibcismMike Frysinger
2006-01-09need _GNU_SOURCE for the strsignal() funcMike Frysinger
2006-01-08dont include atexit() if uClibc doesnt support itMike Frysinger
2006-01-06simple test for the if_nameindex() related functionsMike Frysinger
2005-11-25Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger
2005-11-21Remove TOPDIR, update copyrightPeter S. Mazinger
2005-11-15import test from glibcMike Frysinger
2005-11-15add a way to just run uclibc or glibc testsMike Frysinger
2005-10-28HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and repla...Peter S. Mazinger
2005-09-28Remove ar-target and shared targets, at build time now we traverse the tree o...Peter S. Mazinger
2005-09-07clean up code and make it easy to extendMike Frysinger
2005-09-07dont fail if target doesnt support mmap64Mike Frysinger
2005-08-31add (size_t)-1 border case tests for strncat and strncmp, and add a bunch of ...Mike Frysinger
2005-08-18remove some debug codeMike Frysinger
2005-08-17start of some rpc testsMike Frysinger
2005-08-17make sure UCLIBC_LDSO is defined if we are running in a test subdir rather th...Mike Frysinger
2005-08-12Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund
2005-07-28check the return value of the clone call tooMike Frysinger
2005-07-27dont run ls and make sure diff aborts if it failsMike Frysinger
2005-07-27add a basic errno test based on one from ltpMike Frysinger
2005-07-14when running shared tests, use the toplevel ldsoMike Frysinger
2005-07-09might as well test mmap64() tooMike Frysinger
2005-07-09make sure the call to signal() workedMike Frysinger
2005-07-09need unistd/string header filesMike Frysinger