summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* missed a fileEric Andersen2002-08-071-0/+1
|
* getopt testsEric Andersen2002-08-074-1/+179
|
* Several test case cleanupsEric Andersen2002-06-202-4/+17
| | | | -Erik
* A simple test for getcwdEric Andersen2002-06-182-1/+67
| | | | -Erik
* Rework the math library tests per the glibc math test code, withEric Andersen2002-05-0924-9833/+5522
| | | | | many unsupported tests disabled for the moment. -Erik
* run dos2unix on these filesEric Andersen2002-04-0315-9774/+9774
|
* Put the chdir back, to simplify testing now that scandirEric Andersen2002-03-211-0/+1
| | | | doesn't segfault anymore
* Remove the chdir, so we can test things like empty directoriesEric Andersen2002-03-131-1/+0
|
* Patch from David Schleef to check for proper 16-byte aligedEric Andersen2002-02-281-0/+10
| | | | stack pointer on powerpc
* Add an md5crypt testEric Andersen2002-02-263-2/+33
|
* Doh! Tests were not being compiled with warnings and optimizationEric Andersen2002-02-261-2/+2
|
* Test for libcrypt (which is partly broken ATM)Eric Andersen2002-02-235-1/+351
|
* Update string tests per glibc 2.2.5's string tester. Looks likeEric Andersen2002-02-211-117/+486
| | | | | our stpncpy is flunking... -Erik
* Add a test from Stefan Soucek for pthread_cond_timedwait(). OnEric Andersen2002-02-202-1/+115
| | | | mmu-less ARM perhaps sigsetjmp() isn't working?
* Several test suite updates. The testatexit, teston_exit, andEric Andersen2002-02-1312-21/+958
| | | | pthread tests were contributed by Stefan Soucek
* Fix headersEric Andersen2002-02-042-0/+3
|
* Fixup arch substitutionEric Andersen2002-02-041-2/+12
|
* Build glibc test apps static when told to.Eric Andersen2002-01-112-2/+1
| | | | Make tiny live up to its name.
* glibc test apps failed to be static when told to beEric Andersen2002-01-111-1/+16
|
* New and improved!Eric Andersen2002-01-021-21/+19
|
* Cleaned up test that doesn't need manual intervention.Eric Andersen2002-01-021-4/+27
| | | | -Erik
* Add a test for a sigchld bugEric Andersen2002-01-023-1/+65
|
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-1925-19/+329
|
* Always use --uclibc-use-build-dirEric Andersen2001-11-301-4/+0
|
* libhowdy.so needs to be compiled with -fPICDavid Schleef2001-11-261-1/+1
|
* Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHAREDDavid Schleef2001-11-261-0/+2
|
* Fix dependenciesDavid Schleef2001-11-261-4/+8
|
* strsignal() is a GNU extensionDavid Schleef2001-11-261-0/+1
|
* Fix common C ambiguity.David Schleef2001-11-121-2/+2
|
* Added .cvsignoreDavid Schleef2001-11-102-0/+6
|
* Beef up the fork test, checking for proper SIGCHLD behaviorEric Andersen2001-10-121-13/+45
|
* Add in some math lib testsEric Andersen2001-10-0215-0/+9839
|
* Scrub up a few test thingsEric Andersen2001-09-272-7/+7
|
* Fix the vfork test so it actually works this time.Eric Andersen2001-09-211-1/+5
| | | | -Erik
* Add in a simple vfork testEric Andersen2001-09-213-1/+85
|
* Minor updateEric Andersen2001-08-292-8/+15
|
* Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=trueEric Andersen2001-08-141-1/+2
|
* Proper support for tests spannint multiple .o filesEric Andersen2001-08-141-41/+47
| | | | -Erik
* This syncs things up with my local tree. Mainly changes installerEric Andersen2001-08-081-2/+4
| | | | | | issues, and syns things (as far as I am willing) with Dave Schleef's tree. We may need to go another round or so, but we do seem to be converging...
* Add test for proper realloc() behavior.David Schleef2001-07-131-1/+27
|
* Use uClibc's ldd, not the system one which is probably brokenEric Andersen2001-07-125-14/+15
| | | | | | anyways. This ensures correct answers, and prevents all the annoying segfaults from the system ldd. -Erik