summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* fail if test.c is found so i stop screwing myself upMike Frysinger2006-02-281-0/+4
|
* check more return valuesMike Frysinger2006-02-281-3/+3
|
* grab some tests from daliasMike Frysinger2006-02-282-0/+123
|
* add some tests for strlcat and strlcpy based upon strncat and strncpy ↵Mike Frysinger2006-02-281-0/+102
| | | | respectively
* pass an option to bug-glob1Mike Frysinger2006-02-281-0/+1
|
* grab some tests from glibcMike Frysinger2006-02-283-0/+845
|
* disable fnmatch test until our fnmatch stops suckingMike Frysinger2006-02-261-1/+1
|
* revert unintended commitMike Frysinger2006-02-221-1/+1
|
* sync with glibcMike Frysinger2006-02-221-1/+1
|
* blah, use a stable target instead of messing with timestamps on .c filesMike Frysinger2006-02-221-6/+2
|
* err, need to make sure the wrapper is executed separatelyMike Frysinger2006-02-221-2/+2
|
* fix running of stat test on filesystems that dont have noatime setMike Frysinger2006-02-221-0/+4
|
* add clone2 prototype to shutup warningsMike Frysinger2006-02-221-0/+2
|
* update malloc(0) check to handle expected behavior based upon config optionsMike Frysinger2006-02-221-0/+5
|
* update malloc(0) check to handle expected behavior based upon config optionsMike Frysinger2006-02-221-0/+5
|
* update MMU ifdef checkMike Frysinger2006-02-222-2/+3
|
* make sure we clean everythingMike Frysinger2006-02-221-1/+2
|
* enable test if LFS is enabledMike Frysinger2006-02-221-1/+2
|
* use vfork instead of fork so test works on non-mmuMike Frysinger2006-02-211-2/+2
|
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-182-2/+2
|
* dynamically build the DIRS variables so i dont have to keep updating it all ↵Mike Frysinger2006-02-171-14/+11
| | | | the time
* disable mallopt based upon malloc implementation, not mmu statusMike Frysinger2006-02-171-1/+1
|
* disable test on non-mmu hostMike Frysinger2006-02-161-0/+12
|
* disable test on non-mmu hostMike Frysinger2006-02-161-0/+11
|
* fix building on non-mmu hostsMike Frysinger2006-02-161-0/+8
|
* fix const position typo as pointed out by ia64/gccMike Frysinger2006-02-161-1/+1
|
* need std=c99 to build tst-regex2Mike Frysinger2006-02-151-0/+1
|
* import tests from glibcMike Frysinger2006-02-156-0/+423
|
* test file for regex testMike Frysinger2006-02-151-0/+2176
|
* grab some tests from glibcMike Frysinger2006-02-156-0/+909
|
* grab some tests from glibcMike Frysinger2006-02-152-0/+147
|
* need Makefile for inet subdirMike Frysinger2006-02-151-0/+4
|
* grab some more tests from glibcMike Frysinger2006-02-154-0/+209
|
* grab some tests from glibcMike Frysinger2006-02-154-0/+243
|
* rename test to match glibcMike Frysinger2006-02-151-0/+0
|
* dont bother setting TESTS nowMike Frysinger2006-02-1516-32/+2
|
* fix prototype warningMike Frysinger2006-02-151-1/+1
|
* fix warningMike Frysinger2006-02-151-1/+1
|
* dont use %m glibcismMike Frysinger2006-02-153-4/+6
|
* fix warning about ignoring return value of reallocMike Frysinger2006-02-151-1/+4
|
* cleanup code to fix warningsMike Frysinger2006-02-151-6/+7
|
* cleanup code to fix misc warningsMike Frysinger2006-02-151-6/+10
|
* skip collating and equivalence stuffMike Frysinger2006-02-151-2/+26
|
* document new featuresMike Frysinger2006-02-151-2/+4
|
* touchup output some more and add support for implicit TEST defining/disablingMike Frysinger2006-02-151-16/+12
|
* add missing subdirsMike Frysinger2006-02-151-2/+2
|
* make sure we build against local headers and link against local libsMike Frysinger2006-02-151-2/+2
|
* dont fail on locale-based tests, just skip themMike Frysinger2006-02-141-0/+20
|
* document new test frameworkMike Frysinger2006-02-141-0/+49
|
* touchup whitespace, remove STRIPTOOL since we no longer use it, and add ↵Mike Frysinger2006-02-141-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