Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-15 | touchup output some more and add support for implicit TEST defining/disabling | Mike Frysinger | |
2006-02-15 | add missing subdirs | Mike Frysinger | |
2006-02-15 | make sure we build against local headers and link against local libs | Mike Frysinger | |
2006-02-15 | we cant simply alias getdents to getdents64 as they deal with structures of ↵ | Mike Frysinger | |
different sizes on 32bit hosts | |||
2006-02-15 | make sure we first search for libraries in the newly built tree rather than ↵ | Mike Frysinger | |
the compiler path | |||
2006-02-14 | dont fail on locale-based tests, just skip them | Mike Frysinger | |
2006-02-14 | document new test framework | Mike Frysinger | |
2006-02-14 | touchup whitespace, remove STRIPTOOL since we no longer use it, and add ↵ | Mike Frysinger | |
-Wl,-rpath to default LDFLAGS to fix shared runtime tests to make sure we load libs from the local build rather than the system or (even worse) glibc | |||
2006-02-14 | get rid of link time warning with tmpname() | Mike Frysinger | |
2006-02-14 | include toplevel testdir | Mike Frysinger | |
2006-02-14 | sync with glibc | Mike Frysinger | |
2006-02-14 | import from glibc to make further glibc test importing easier | Mike Frysinger | |
2006-02-14 | dont bother defining _GNU_SOURCE | Mike Frysinger | |
2006-02-14 | rename to match glibc | Mike Frysinger | |
2006-02-14 | allow subdirs to define extra clean files | Mike Frysinger | |
2006-02-14 | convert to new framework and disable all tests that fail | Mike Frysinger | |
2006-02-14 | disable some more unsupported tests | Mike Frysinger | |
2006-02-14 | grab from glibc | Mike Frysinger | |
2006-02-14 | sync with glibc | Mike Frysinger | |
2006-02-14 | convert to new test framework | Mike Frysinger | |
2006-02-14 | fix stat64 | Mike Frysinger | |
2006-02-14 | convert to new test framework | Mike Frysinger | |
2006-02-14 | err, sorry for the noise, but rename back as glibc uses test-ildoubl.c | Mike Frysinger | |
2006-02-14 | rename file | Mike Frysinger | |
2006-02-14 | need a slightly different version of output for the glibc test | Mike Frysinger | |
2006-02-14 | convert to new test framework | Mike Frysinger | |
2006-02-14 | grab fnmatch from glibc | Mike Frysinger | |
2006-02-14 | move the 64bit tests into a sep file | Mike Frysinger | |
2006-02-14 | allow for runtime testing | Mike Frysinger | |
2006-02-14 | document why the ftell() should be 5 and not 14 | Mike Frysinger | |
2006-02-14 | fix fdopen test | Mike Frysinger | |
2006-02-14 | sync with glibc and get a nice size shrinkage in the process | Mike Frysinger | |
2006-02-14 | - tighten up output | Mike Frysinger | |
- add support for per-test and per-subdir CFLAGS/LDFLAGS - move common uClibc/glibc code into defines - add support for diffing output between uClibc/glibc - add rules for generating libraries (needed by dlopen) ... only supports uClibc atm though | |||
2006-02-14 | convert to new test framework | Mike Frysinger | |
2006-02-14 | just use := instead of = | Mike Frysinger | |
2006-02-14 | dont bother exporting variables and use := where appropriate | Mike Frysinger | |
2006-02-14 | add more test dirs, touchup output, and some other misc touchups | Mike Frysinger | |
2006-02-14 | add support for pretty output, remove LDD, make sure we build tests as ↵ | Mike Frysinger | |
GNU_SOURCE, and link against currently compiled libs | |||
2006-02-14 | grab a bunch of tests from glibc | Mike Frysinger | |
2006-02-14 | sync with glibc | Mike Frysinger | |
2006-02-14 | rename test to match glibc | Mike Frysinger | |
2006-02-14 | sync with glibc | Mike Frysinger | |
2006-02-14 | Apply patch from Joseph Myers for MIPS pipe and get rid of the C version. ↵ | "Steven J. Hill" | |
Patch tested. | |||
2006-02-14 | convert to new test system | Mike Frysinger | |
2006-02-14 | rename | Mike Frysinger | |
2006-02-14 | fix gcc warning: ex3.c:31: warning: int format, different type arg (arg 2) | Mike Frysinger | |
2006-02-14 | clean the test dir silently | Mike Frysinger | |
2006-02-14 | after much deliberation, may i present Joseph S. Myers patch to add support ↵ | Mike Frysinger | |
for .init and .fini array processing for the gory details, see the mailing list: http://www.uclibc.org/lists/uclibc/2006-January/014079.html http://www.uclibc.org/lists/uclibc/2006-February/014285.html | |||
2006-02-14 | remove fstat jump reloc | Peter S. Mazinger | |
2006-02-13 | ldd usage does not cause a failure in tests and we want to remove it ↵ | Mike Frysinger | |
anyways, so dont depend on utils for tests |