Age | Commit message (Expand) | Author |
2003-06-27 | Add a test which shows off the broken spots in our dlopen implementation | Eric Andersen |
2003-02-27 | Fix a silly bug | Eric Andersen |
2003-02-26 | Prefer mmap2 for mips when available. Fix the mmap test. | Eric Andersen |
2003-02-17 | Patch from Stefan Allius | Eric Andersen |
2003-02-10 | A few minor little changes | Eric Andersen |
2003-01-28 | Add a couple of tests | Eric Andersen |
2003-01-24 | Stick some evil casts in to make sure this works regardless | Eric Andersen |
2003-01-24 | Better stat tests | Eric Andersen |
2003-01-23 | Update tests to be somewhat consistant with the rest of the world | Eric Andersen |
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen |
2002-11-28 | Fix compilation on mips | Eric Andersen |
2002-11-19 | Silence some whining | Eric Andersen |
2002-11-15 | Only build the 64 tests when relevant | Eric Andersen |
2002-11-15 | Add in a pread/pwrite test | Eric Andersen |
2002-11-11 | Add in 'ldso' to directory list since 'make clean' was not recursing | "Steven J. Hill" |
2002-11-08 | Re-enable the strchrnul and rawmemchr tests | Eric Andersen |
2002-11-08 | Cleanup everything | Eric Andersen |
2002-10-31 | Allow 'make clean' on the test stuff to work with the new config system. | Eric Andersen |
2002-10-31 | Ignore generated stuff | Eric Andersen |
2002-10-31 | Add a simple realloc test | Eric Andersen |
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 |