Age | Commit message (Expand) | Author |
2002-10-17 | Add a test from Alex King <alex@morrison.king.net.nz> which | Eric Andersen |
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 |
2002-08-26 | sparc, alpha, and mips have different errno values than the other | Manuel Novoa III |
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 |
2002-08-14 | Move all malloc tests under test/malloc/ | Eric Andersen |
2002-08-12 | Test threads when appropriate | Eric Andersen |
2002-08-08 | Add a simple test for shared lib ctor/dtors | Eric Andersen |
2002-08-07 | missed a file | Eric Andersen |
2002-08-07 | getopt tests | Eric Andersen |
2002-06-20 | Several test case cleanups | Eric Andersen |
2002-06-18 | A simple test for getcwd | Eric Andersen |
2002-05-09 | Rework the math library tests per the glibc math test code, with | Eric Andersen |
2002-04-03 | run dos2unix on these files | Eric Andersen |
2002-03-21 | Put the chdir back, to simplify testing now that scandir | Eric Andersen |
2002-03-13 | Remove the chdir, so we can test things like empty directories | Eric Andersen |
2002-02-28 | Patch from David Schleef to check for proper 16-byte aliged | Eric Andersen |
2002-02-26 | Add an md5crypt test | Eric Andersen |
2002-02-26 | Doh! Tests were not being compiled with warnings and optimization | Eric Andersen |
2002-02-23 | Test for libcrypt (which is partly broken ATM) | Eric Andersen |
2002-02-21 | Update string tests per glibc 2.2.5's string tester. Looks like | Eric Andersen |
2002-02-20 | Add a test from Stefan Soucek for pthread_cond_timedwait(). On | Eric Andersen |
2002-02-13 | Several test suite updates. The testatexit, teston_exit, and | Eric Andersen |
2002-02-04 | Fix headers | Eric Andersen |
2002-02-04 | Fixup arch substitution | Eric Andersen |
2002-01-11 | Build glibc test apps static when told to. | Eric Andersen |
2002-01-11 | glibc test apps failed to be static when told to be | Eric Andersen |
2002-01-02 | New and improved! | Eric Andersen |
2002-01-02 | Cleaned up test that doesn't need manual intervention. | Eric Andersen |
2002-01-02 | Add a test for a sigchld bug | Eric Andersen |
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen |
2001-11-30 | Always use --uclibc-use-build-dir | Eric Andersen |
2001-11-26 | libhowdy.so needs to be compiled with -fPIC | David Schleef |
2001-11-26 | Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHARED | David Schleef |
2001-11-26 | Fix dependencies | David Schleef |
2001-11-26 | strsignal() is a GNU extension | David Schleef |
2001-11-12 | Fix common C ambiguity. | David Schleef |
2001-11-10 | Added .cvsignore | David Schleef |
2001-10-12 | Beef up the fork test, checking for proper SIGCHLD behavior | Eric Andersen |
2001-10-02 | Add in some math lib tests | Eric Andersen |
2001-09-27 | Scrub up a few test things | Eric Andersen |
2001-09-21 | Fix the vfork test so it actually works this time. | Eric Andersen |
2001-09-21 | Add in a simple vfork test | Eric Andersen |
2001-08-29 | Minor update | Eric Andersen |