Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stick some evil casts in to make sure this works regardless | Eric Andersen | 2003-01-24 | 1 | -13/+13 |
| | | | | of the underlying data types. | ||||
* | Better stat tests | Eric Andersen | 2003-01-24 | 3 | -37/+118 |
| | |||||
* | Update tests to be somewhat consistant with the rest of the world | Eric Andersen | 2003-01-23 | 15 | -73/+129 |
| | |||||
* | Change some variable names so we are more consistant with what | Eric Andersen | 2002-12-04 | 2 | -3/+3 |
| | | | | | the linux kernel uses. -Erik | ||||
* | Fix compilation on mips | Eric Andersen | 2002-11-28 | 1 | -6/+8 |
| | |||||
* | Silence some whining | Eric Andersen | 2002-11-19 | 2 | -1/+3 |
| | |||||
* | Only build the 64 tests when relevant | Eric Andersen | 2002-11-15 | 1 | -0/+5 |
| | |||||
* | Add in a pread/pwrite test | Eric Andersen | 2002-11-15 | 3 | -1/+154 |
| | |||||
* | Add in 'ldso' to directory list since 'make clean' was not recursing | "Steven J. Hill" | 2002-11-11 | 1 | -1/+1 |
| | | | | into it. | ||||
* | Re-enable the strchrnul and rawmemchr tests | Eric Andersen | 2002-11-08 | 1 | -4/+0 |
| | |||||
* | Cleanup everything | Eric Andersen | 2002-11-08 | 1 | -1/+1 |
| | |||||
* | Allow 'make clean' on the test stuff to work with the new config system. | Eric Andersen | 2002-10-31 | 2 | -2/+2 |
| | | | | -Erik | ||||
* | Ignore generated stuff | Eric Andersen | 2002-10-31 | 1 | -0/+3 |
| | |||||
* | Add a simple realloc test | Eric Andersen | 2002-10-31 | 2 | -0/+40 |
| | | | | -Erik | ||||
* | Add a test from Alex King <alex@morrison.king.net.nz> which | Eric Andersen | 2002-10-17 | 3 | -0/+34 |
| | | | | | shows a failure in ptsname when ASSUME_DEVPTS=false -Erik | ||||
* | Remove -fuclibc-ctors | Eric Andersen | 2002-10-16 | 1 | -1/+0 |
| | |||||
* | Sigh. OpenBSD used /usr/bin/{true|false} | Eric Andersen | 2002-10-01 | 1 | -1/+1 |
| | |||||
* | Semonstrate a problem where weak symbols referenced in shared libs are not | Eric Andersen | 2002-08-27 | 4 | -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 other | Manuel Novoa III | 2002-08-26 | 1 | -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 stuff | Eric Andersen | 2002-08-25 | 1 | -0/+1 |
| | |||||
* | Simple shared memory test | Eric Andersen | 2002-08-24 | 2 | -1/+56 |
| | |||||
* | Ignore generated stuff | Eric Andersen | 2002-08-24 | 1 | -1/+12 |
| | |||||
* | Ignore generated binaries | Eric Andersen | 2002-08-23 | 1 | -0/+7 |
| | |||||
* | Open a lib that is not so closely coupled with gdb | Eric Andersen | 2002-08-19 | 2 | -9/+9 |
| | |||||
* | Demonstrate that dlopen() RTLD_NOW is currently broken. | Eric Andersen | 2002-08-16 | 3 | -2/+57 |
| | | | | -Erik | ||||
* | Move all malloc tests under test/malloc/ | Eric Andersen | 2002-08-14 | 7 | -67/+70 |
| | |||||
* | Test threads when appropriate | Eric Andersen | 2002-08-12 | 1 | -0/+3 |
| | |||||
* | Add a simple test for shared lib ctor/dtors | Eric Andersen | 2002-08-08 | 2 | -0/+13 |
| | | | | -Erik | ||||
* | missed a file | Eric Andersen | 2002-08-07 | 1 | -0/+1 |
| | |||||
* | getopt tests | Eric Andersen | 2002-08-07 | 4 | -1/+179 |
| | |||||
* | Several test case cleanups | Eric Andersen | 2002-06-20 | 2 | -4/+17 |
| | | | | -Erik | ||||
* | A simple test for getcwd | Eric Andersen | 2002-06-18 | 2 | -1/+67 |
| | | | | -Erik | ||||
* | Rework the math library tests per the glibc math test code, with | Eric Andersen | 2002-05-09 | 24 | -9833/+5522 |
| | | | | | many unsupported tests disabled for the moment. -Erik | ||||
* | run dos2unix on these files | Eric Andersen | 2002-04-03 | 15 | -9774/+9774 |
| | |||||
* | Put the chdir back, to simplify testing now that scandir | Eric Andersen | 2002-03-21 | 1 | -0/+1 |
| | | | | doesn't segfault anymore | ||||
* | Remove the chdir, so we can test things like empty directories | Eric Andersen | 2002-03-13 | 1 | -1/+0 |
| | |||||
* | Patch from David Schleef to check for proper 16-byte aliged | Eric Andersen | 2002-02-28 | 1 | -0/+10 |
| | | | | stack pointer on powerpc | ||||
* | Add an md5crypt test | Eric Andersen | 2002-02-26 | 3 | -2/+33 |
| | |||||
* | Doh! Tests were not being compiled with warnings and optimization | Eric Andersen | 2002-02-26 | 1 | -2/+2 |
| | |||||
* | Test for libcrypt (which is partly broken ATM) | Eric Andersen | 2002-02-23 | 5 | -1/+351 |
| | |||||
* | Update string tests per glibc 2.2.5's string tester. Looks like | Eric Andersen | 2002-02-21 | 1 | -117/+486 |
| | | | | | our stpncpy is flunking... -Erik | ||||
* | Add a test from Stefan Soucek for pthread_cond_timedwait(). On | Eric Andersen | 2002-02-20 | 2 | -1/+115 |
| | | | | mmu-less ARM perhaps sigsetjmp() isn't working? | ||||
* | Several test suite updates. The testatexit, teston_exit, and | Eric Andersen | 2002-02-13 | 12 | -21/+958 |
| | | | | pthread tests were contributed by Stefan Soucek | ||||
* | Fix headers | Eric Andersen | 2002-02-04 | 2 | -0/+3 |
| | |||||
* | Fixup arch substitution | Eric Andersen | 2002-02-04 | 1 | -2/+12 |
| | |||||
* | Build glibc test apps static when told to. | Eric Andersen | 2002-01-11 | 2 | -2/+1 |
| | | | | Make tiny live up to its name. | ||||
* | glibc test apps failed to be static when told to be | Eric Andersen | 2002-01-11 | 1 | -1/+16 |
| | |||||
* | New and improved! | Eric Andersen | 2002-01-02 | 1 | -21/+19 |
| | |||||
* | Cleaned up test that doesn't need manual intervention. | Eric Andersen | 2002-01-02 | 1 | -4/+27 |
| | | | | -Erik | ||||
* | Add a test for a sigchld bug | Eric Andersen | 2002-01-02 | 3 | -1/+65 |
| |