Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-12 | no more cvs | Mike Frysinger | |
2004-08-26 | Fixes from gentoo. | Manuel Novoa III | |
2004-01-03 | Add ldflags where needed | Eric Andersen | |
2004-01-02 | A useful/useless little malloc time test | Eric Andersen | |
2004-01-02 | Remove remnants of the gcc wrapper | Eric Andersen | |
2004-01-02 | Do not make tests depend on CC, since we no longer build a wrapper. | Eric Andersen | |
2003-11-02 | Additional passwd and group tests | Eric Andersen | |
2003-11-01 | Add some additional pwd/grp tests, to prevent me from | Eric Andersen | |
breaking obvious things in the future. -Erik | |||
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen | |
rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | |||
2003-09-08 | Fix broken test | Eric Andersen | |
2003-09-02 | Make it easier to disable lib debugging (mainly for when testing | Eric Andersen | |
with glibc). | |||
2003-09-01 | Use "__pthread_once", since that is weak and present in both | Eric Andersen | |
glibc and uClibc. | |||
2003-09-01 | move the ldso tests to dlopen where they belong | Eric Andersen | |
2003-09-01 | kill these too. | Eric Andersen | |
2003-09-01 | A better test for a dlopen problem with weak symbols, based | Eric Andersen | |
on a much improve test by mjn3. | |||
2003-09-01 | minor cleanup | Eric Andersen | |
2003-08-19 | ignore unwanted stuff | Eric Andersen | |
2003-08-19 | Update the tests a little bit | Eric Andersen | |
2003-06-27 | Add a test which shows off the broken spots in our dlopen implementation | Eric Andersen | |
2003-02-27 | Fix a silly bug | Eric Andersen | |
2003-02-26 | Prefer mmap2 for mips when available. Fix the mmap test. | Eric Andersen | |
-Erik | |||
2003-02-17 | Patch from Stefan Allius | Eric Andersen | |
And at last I fixed a warning in test's Makefile. (ldso was first added to the ALL_SUBDIRS variable in line 25): | |||
2003-02-10 | A few minor little changes | Eric Andersen | |
2003-01-28 | Add a couple of tests | Eric Andersen | |
2003-01-24 | Stick some evil casts in to make sure this works regardless | Eric Andersen | |
of the underlying data types. | |||
2003-01-24 | Better stat tests | Eric Andersen | |
2003-01-23 | Update tests to be somewhat consistant with the rest of the world | Eric Andersen | |
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen | |
the linux kernel uses. -Erik | |||
2002-11-28 | Fix compilation on mips | Eric Andersen | |
2002-11-19 | Silence some whining | Eric Andersen | |
2002-11-15 | Only build the 64 tests when relevant | Eric Andersen | |
2002-11-15 | Add in a pread/pwrite test | Eric Andersen | |
2002-11-11 | Add in 'ldso' to directory list since 'make clean' was not recursing | "Steven J. Hill" | |
into it. | |||
2002-11-08 | Re-enable the strchrnul and rawmemchr tests | Eric Andersen | |
2002-11-08 | Cleanup everything | Eric Andersen | |
2002-10-31 | Allow 'make clean' on the test stuff to work with the new config system. | Eric Andersen | |
-Erik | |||
2002-10-31 | Ignore generated stuff | Eric Andersen | |
2002-10-31 | Add a simple realloc test | Eric Andersen | |
-Erik | |||
2002-10-17 | Add a test from Alex King <alex@morrison.king.net.nz> which | Eric Andersen | |
shows a failure in ptsname when ASSUME_DEVPTS=false -Erik | |||
2002-10-16 | Remove -fuclibc-ctors | Eric Andersen | |
2002-10-01 | Sigh. OpenBSD used /usr/bin/{true|false} | Eric Andersen | |
2002-08-27 | Semonstrate a problem where weak symbols referenced in shared libs are not | Eric Andersen | |
being overridden when those same symbols _are_ overridden by other shared libs in the main app. Ick. -Erik | |||
2002-08-26 | sparc, alpha, and mips have different errno values than the other | Manuel Novoa III | |
supported platforms. Adjust _susv3_strerror_r function to deal with this. Also fix an error in strerror() wrt invalid errnos. NOTE: sys_errlist and sys_nerr are no longer supported!!! | |||
2002-08-25 | ignore generated stuff | Eric Andersen | |
2002-08-24 | Simple shared memory test | Eric Andersen | |
2002-08-24 | Ignore generated stuff | Eric Andersen | |
2002-08-23 | Ignore generated binaries | Eric Andersen | |
2002-08-19 | Open a lib that is not so closely coupled with gdb | Eric Andersen | |
2002-08-16 | Demonstrate that dlopen() RTLD_NOW is currently broken. | Eric Andersen | |
-Erik | |||
2002-08-14 | Move all malloc tests under test/malloc/ | Eric Andersen | |