Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | exit with an error if thread functions failed so make can detect the problem | Mike Frysinger | 2005-06-30 | 1 | -23/+19 | |
| | ||||||
* | need stdlib.h for some things | Mike Frysinger | 2005-06-29 | 1 | -2/+3 | |
| | ||||||
* | need to include string.h for some mem funcs | Mike Frysinger | 2005-06-29 | 1 | -0/+1 | |
| | ||||||
* | simplify TESTDIR setting and touchup | Mike Frysinger | 2005-06-29 | 19 | -61/+38 | |
| | ||||||
* | clean up and use topdir .config instead of local Config | Mike Frysinger | 2005-06-29 | 2 | -53/+45 | |
| | ||||||
* | touchup syntax | Mike Frysinger | 2005-06-29 | 1 | -14/+11 | |
| | ||||||
* | touchups syntax and fix warning when using 64bit arches | Mike Frysinger | 2005-06-29 | 1 | -21/+18 | |
| | ||||||
* | no more cvs | Mike Frysinger | 2005-02-12 | 20 | -167/+0 | |
| | ||||||
* | Fixes from gentoo. | Manuel Novoa III | 2004-08-26 | 2 | -5/+5 | |
| | ||||||
* | Add ldflags where needed | Eric Andersen | 2004-01-03 | 1 | -7/+7 | |
| | ||||||
* | A useful/useless little malloc time test | Eric Andersen | 2004-01-02 | 1 | -0/+62 | |
| | ||||||
* | Remove remnants of the gcc wrapper | Eric Andersen | 2004-01-02 | 1 | -3/+3 | |
| | ||||||
* | Do not make tests depend on CC, since we no longer build a wrapper. | Eric Andersen | 2004-01-02 | 18 | -52/+52 | |
| | ||||||
* | Additional passwd and group tests | Eric Andersen | 2003-11-02 | 5 | -46/+157 | |
| | ||||||
* | Add some additional pwd/grp tests, to prevent me from | Eric Andersen | 2003-11-01 | 4 | -1/+158 | |
| | | | | | breaking obvious things in the future. -Erik | |||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 21 | -23/+25 | |
| | | | | | | | 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). | |||||
* | Fix broken test | Eric Andersen | 2003-09-08 | 1 | -25/+24 | |
| | ||||||
* | Make it easier to disable lib debugging (mainly for when testing | Eric Andersen | 2003-09-02 | 1 | -5/+7 | |
| | | | | with glibc). | |||||
* | Use "__pthread_once", since that is weak and present in both | Eric Andersen | 2003-09-01 | 2 | -7/+3 | |
| | | | | glibc and uClibc. | |||||
* | move the ldso tests to dlopen where they belong | Eric Andersen | 2003-09-01 | 7 | -53/+30 | |
| | ||||||
* | kill these too. | Eric Andersen | 2003-09-01 | 2 | -95/+0 | |
| | ||||||
* | A better test for a dlopen problem with weak symbols, based | Eric Andersen | 2003-09-01 | 5 | -78/+57 | |
| | | | | on a much improve test by mjn3. | |||||
* | minor cleanup | Eric Andersen | 2003-09-01 | 1 | -0/+2 | |
| | ||||||
* | ignore unwanted stuff | Eric Andersen | 2003-08-19 | 1 | -0/+8 | |
| | ||||||
* | Update the tests a little bit | Eric Andersen | 2003-08-19 | 4 | -16/+33 | |
| | ||||||
* | Add a test which shows off the broken spots in our dlopen implementation | Eric Andersen | 2003-06-27 | 5 | -0/+197 | |
| | ||||||
* | Fix a silly bug | Eric Andersen | 2003-02-27 | 1 | -2/+2 | |
| | ||||||
* | Prefer mmap2 for mips when available. Fix the mmap test. | Eric Andersen | 2003-02-26 | 1 | -7/+6 | |
| | | | | -Erik | |||||
* | Patch from Stefan Allius | Eric Andersen | 2003-02-17 | 1 | -1/+1 | |
| | | | | | And at last I fixed a warning in test's Makefile. (ldso was first added to the ALL_SUBDIRS variable in line 25): | |||||
* | A few minor little changes | Eric Andersen | 2003-02-10 | 2 | -8/+7 | |
| | ||||||
* | Add a couple of tests | Eric Andersen | 2003-01-28 | 4 | -2/+166 | |
| | ||||||
* | Stick some evil casts in to make sure this works regardless | Eric Andersen | 2003-01-24 | 1 | -13/+13 | |
| | | | | of the underlying data types. | |||||
* | Better stat tests | Eric Andersen | 2003-01-24 | 3 | -37/+118 | |
| | ||||||
* | Update tests to be somewhat consistant with the rest of the world | Eric Andersen | 2003-01-23 | 15 | -73/+129 | |
| | ||||||
* | Change some variable names so we are more consistant with what | Eric Andersen | 2002-12-04 | 2 | -3/+3 | |
| | | | | | the linux kernel uses. -Erik | |||||
* | Fix compilation on mips | Eric Andersen | 2002-11-28 | 1 | -6/+8 | |
| | ||||||
* | Silence some whining | Eric Andersen | 2002-11-19 | 2 | -1/+3 | |
| | ||||||
* | Only build the 64 tests when relevant | Eric Andersen | 2002-11-15 | 1 | -0/+5 | |
| | ||||||
* | Add in a pread/pwrite test | Eric Andersen | 2002-11-15 | 3 | -1/+154 | |
| | ||||||
* | Add in 'ldso' to directory list since 'make clean' was not recursing | "Steven J. Hill" | 2002-11-11 | 1 | -1/+1 | |
| | | | | into it. | |||||
* | Re-enable the strchrnul and rawmemchr tests | Eric Andersen | 2002-11-08 | 1 | -4/+0 | |
| | ||||||
* | Cleanup everything | Eric Andersen | 2002-11-08 | 1 | -1/+1 | |
| | ||||||
* | Allow 'make clean' on the test stuff to work with the new config system. | Eric Andersen | 2002-10-31 | 2 | -2/+2 | |
| | | | | -Erik | |||||
* | Ignore generated stuff | Eric Andersen | 2002-10-31 | 1 | -0/+3 | |
| | ||||||
* | Add a simple realloc test | Eric Andersen | 2002-10-31 | 2 | -0/+40 | |
| | | | | -Erik | |||||
* | Add a test from Alex King <alex@morrison.king.net.nz> which | Eric Andersen | 2002-10-17 | 3 | -0/+34 | |
| | | | | | shows a failure in ptsname when ASSUME_DEVPTS=false -Erik | |||||
* | Remove -fuclibc-ctors | Eric Andersen | 2002-10-16 | 1 | -1/+0 | |
| | ||||||
* | Sigh. OpenBSD used /usr/bin/{true|false} | Eric Andersen | 2002-10-01 | 1 | -1/+1 | |
| | ||||||
* | Semonstrate a problem where weak symbols referenced in shared libs are not | Eric Andersen | 2002-08-27 | 4 | -5/+74 | |
| | | | | | | being overridden when those same symbols _are_ overridden by other shared libs in the main app. Ick. -Erik | |||||
* | sparc, alpha, and mips have different errno values than the other | Manuel Novoa III | 2002-08-26 | 1 | -5/+0 | |
| | | | | | | | 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!!! |