summaryrefslogtreecommitdiffstats
path: root/test/stdlib
Commit message (Collapse)AuthorAgeFilesLines
* libc: fix strtoqNatanael Copa2010-12-011-0/+89
| | | | | | | | strtoq should always return a quad_t and be an alias of strtol on 64 bit and strtoll on 32 bit. Signed-off-by: Natanael Copa <natanael.copa@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* libc: Add canonicalize_file_name functionCarmelo Amoroso2010-09-161-0/+75
| | | | | | | | Add canonicalize_file_name function and its related tests. Required by elfutils and coreutils (readlink). Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-091-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* testsuite: fix one bug, one warning; extend README (one TODO added)Denys Vlasenko2009-07-231-1/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso2009-03-162-5/+10
| | | | | | | | | | | Test build system modified to be similar to uClibc one: * test custom logic moved from Makefile to a new Makefile.in (to be included by Makefile). * Makefile same for all tests and just used for including all other needed makefiles. Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* Do not check retbuf if realpath returns NULLCarmelo Amoroso2008-05-131-2/+1
|
* test-canon: stop checking realpath buffer in case realpathDenis Vlasenko2008-05-081-17/+15
| | | | | | returns NULL (the buffer contents is undefined); also check errno more thoroughly (bugs were seen slipping through)
* import a slightly modified realpath() test case from glibcMike Frysinger2007-02-081-0/+254
|
* mark some funcs as noreturnMike Frysinger2007-01-292-51/+64
|
* fixup prototype warningsMike Frysinger2007-01-291-34/+32
|
* fix license noticeMike Frysinger2006-07-051-1/+1
|
* dont bother setting TESTS nowMike Frysinger2006-02-151-2/+0
|
* convert to new test frameworkMike Frysinger2006-02-141-175/+8
|
* dont run ls and make sure diff aborts if it failsMike Frysinger2005-07-271-13/+4
|
* GNU libc -> glibcMike Frysinger2005-07-011-4/+4
|
* make test output nicer so its easier to go through a log of `make -s` and ↵Mike Frysinger2005-07-011-11/+9
| | | | find out what works/fails
* remove old depend on Config and make it so that a test failure aborts the ↵Mike Frysinger2005-07-011-14/+14
| | | | make process
* fix type casting so we dont have any warnings on 32/64 bit archesMike Frysinger2005-06-303-32/+32
|
* simplify TESTDIR setting and touchupMike Frysinger2005-06-291-4/+1
|
* no more cvsMike Frysinger2005-02-121-22/+0
|
* Do not make tests depend on CC, since we no longer build a wrapper.Eric Andersen2004-01-021-5/+5
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* Update tests to be somewhat consistant with the rest of the worldEric Andersen2003-01-231-8/+8
|
* Silence some whiningEric Andersen2002-11-192-1/+3
|
* Add a test from Alex King <alex@morrison.king.net.nz> whichEric Andersen2002-10-173-0/+34
| | | | | shows a failure in ptsname when ASSUME_DEVPTS=false -Erik
* Ignore generated stuffEric Andersen2002-08-241-1/+12
|
* Move all malloc tests under test/malloc/Eric Andersen2002-08-144-232/+0
|
* Put the chdir back, to simplify testing now that scandirEric Andersen2002-03-211-0/+1
| | | | doesn't segfault anymore
* Remove the chdir, so we can test things like empty directoriesEric Andersen2002-03-131-1/+0
|
* Several test suite updates. The testatexit, teston_exit, andEric Andersen2002-02-133-1/+221
| | | | pthread tests were contributed by Stefan Soucek
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+18
|
* Scrub up a few test thingsEric Andersen2001-09-271-3/+3
|
* Use uClibc's ldd, not the system one which is probably brokenEric Andersen2001-07-121-8/+8
| | | | | | anyways. This ensures correct answers, and prevents all the annoying segfaults from the system ldd. -Erik
* Scrub up the tests a bit, and force everybody to use theEric Andersen2001-07-031-25/+25
| | | | | build dir, so nothing need be installed... -Erik
* Make all the uClibc tests use the --uclibc-use-build-dir flagEric Andersen2001-06-151-6/+6
|
* Fix a couple silly bugs in this testEric Andersen2001-05-111-1/+2
|
* Add in a qsort, alphasort, scandir test from Jon Nelson, jnelson@securepipe.comEric Andersen2001-05-083-1/+87
|
* Reworked all test suite makefiles (man did they need it).Eric Andersen2001-01-201-31/+20
| | | | | | | Refactored testsuite.h so it behaves the way I want it to. As policy now, all test apps are _supposed_ to use testsuite.h (not all have been converted to do this yet). It is simple, clean, and works. -Erik
* Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,Eric Andersen2000-11-171-1/+1
| | | | and a bit of extra cleanup in the test makefiles.
* Fix it so files are not stripped when debugging (doh!). Fix up stripEric Andersen2000-11-161-11/+6
| | | | | rules. With this fix in place, I can now find what is wrong with malloc... -Erik
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
|
* Fix makefile bugsEric Andersen2000-10-261-4/+4
|
* Link vs libgcc to include needed stuff.Eric Andersen2000-10-261-1/+1
|
* More updates. Implement strsignal. Add pwd_grp testsEric Andersen2000-10-181-1/+1
|
* Test cleanupEric Andersen2000-10-111-2/+2
|
* Bug ugly formatting updateEric Andersen2000-10-093-2/+98
|
* Forgot to ignore thisEric Andersen2000-10-071-0/+1
|
* Major facelift on the test area -- the beginnings of some real testingEric Andersen2000-10-044-0/+319
stuff so we can get this library into shape. -Erik