summaryrefslogtreecommitdiffstats
path: root/test/misc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso2009-03-162-10/+15
| | | | | | | | | | | 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>
* - Include stdio.h for the perror prototype, use constants from stdlib.h,Bernhard Reutner-Fischer2008-10-101-3/+5
| | | | tidy up old-style function definition.
* - fix test. Tests are normal userspace and are _not_ part of the libc itselfBernhard Reutner-Fischer2008-10-091-1/+1
| | | | Thanks to Tobias Poschwatta for pointing out this error.
* Fix scandir function to reset the errno when the Carmelo Amoroso2008-10-061-0/+21
| | | | | | | | | | | selector returns zero(no entries) modifying the errno. The attached test case implements a dummy filter that returns alway no entries, but change the errno. scandir is not expected to fail, just returning 0 entries. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-271-1/+0
|
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-2/+2
|
* Now Test.mak includes toplevel Rules.mak so if DO_ASSERT is not set then ↵Khem Raj2007-03-081-2/+5
| | | | | | | -DNDEBUG is added to CFLAGS so we need to get the seeko() calls out of the assert otherwise they get cancelled when NDEBUG is defined.
* fixup shadowed warningsMike Frysinger2007-01-291-5/+4
|
* fixup prototype warningsMike Frysinger2007-01-292-3/+3
|
* fix license noticeMike Frysinger2006-07-051-1/+1
|
* Use GNU features only if defined in headerPeter S. Mazinger2006-03-091-0/+12
|
* disable tst-gnuglob, it has no chance w/ our gnu globPeter S. Mazinger2006-03-051-1/+1
|
* Move hidden test file for tst-regex2 as wellPeter S. Mazinger2006-03-021-2176/+0
|
* Move regex tests to their own subdir and dont run them if regex is disabledPeter S. Mazinger2006-03-013-293/+0
|
* move to new time dirMike Frysinger2006-03-011-76/+0
|
* disable blug-glob1 for nowMike Frysinger2006-02-281-1/+1
|
* remove mtrace callMike Frysinger2006-02-281-2/+0
|
* check more return valuesMike Frysinger2006-02-281-3/+3
|
* grab some tests from daliasMike Frysinger2006-02-282-0/+123
|
* 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
|
* 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
|
* test file for regex testMike Frysinger2006-02-151-0/+2176
|
* grab some tests from glibcMike Frysinger2006-02-156-0/+909
|
* dont bother setting TESTS nowMike Frysinger2006-02-151-1/+1
|
* dont use %m glibcismMike Frysinger2006-02-151-1/+3
|
* 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
|
* dont fail on locale-based tests, just skip themMike Frysinger2006-02-141-0/+20
|
* get rid of link time warning with tmpname()Mike Frysinger2006-02-141-4/+8
|
* convert to new test frameworkMike Frysinger2006-02-141-125/+8
|
* grab fnmatch from glibcMike Frysinger2006-02-142-0/+1143
|
* move the 64bit tests into a sep fileMike Frysinger2006-02-142-8/+1
|
* allow for runtime testingMike Frysinger2006-02-141-2/+2
|
* document why the ftell() should be 5 and not 14Mike Frysinger2006-02-141-0/+2
|
* fix fdopen testMike Frysinger2006-02-141-1/+1
|
* touchup test to have some more helpful outputMike Frysinger2006-02-041-13/+35
|
* use regular fseeko()Mike Frysinger2006-01-141-2/+2
|
* simple stdarg testMike Frysinger2006-01-141-0/+19
|
* test for seek funcsMike Frysinger2006-01-121-0/+78
|
* cleanup code and dont use %m glibcismMike Frysinger2006-01-111-35/+35
|
* GNU libc -> glibcMike Frysinger2005-07-011-2/+2
|
* make test output nicer so its easier to go through a log of `make -s` and ↵Mike Frysinger2005-07-011-10/+7
| | | | find out what works/fails
* remove old depend on Config and make it so that a test failure aborts the ↵Mike Frysinger2005-07-011-11/+11
| | | | make process
* simplify TESTDIR setting and touchupMike Frysinger2005-06-291-2/+1
|
* no more cvsMike Frysinger2005-02-121-11/+0
|
* Do not make tests depend on CC, since we no longer build a wrapper.Eric Andersen2004-01-021-5/+5
|