summaryrefslogtreecommitdiff
path: root/test/stdlib
AgeCommit message (Expand)Author
2016-04-17remove m68k binutils workaroundsWaldemar Brodkorb
2015-03-29merge uClibc git masterWaldemar Brodkorb
2015-03-25test: tweaksBernhard Reutner-Fischer
2015-03-18test: skip arc4random on glibcBernhard Reutner-Fischer
2015-03-17test: Tweak arc4random exclusionBernhard Reutner-Fischer
2015-01-04add -fPIC to some tests.Waldemar Brodkorb
2014-12-25merge upstream changesWaldemar Brodkorb
2014-12-15mkostemp: fix implementationAnthony G. Basile
2014-12-12test: disable ptytest unless HAS_PTYBernhard Reutner-Fischer
2014-12-10disable test for noMMUWaldemar Brodkorb
2014-12-10mkostemp: fix implementationAnthony G. Basile
2013-03-14test: add missing top_srcdirBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15update arc4random from bug #885Peter S. Mazinger
2012-01-29tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer
2012-01-16tests: test-canon: include sys/stat.h for mkdir()Mike Frysinger
2010-12-01libc: fix strtoqNatanael Copa
2010-09-16libc: Add canonicalize_file_name functionCarmelo Amoroso
2010-05-09powerpc: Add TLS and NPTL supportKhem Raj
2009-07-23testsuite: fix one bug, one warning; extend README (one TODO added)Denys Vlasenko
2009-03-16Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-05-13Do not check retbuf if realpath returns NULLCarmelo Amoroso
2008-05-08test-canon: stop checking realpath buffer in case realpathDenis Vlasenko
2007-02-08import a slightly modified realpath() test case from glibcMike Frysinger
2007-01-29mark some funcs as noreturnMike Frysinger
2007-01-29fixup prototype warningsMike Frysinger
2006-07-05fix license noticeMike Frysinger
2006-02-15dont bother setting TESTS nowMike Frysinger
2006-02-14convert to new test frameworkMike Frysinger
2005-07-27dont run ls and make sure diff aborts if it failsMike Frysinger
2005-07-01GNU libc -> glibcMike Frysinger
2005-07-01make test output nicer so its easier to go through a log of `make -s` and fin...Mike Frysinger
2005-07-01remove old depend on Config and make it so that a test failure aborts the mak...Mike Frysinger
2005-06-30fix type casting so we dont have any warnings on 32/64 bit archesMike Frysinger
2005-06-29simplify TESTDIR setting and touchupMike Frysinger
2005-02-12no more cvsMike Frysinger
2004-01-02Do not make tests depend on CC, since we no longer build a wrapper.Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-01-23Update tests to be somewhat consistant with the rest of the worldEric Andersen
2002-11-19Silence some whiningEric Andersen
2002-10-17Add a test from Alex King <alex@morrison.king.net.nz> whichEric Andersen
2002-08-24Ignore generated stuffEric Andersen
2002-08-14Move all malloc tests under test/malloc/Eric Andersen
2002-03-21Put the chdir back, to simplify testing now that scandirEric Andersen
2002-03-13Remove the chdir, so we can test things like empty directoriesEric Andersen
2002-02-13Several test suite updates. The testatexit, teston_exit, andEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-09-27Scrub up a few test thingsEric Andersen
2001-07-12Use uClibc's ldd, not the system one which is probably brokenEric Andersen