OSDN Git Service

add an entry about __fputc_unlocked link errors
[uclinux-h8/uClibc.git] / test /
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
2002-10-17 Eric AndersenAdd a test from Alex King <alex@morrison.king.net.nz...
2002-10-16 Eric AndersenRemove -fuclibc-ctors
2002-10-01 Eric AndersenSigh. OpenBSD used /usr/bin/{true|false}
2002-08-27 Eric AndersenSemonstrate a problem where weak symbols referenced...
2002-08-26 Manuel Novoa III sparc, alpha, and mips have different errno values...
2002-08-25 Eric Andersenignore generated stuff
2002-08-24 Eric AndersenSimple shared memory test
2002-08-24 Eric AndersenIgnore generated stuff
2002-08-23 Eric AndersenIgnore generated binaries
2002-08-19 Eric AndersenOpen a lib that is not so closely coupled with gdb
2002-08-16 Eric AndersenDemonstrate that dlopen() RTLD_NOW is currently broken.
2002-08-14 Eric AndersenMove all malloc tests under test/malloc/
2002-08-12 Eric AndersenTest threads when appropriate
2002-08-08 Eric AndersenAdd a simple test for shared lib ctor/dtors
2002-08-07 Eric Andersenmissed a file
2002-08-07 Eric Andersengetopt tests
2002-06-20 Eric AndersenSeveral test case cleanups
2002-06-18 Eric AndersenA simple test for getcwd
2002-05-09 Eric AndersenRework the math library tests per the glibc math test...
2002-04-03 Eric Andersenrun dos2unix on these files
2002-03-21 Eric AndersenPut the chdir back, to simplify testing now that scandir
2002-03-13 Eric AndersenRemove the chdir, so we can test things like empty...
2002-02-28 Eric AndersenPatch from David Schleef to check for proper 16-byte...
2002-02-26 Eric AndersenAdd an md5crypt test
next