Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fail if test.c is found so i stop screwing myself up | Mike Frysinger | 2006-02-28 | 1 | -0/+4 | |
| | ||||||
* | check more return values | Mike Frysinger | 2006-02-28 | 1 | -3/+3 | |
| | ||||||
* | grab some tests from dalias | Mike Frysinger | 2006-02-28 | 2 | -0/+123 | |
| | ||||||
* | add some tests for strlcat and strlcpy based upon strncat and strncpy ↵ | Mike Frysinger | 2006-02-28 | 1 | -0/+102 | |
| | | | | respectively | |||||
* | pass an option to bug-glob1 | Mike Frysinger | 2006-02-28 | 1 | -0/+1 | |
| | ||||||
* | grab some tests from glibc | Mike Frysinger | 2006-02-28 | 3 | -0/+845 | |
| | ||||||
* | disable fnmatch test until our fnmatch stops sucking | Mike Frysinger | 2006-02-26 | 1 | -1/+1 | |
| | ||||||
* | revert unintended commit | Mike Frysinger | 2006-02-22 | 1 | -1/+1 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-02-22 | 1 | -1/+1 | |
| | ||||||
* | blah, use a stable target instead of messing with timestamps on .c files | Mike Frysinger | 2006-02-22 | 1 | -6/+2 | |
| | ||||||
* | err, need to make sure the wrapper is executed separately | Mike Frysinger | 2006-02-22 | 1 | -2/+2 | |
| | ||||||
* | fix running of stat test on filesystems that dont have noatime set | Mike Frysinger | 2006-02-22 | 1 | -0/+4 | |
| | ||||||
* | add clone2 prototype to shutup warnings | Mike Frysinger | 2006-02-22 | 1 | -0/+2 | |
| | ||||||
* | update malloc(0) check to handle expected behavior based upon config options | Mike Frysinger | 2006-02-22 | 1 | -0/+5 | |
| | ||||||
* | update malloc(0) check to handle expected behavior based upon config options | Mike Frysinger | 2006-02-22 | 1 | -0/+5 | |
| | ||||||
* | update MMU ifdef check | Mike Frysinger | 2006-02-22 | 2 | -2/+3 | |
| | ||||||
* | make sure we clean everything | Mike Frysinger | 2006-02-22 | 1 | -1/+2 | |
| | ||||||
* | enable test if LFS is enabled | Mike Frysinger | 2006-02-22 | 1 | -1/+2 | |
| | ||||||
* | use vfork instead of fork so test works on non-mmu | Mike Frysinger | 2006-02-21 | 1 | -2/+2 | |
| | ||||||
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 2 | -2/+2 | |
| | ||||||
* | dynamically build the DIRS variables so i dont have to keep updating it all ↵ | Mike Frysinger | 2006-02-17 | 1 | -14/+11 | |
| | | | | the time | |||||
* | disable mallopt based upon malloc implementation, not mmu status | Mike Frysinger | 2006-02-17 | 1 | -1/+1 | |
| | ||||||
* | disable test on non-mmu host | Mike Frysinger | 2006-02-16 | 1 | -0/+12 | |
| | ||||||
* | disable test on non-mmu host | Mike Frysinger | 2006-02-16 | 1 | -0/+11 | |
| | ||||||
* | fix building on non-mmu hosts | Mike Frysinger | 2006-02-16 | 1 | -0/+8 | |
| | ||||||
* | fix const position typo as pointed out by ia64/gcc | Mike Frysinger | 2006-02-16 | 1 | -1/+1 | |
| | ||||||
* | need std=c99 to build tst-regex2 | Mike Frysinger | 2006-02-15 | 1 | -0/+1 | |
| | ||||||
* | import tests from glibc | Mike Frysinger | 2006-02-15 | 6 | -0/+423 | |
| | ||||||
* | test file for regex test | Mike Frysinger | 2006-02-15 | 1 | -0/+2176 | |
| | ||||||
* | grab some tests from glibc | Mike Frysinger | 2006-02-15 | 6 | -0/+909 | |
| | ||||||
* | grab some tests from glibc | Mike Frysinger | 2006-02-15 | 2 | -0/+147 | |
| | ||||||
* | need Makefile for inet subdir | Mike Frysinger | 2006-02-15 | 1 | -0/+4 | |
| | ||||||
* | grab some more tests from glibc | Mike Frysinger | 2006-02-15 | 4 | -0/+209 | |
| | ||||||
* | grab some tests from glibc | Mike Frysinger | 2006-02-15 | 4 | -0/+243 | |
| | ||||||
* | rename test to match glibc | Mike Frysinger | 2006-02-15 | 1 | -0/+0 | |
| | ||||||
* | dont bother setting TESTS now | Mike Frysinger | 2006-02-15 | 16 | -32/+2 | |
| | ||||||
* | fix prototype warning | Mike Frysinger | 2006-02-15 | 1 | -1/+1 | |
| | ||||||
* | fix warning | Mike Frysinger | 2006-02-15 | 1 | -1/+1 | |
| | ||||||
* | dont use %m glibcism | Mike Frysinger | 2006-02-15 | 3 | -4/+6 | |
| | ||||||
* | fix warning about ignoring return value of realloc | Mike Frysinger | 2006-02-15 | 1 | -1/+4 | |
| | ||||||
* | cleanup code to fix warnings | Mike Frysinger | 2006-02-15 | 1 | -6/+7 | |
| | ||||||
* | cleanup code to fix misc warnings | Mike Frysinger | 2006-02-15 | 1 | -6/+10 | |
| | ||||||
* | skip collating and equivalence stuff | Mike Frysinger | 2006-02-15 | 1 | -2/+26 | |
| | ||||||
* | document new features | Mike Frysinger | 2006-02-15 | 1 | -2/+4 | |
| | ||||||
* | touchup output some more and add support for implicit TEST defining/disabling | Mike Frysinger | 2006-02-15 | 1 | -16/+12 | |
| | ||||||
* | add missing subdirs | Mike Frysinger | 2006-02-15 | 1 | -2/+2 | |
| | ||||||
* | make sure we build against local headers and link against local libs | Mike Frysinger | 2006-02-15 | 1 | -2/+2 | |
| | ||||||
* | dont fail on locale-based tests, just skip them | Mike Frysinger | 2006-02-14 | 1 | -0/+20 | |
| | ||||||
* | document new test framework | Mike Frysinger | 2006-02-14 | 1 | -0/+49 | |
| | ||||||
* | touchup whitespace, remove STRIPTOOL since we no longer use it, and add ↵ | Mike Frysinger | 2006-02-14 | 1 | -7/+4 | |
| | | | | -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 |