summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2007-03-25Paul Brook writes: filter .svn dirs to greatly speed up the file grep testMike Frysinger
2007-03-12make sure undefine references in dlopen()-ed libs are handled graciouslyMike Frysinger
2007-03-12make sure dlsym() properly returns NULL with undefined symbolsMike Frysinger
2007-03-08Now Test.mak includes toplevel Rules.mak so if DO_ASSERT is not set then -DND...Khem Raj
2007-03-05New test targets 'compile' and 'run'Khem Raj
2007-02-21drop -Wl,-warn-common since it doesnt serve much purposeMike Frysinger
2007-02-20make sure cleanup handler is only called onceMike Frysinger
2007-02-16make sure static variables are re-initialized everytimeMike Frysinger
2007-02-16cleanup a littleMike Frysinger
2007-02-08import a slightly modified realpath() test case from glibcMike Frysinger
2007-02-05new cheesy test by Denis Vlasenko to trigger fclose loopMike Frysinger
2007-01-29make sure reading 64bit types worksMike Frysinger
2007-01-29make sure 64bit output is correctMike Frysinger
2007-01-29mark local function staticMike Frysinger
2007-01-29fixup shadowed warningsMike Frysinger
2007-01-29mark some funcs as noreturnMike Frysinger
2007-01-29fixup prototype warningsMike Frysinger
2007-01-29make error output a little more helpfulMike Frysinger
2007-01-29fixup warningsMike Frysinger
2007-01-29fix test to work even if CPPFLAGS contains -DNDEBUGMike Frysinger
2007-01-28dont rely on random stack state to trigger this issue; force the default stat...Mike Frysinger
2007-01-28new test taken from stat issue with new tarMike Frysinger
2006-12-20make sure UCLIBC_LDSO can be found via pathMike Frysinger
2006-12-16actually scrub it, dont just comment it outMike Frysinger
2006-12-16start pulling in top level Rules.mak so we get access to import CFLAGS/LDFLAG...Mike Frysinger
2006-12-16scrub prototype so we dont conflict with the pthread headerMike Frysinger
2006-12-16clean upMike Frysinger
2006-12-16small cleanupsMike Frysinger
2006-12-03second SUSV3 legacy check should be for macros as pointed out by psmMike Frysinger
2006-12-02fix building when susv3 legacy stuff is disabledMike Frysinger
2006-11-27indentMike Frysinger
2006-11-18Add CHECK_ONLY option to allow for running the tests on the target instead of..."Steven J. Hill"
2006-11-17fix from Paul Brook for ISO C violation in terms of handling of modifying aut...Mike Frysinger
2006-11-16fix comment typosMike Frysinger
2006-11-16add a test for making sure vfork/signals are handled properly across differen...Mike Frysinger
2006-11-16exercise the signal related jump codeMike Frysinger
2006-11-16make default output silence and have the exit status indicate errorMike Frysinger
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-07-05add some more rpaths to keep the tests happyMike Frysinger
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-07-05fix license noticeMike Frysinger
2006-07-05fix license noticeMike Frysinger
2006-06-26also kill gdb files when building BFLT filesMike Frysinger
2006-06-19touchup printf format to fix warningMike Frysinger
2006-03-18keep uclibc features in the sourceMike Frysinger
2006-03-17Fix 'realloc' and revert previous changes to tests. malloc tests all pass reg..."Steven J. Hill"
2006-03-17Fix tests to work if MALLOC_GLIBC_COMPAT is enabled."Steven J. Hill"
2006-03-17If locale support is not enabled, don't build 'tst_ftime_l'."Steven J. Hill"
2006-03-11fix gcc warningsMike Frysinger