OSDN Git Service

misc cleanups of __stack_smash_handler() function when ssp support is enabled. syslog...
[uclinux-h8/uClibc.git] / test /
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
2002-02-26 Eric AndersenDoh! Tests were not being compiled with warnings and...
2002-02-23 Eric AndersenTest for libcrypt (which is partly broken ATM)
2002-02-21 Eric AndersenUpdate string tests per glibc 2.2.5's string tester...
2002-02-20 Eric AndersenAdd a test from Stefan Soucek for pthread_cond_timedwai...
2002-02-13 Eric AndersenSeveral test suite updates. The testatexit, teston_exi...
2002-02-04 Eric AndersenFix headers
2002-02-04 Eric AndersenFixup arch substitution
2002-01-11 Eric AndersenBuild glibc test apps static when told to.
2002-01-11 Eric Andersenglibc test apps failed to be static when told to be
2002-01-02 Eric AndersenNew and improved!
2002-01-02 Eric AndersenCleaned up test that doesn't need manual intervention.
2002-01-02 Eric AndersenAdd a test for a sigchld bug
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-30 Eric AndersenAlways use --uclibc-use-build-dir
2001-11-26 David Schleeflibhowdy.so needs to be compiled with -fPIC
2001-11-26 David SchleefDisable ldso directory if DODYNAMIC isn't true, in...
2001-11-26 David SchleefFix dependencies
2001-11-26 David Schleefstrsignal() is a GNU extension
2001-11-12 David SchleefFix common C ambiguity.
2001-11-10 David SchleefAdded .cvsignore
2001-10-12 Eric AndersenBeef up the fork test, checking for proper SIGCHLD...
2001-10-02 Eric AndersenAdd in some math lib tests
2001-09-27 Eric AndersenScrub up a few test things
2001-09-21 Eric AndersenFix the vfork test so it actually works this time.
2001-09-21 Eric AndersenAdd in a simple vfork test
2001-08-29 Eric AndersenMinor update
2001-08-14 Eric AndersenDon't use --uclibc-use-build-dir for the tests unless...
2001-08-14 Eric AndersenProper support for tests spannint multiple .o files
2001-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-07-13 David SchleefAdd test for proper realloc() behavior.
2001-07-12 Eric AndersenUse uClibc's ldd, not the system one which is probably...
2001-07-04 David McCulloughAdded stpcpy and strcasestr along with some code to...
2001-07-03 Eric Andersenignore generated stuff
2001-07-03 Eric AndersenScrub up the tests a bit, and force everybody to use the
2001-06-29 Eric AndersenAdd a dlopen test
2001-06-15 Eric AndersenMake all the uClibc tests use the --uclibc-use-build...
2001-06-12 Eric AndersenDefault to testing shared libs.
2001-06-07 Eric AndersenAdd in a test for outb (that currently fails)
2001-05-29 Eric AndersenComment out broken test
next