summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Add ldflags where neededEric Andersen2004-01-031-7/+7
|
* A useful/useless little malloc time testEric Andersen2004-01-021-0/+62
|
* Remove remnants of the gcc wrapperEric Andersen2004-01-021-3/+3
|
* Do not make tests depend on CC, since we no longer build a wrapper.Eric Andersen2004-01-0218-52/+52
|
* Additional passwd and group testsEric Andersen2003-11-025-46/+157
|
* Add some additional pwd/grp tests, to prevent me fromEric Andersen2003-11-014-1/+158
| | | | | breaking obvious things in the future. -Erik
* Peter Kjellerstedt writes:Eric Andersen2003-10-1821-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 testEric Andersen2003-09-081-25/+24
|
* Make it easier to disable lib debugging (mainly for when testingEric Andersen2003-09-021-5/+7
| | | | with glibc).
* Use "__pthread_once", since that is weak and present in bothEric Andersen2003-09-012-7/+3
| | | | glibc and uClibc.
* move the ldso tests to dlopen where they belongEric Andersen2003-09-017-53/+30
|
* kill these too.Eric Andersen2003-09-012-95/+0
|
* A better test for a dlopen problem with weak symbols, basedEric Andersen2003-09-015-78/+57
| | | | on a much improve test by mjn3.
* minor cleanupEric Andersen2003-09-011-0/+2
|
* ignore unwanted stuffEric Andersen2003-08-191-0/+8
|
* Update the tests a little bitEric Andersen2003-08-194-16/+33
|
* Add a test which shows off the broken spots in our dlopen implementationEric Andersen2003-06-275-0/+197
|
* Fix a silly bugEric Andersen2003-02-271-2/+2
|
* Prefer mmap2 for mips when available. Fix the mmap test.Eric Andersen2003-02-261-7/+6
| | | | -Erik
* Patch from Stefan AlliusEric Andersen2003-02-171-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 changesEric Andersen2003-02-102-8/+7
|
* Add a couple of testsEric Andersen2003-01-284-2/+166
|
* Stick some evil casts in to make sure this works regardlessEric Andersen2003-01-241-13/+13
| | | | of the underlying data types.
* Better stat testsEric Andersen2003-01-243-37/+118
|
* Update tests to be somewhat consistant with the rest of the worldEric Andersen2003-01-2315-73/+129
|
* Change some variable names so we are more consistant with whatEric Andersen2002-12-042-3/+3
| | | | | the linux kernel uses. -Erik
* Fix compilation on mipsEric Andersen2002-11-281-6/+8
|
* Silence some whiningEric Andersen2002-11-192-1/+3
|
* Only build the 64 tests when relevantEric Andersen2002-11-151-0/+5
|
* Add in a pread/pwrite testEric Andersen2002-11-153-1/+154
|
* Add in 'ldso' to directory list since 'make clean' was not recursing"Steven J. Hill"2002-11-111-1/+1
| | | | into it.
* Re-enable the strchrnul and rawmemchr testsEric Andersen2002-11-081-4/+0
|
* Cleanup everythingEric Andersen2002-11-081-1/+1
|
* Allow 'make clean' on the test stuff to work with the new config system.Eric Andersen2002-10-312-2/+2
| | | | -Erik
* Ignore generated stuffEric Andersen2002-10-311-0/+3
|
* Add a simple realloc testEric Andersen2002-10-312-0/+40
| | | | -Erik
* Add a test from Alex King <alex@morrison.king.net.nz> whichEric Andersen2002-10-173-0/+34
| | | | | shows a failure in ptsname when ASSUME_DEVPTS=false -Erik
* Remove -fuclibc-ctorsEric Andersen2002-10-161-1/+0
|
* Sigh. OpenBSD used /usr/bin/{true|false}Eric Andersen2002-10-011-1/+1
|
* Semonstrate a problem where weak symbols referenced in shared libs are notEric Andersen2002-08-274-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 otherManuel Novoa III2002-08-261-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!!!
* ignore generated stuffEric Andersen2002-08-251-0/+1
|
* Simple shared memory testEric Andersen2002-08-242-1/+56
|
* Ignore generated stuffEric Andersen2002-08-241-1/+12
|
* Ignore generated binariesEric Andersen2002-08-231-0/+7
|
* Open a lib that is not so closely coupled with gdbEric Andersen2002-08-192-9/+9
|
* Demonstrate that dlopen() RTLD_NOW is currently broken.Eric Andersen2002-08-163-2/+57
| | | | -Erik
* Move all malloc tests under test/malloc/Eric Andersen2002-08-147-67/+70
|
* Test threads when appropriateEric Andersen2002-08-121-0/+3
|
* Add a simple test for shared lib ctor/dtorsEric Andersen2002-08-082-0/+13
| | | | -Erik