Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Added stpcpy and strcasestr along with some code to test them. | David McCullough | 2001-07-04 | 1 | -0/+60 | |
| | ||||||
* | ignore generated stuff | Eric Andersen | 2001-07-03 | 1 | -0/+2 | |
| | ||||||
* | Scrub up the tests a bit, and force everybody to use the | Eric Andersen | 2001-07-03 | 18 | -115/+120 | |
| | | | | | build dir, so nothing need be installed... -Erik | |||||
* | Add a dlopen test | Eric Andersen | 2001-06-29 | 3 | -0/+66 | |
| | ||||||
* | Make all the uClibc tests use the --uclibc-use-build-dir flag | Eric Andersen | 2001-06-15 | 16 | -24/+25 | |
| | ||||||
* | Default to testing shared libs. | Eric Andersen | 2001-06-12 | 1 | -1/+1 | |
| | ||||||
* | Add in a test for outb (that currently fails) | Eric Andersen | 2001-06-07 | 4 | -2/+32 | |
| | ||||||
* | Comment out broken test | Eric Andersen | 2001-05-29 | 1 | -1/+1 | |
| | ||||||
* | Fixing flak from the directory rearrangement | David Schleef | 2001-05-25 | 1 | -2/+2 | |
| | ||||||
* | Added -Wall | David Schleef | 2001-05-25 | 1 | -0/+3 | |
| | ||||||
* | Random quick-and-dirty evil malloc checker. | David Schleef | 2001-05-25 | 2 | -0/+65 | |
| | ||||||
* | The mmap syscall has 6 arguments, which has various implementations | David Schleef | 2001-05-25 | 2 | -0/+50 | |
| | | | | on different architectures. | |||||
* | Test to check for proper stat mangling. | David Schleef | 2001-05-25 | 2 | -0/+82 | |
| |