Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 25 | -19/+329 | |
| | ||||||
* | Always use --uclibc-use-build-dir | Eric Andersen | 2001-11-30 | 1 | -4/+0 | |
| | ||||||
* | libhowdy.so needs to be compiled with -fPIC | David Schleef | 2001-11-26 | 1 | -1/+1 | |
| | ||||||
* | Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHARED | David Schleef | 2001-11-26 | 1 | -0/+2 | |
| | ||||||
* | Fix dependencies | David Schleef | 2001-11-26 | 1 | -4/+8 | |
| | ||||||
* | strsignal() is a GNU extension | David Schleef | 2001-11-26 | 1 | -0/+1 | |
| | ||||||
* | Fix common C ambiguity. | David Schleef | 2001-11-12 | 1 | -2/+2 | |
| | ||||||
* | Added .cvsignore | David Schleef | 2001-11-10 | 2 | -0/+6 | |
| | ||||||
* | Beef up the fork test, checking for proper SIGCHLD behavior | Eric Andersen | 2001-10-12 | 1 | -13/+45 | |
| | ||||||
* | Add in some math lib tests | Eric Andersen | 2001-10-02 | 15 | -0/+9839 | |
| | ||||||
* | Scrub up a few test things | Eric Andersen | 2001-09-27 | 2 | -7/+7 | |
| | ||||||
* | Fix the vfork test so it actually works this time. | Eric Andersen | 2001-09-21 | 1 | -1/+5 | |
| | | | | -Erik | |||||
* | Add in a simple vfork test | Eric Andersen | 2001-09-21 | 3 | -1/+85 | |
| | ||||||
* | Minor update | Eric Andersen | 2001-08-29 | 2 | -8/+15 | |
| | ||||||
* | Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=true | Eric Andersen | 2001-08-14 | 1 | -1/+2 | |
| | ||||||
* | Proper support for tests spannint multiple .o files | Eric Andersen | 2001-08-14 | 1 | -41/+47 | |
| | | | | -Erik | |||||
* | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | 2001-08-08 | 1 | -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 Schleef | 2001-07-13 | 1 | -1/+27 | |
| | ||||||
* | Use uClibc's ldd, not the system one which is probably broken | Eric Andersen | 2001-07-12 | 5 | -14/+15 | |
| | | | | | | anyways. This ensures correct answers, and prevents all the annoying segfaults from the system ldd. -Erik |