summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2002-08-27Semonstrate a problem where weak symbols referenced in shared libs are notEric Andersen
being overridden when those same symbols _are_ overridden by other shared libs in the main app. Ick. -Erik
2002-08-26sparc, alpha, and mips have different errno values than the otherManuel 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-25ignore generated stuffEric Andersen
2002-08-24Simple shared memory testEric Andersen
2002-08-24Ignore generated stuffEric Andersen
2002-08-23Ignore generated binariesEric Andersen
2002-08-19Open a lib that is not so closely coupled with gdbEric Andersen
2002-08-16Demonstrate that dlopen() RTLD_NOW is currently broken.Eric Andersen
-Erik
2002-08-14Move all malloc tests under test/malloc/Eric Andersen
2002-08-12Test threads when appropriateEric Andersen
2002-08-08Add a simple test for shared lib ctor/dtorsEric Andersen
-Erik
2002-08-07missed a fileEric Andersen
2002-08-07getopt testsEric Andersen
2002-06-20Several test case cleanupsEric Andersen
-Erik
2002-06-18A simple test for getcwdEric Andersen
-Erik
2002-05-09Rework the math library tests per the glibc math test code, withEric Andersen
many unsupported tests disabled for the moment. -Erik
2002-04-03run dos2unix on these filesEric Andersen
2002-03-21Put the chdir back, to simplify testing now that scandirEric Andersen
doesn't segfault anymore
2002-03-13Remove the chdir, so we can test things like empty directoriesEric Andersen
2002-02-28Patch from David Schleef to check for proper 16-byte aligedEric Andersen
stack pointer on powerpc
2002-02-26Add an md5crypt testEric Andersen
2002-02-26Doh! Tests were not being compiled with warnings and optimizationEric Andersen
2002-02-23Test for libcrypt (which is partly broken ATM)Eric Andersen
2002-02-21Update string tests per glibc 2.2.5's string tester. Looks likeEric Andersen
our stpncpy is flunking... -Erik
2002-02-20Add a test from Stefan Soucek for pthread_cond_timedwait(). OnEric Andersen
mmu-less ARM perhaps sigsetjmp() isn't working?
2002-02-13Several test suite updates. The testatexit, teston_exit, andEric Andersen
pthread tests were contributed by Stefan Soucek
2002-02-04Fix headersEric Andersen
2002-02-04Fixup arch substitutionEric Andersen
2002-01-11Build glibc test apps static when told to.Eric Andersen
Make tiny live up to its name.
2002-01-11glibc test apps failed to be static when told to beEric Andersen
2002-01-02New and improved!Eric Andersen
2002-01-02Cleaned up test that doesn't need manual intervention.Eric Andersen
-Erik
2002-01-02Add a test for a sigchld bugEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-30Always use --uclibc-use-build-dirEric Andersen
2001-11-26libhowdy.so needs to be compiled with -fPICDavid Schleef
2001-11-26Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHAREDDavid Schleef
2001-11-26Fix dependenciesDavid Schleef
2001-11-26strsignal() is a GNU extensionDavid Schleef
2001-11-12Fix common C ambiguity.David Schleef
2001-11-10Added .cvsignoreDavid Schleef
2001-10-12Beef up the fork test, checking for proper SIGCHLD behaviorEric Andersen
2001-10-02Add in some math lib testsEric Andersen
2001-09-27Scrub up a few test thingsEric Andersen
2001-09-21Fix the vfork test so it actually works this time.Eric Andersen
-Erik
2001-09-21Add in a simple vfork testEric Andersen
2001-08-29Minor updateEric Andersen
2001-08-14Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=trueEric Andersen
2001-08-14Proper support for tests spannint multiple .o filesEric Andersen
-Erik
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
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...