summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-01-09no need to delete the binary upon failureMike Frysinger
2008-01-08test to make sure the buffers used by the gethost*_r functions handle misalig...Mike Frysinger
2008-01-05Chris Zankel writes:Mike Frysinger
2008-01-05patch from Mats Erik Andersson for better catching edge cases in optimized st...Mike Frysinger
2007-11-23Disable tst-ftime_l test if Extended Locale SupportCarmelo Amoroso
2007-11-07Added support for GNU hash style into dynamic linkerCarmelo Amoroso
2007-09-15not sure how this obvious one liner got lost from glibc, but merge itMike Frysinger
2007-09-15add one more testcase from Natanael CopaMike Frysinger
2007-09-15add more tests as suggested by Natanael Copa and as harvested from:Mike Frysinger
2007-09-15actually update errors variable when a test failsMike Frysinger
2007-05-15Fix arm mmap when using mmap2 syscall. Fixes bug #1303Khem Raj
2007-05-03give proper prototypesMike Frysinger
2007-05-02cancellation-points needs librtMike Frysinger
2007-05-02exercise all required POSIX pthread cancellation pointsMike Frysinger
2007-04-21This test needs XLOCALE to work."Steven J. Hill"
2007-04-17catch a small overflow in malloc-standardMike Frysinger
2007-04-17disable for nowMike Frysinger
2007-04-11test case to make sure realloc() can shrink buffers properlyMike Frysinger
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"