OSDN Git Service

make sure we set errno properly
[uclinux-h8/uclibc-ng.git] / test /
2006-01-14 Mike Frysingeruse regular fseeko()
2006-01-14 Mike Frysingersimple stdarg test
2006-01-13 Mike Frysingerdlopen test also requires threads :/
2006-01-12 Mike Frysingeruse LDFLAGS when linking .so files as pointed out by...
2006-01-12 Mike Frysingertest for seek funcs
2006-01-11 Mike Frysingerdont use LDFLAGS when just compiling
2006-01-11 Mike Frysingerdescend into mmap subdir
2006-01-11 Mike Frysingerdont redefine _GNU_SOURCE
2006-01-11 Mike Frysingercleanup code and dont use %m glibcism
2006-01-09 Mike Frysingerneed _GNU_SOURCE for the strsignal() func
2006-01-08 Mike Frysingerdont include atexit() if uClibc doesnt support it
2006-01-06 Mike Frysingersimple test for the if_nameindex() related functions
2005-11-25 Peter S. MazingerChange HOSTCFLAGS to BUILD_CFLAGS proposed by vapier
2005-11-21 Peter S. MazingerRemove TOPDIR, update copyright
2005-11-15 Mike Frysingerimport test from glibc
2005-11-15 Mike Frysingeradd a way to just run uclibc or glibc tests
2005-10-28 Peter S. MazingerHAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD...
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-09-07 Mike Frysingerclean up code and make it easy to extend
2005-09-07 Mike Frysingerdont fail if target doesnt support mmap64
2005-08-31 Mike Frysingeradd (size_t)-1 border case tests for strncat and strncm...
2005-08-18 Mike Frysingerremove some debug code
2005-08-17 Mike Frysingerstart of some rpc tests
2005-08-17 Mike Frysingermake sure UCLIBC_LDSO is defined if we are running...
2005-08-12 Joakim TjernlundRemoved hardcoded ld-uClibc.so.0 in uClibc. From Peter...
2005-07-28 Mike Frysingercheck the return value of the clone call too
2005-07-27 Mike Frysingerdont run ls and make sure diff aborts if it fails
2005-07-27 Mike Frysingeradd a basic errno test based on one from ltp
2005-07-14 Mike Frysingerwhen running shared tests, use the toplevel ldso
2005-07-09 Mike Frysingermight as well test mmap64() too
2005-07-09 Mike Frysingermake sure the call to signal() worked
2005-07-09 Mike Frysingerneed unistd/string header files
2005-07-09 Mike Frysingerneed the ioctl header file
2005-07-06 Mike Frysingerwe need stdio.h for printf()
2005-07-06 Mike Frysingermake test failures fatal
2005-07-02 Mike Frysingermove to new test framework
2005-07-02 Mike Frysingermove to new test framework
2005-07-02 Mike Frysingermove to new test framework
2005-07-02 Mike Frysingernew testing framework to unify duplicated code in subdirs
2005-07-02 Mike Frysingerexit according to how many tests failed
2005-07-02 Mike Frysingermake sure we strip quotes from the cross compiler prefix
2005-07-02 Mike Frysingernew testcase for clone()
2005-07-01 Mike FrysingerGNU libc -> glibc
2005-07-01 Mike Frysingeruse $(CROSS_COMPILER_PREFIX) by default for CROSS setting
2005-07-01 Mike Frysingerreenable the glibc portion of the test so that we can...
2005-07-01 Mike Frysingerupdate tests to check exit status and abort only if...
2005-07-01 Mike Frysingermake the test silent/non-interactive and only abort...
2005-07-01 Mike Frysingermake test output nicer so its easier to go through...
2005-07-01 Mike Frysingerremove old depend on Config and make it so that a test...
2005-06-30 Mike Frysingerdont try to run ldd if LDSO_LDD_SUPPORT is disabled...
2005-06-30 Mike Frysingertype cast output to prevent build warnings
2005-06-30 Mike Frysingertype cast output to prevent build warnings
2005-06-30 Mike Frysingerremove unused variable
2005-06-30 Mike Frysingerfix type casting so we dont have any warnings on 32...
2005-06-30 Mike Frysingerfix ALL_SUBDIRS/DIRS setting so clean always kills...
2005-06-30 Mike Frysingerexit with an error if thread functions failed so make...
2005-06-29 Mike Frysingerneed stdlib.h for some things
2005-06-29 Mike Frysingerneed to include string.h for some mem funcs
2005-06-29 Mike Frysingersimplify TESTDIR setting and touchup
2005-06-29 Mike Frysingerclean up and use topdir .config instead of local Config
2005-06-29 Mike Frysingertouchup syntax
2005-06-29 Mike Frysingertouchups syntax and fix warning when using 64bit arches
2005-02-12 Mike Frysingerno more cvs
2004-08-26 Manuel Novoa III Fixes from gentoo.
2004-01-03 Eric AndersenAdd ldflags where needed
2004-01-02 Eric AndersenA useful/useless little malloc time test
2004-01-02 Eric AndersenRemove remnants of the gcc wrapper
2004-01-02 Eric AndersenDo not make tests depend on CC, since we no longer...
2003-11-02 Eric AndersenAdditional passwd and group tests
2003-11-01 Eric AndersenAdd some additional pwd/grp tests, to prevent me from
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-09-08 Eric AndersenFix broken test
2003-09-02 Eric AndersenMake it easier to disable lib debugging (mainly for...
2003-09-01 Eric AndersenUse "__pthread_once", since that is weak and present...
2003-09-01 Eric Andersenmove the ldso tests to dlopen where they belong
2003-09-01 Eric Andersenkill these too.
2003-09-01 Eric AndersenA better test for a dlopen problem with weak symbols...
2003-09-01 Eric Andersenminor cleanup
2003-08-19 Eric Andersenignore unwanted stuff
2003-08-19 Eric AndersenUpdate the tests a little bit
2003-06-27 Eric AndersenAdd a test which shows off the broken spots in our...
2003-02-27 Eric AndersenFix a silly bug
2003-02-26 Eric AndersenPrefer mmap2 for mips when available. Fix the mmap...
2003-02-17 Eric AndersenPatch from Stefan Allius
2003-02-10 Eric AndersenA few minor little changes
2003-01-28 Eric AndersenAdd a couple of tests
2003-01-24 Eric AndersenStick some evil casts in to make sure this works regardless
2003-01-24 Eric AndersenBetter stat tests
2003-01-23 Eric AndersenUpdate tests to be somewhat consistant with the rest...
2002-12-04 Eric AndersenChange some variable names so we are more consistant...
2002-11-28 Eric AndersenFix compilation on mips
2002-11-19 Eric AndersenSilence some whining
2002-11-15 Eric AndersenOnly build the 64 tests when relevant
2002-11-15 Eric AndersenAdd in a pread/pwrite test
2002-11-11 "Steven J. Hill"Add in 'ldso' to directory list since 'make clean'...
2002-11-08 Eric AndersenRe-enable the strchrnul and rawmemchr tests
2002-11-08 Eric AndersenCleanup everything
2002-10-31 Eric AndersenAllow 'make clean' on the test stuff to work with the...
2002-10-31 Eric AndersenIgnore generated stuff
2002-10-31 Eric AndersenAdd a simple realloc test
next