Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN | Bernhard Reutner-Fischer | 2010-08-05 | 1 | -0/+2 |
| | | | | | | perusing the config parser Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | test: silence shadow warning | Bernhard Reutner-Fischer | 2010-06-25 | 1 | -3/+3 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | testsuite: disable some tests for !LFS | Bernhard Reutner-Fischer | 2010-06-11 | 1 | -0/+3 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | powerpc: Add TLS and NPTL support | Khem Raj | 2010-05-09 | 1 | -1/+1 |
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | getconf: move to utils/ | Bernhard Reutner-Fischer | 2010-04-06 | 2 | -1314/+6 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | sync confname, environments with glibc | Bernhard Reutner-Fischer | 2009-11-26 | 3 | -0/+1555 |
| | | | | | | | Plus related synch. Add a testcase for the sysconf variables based on the one from glibc Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Fixed makefiles inclusion flow to pass actual configuration variable values. | Carmelo Amoroso | 2009-03-16 | 2 | -9/+14 |
| | | | | | | | | | | | 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> | ||||
* | libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build | Denis Vlasenko | 2009-02-02 | 1 | -1/+1 |
| | | | | | | | test/Rules.mak: don't pass target options to host build test/math/basic-test.c: fix test build error patching file test/unistd/errno.c: fix test build warning | ||||
* | - revert inappropriate part of r23478 | Bernhard Reutner-Fischer | 2008-09-26 | 1 | -4/+7 |
| | |||||
* | Add globally __stringify macro in libc-symbols.h. | Carmelo Amoroso | 2008-09-25 | 1 | -7/+4 |
| | | | | | | Remove all other duplicated definitions. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | add test case for argv[0] == null | Mike Frysinger | 2008-06-27 | 1 | -0/+13 |
| | |||||
* | mark some funcs as noreturn | Mike Frysinger | 2007-01-29 | 1 | -0/+1 |
| | |||||
* | fixup prototype warnings | Mike Frysinger | 2007-01-29 | 3 | -4/+4 |
| | |||||
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 4 | -15/+4 |
| | | | | I had clearly run search/replace on that were cluttering things up. | ||||
* | fix license notice | Mike Frysinger | 2006-07-05 | 4 | -60/+8 |
| | |||||
* | fix license notice | Mike Frysinger | 2006-07-05 | 1 | -1/+1 |
| | |||||
* | getopt_long-simple behaves as gnu getopt if POSIXLY_CORRECT is set, adapt test | Peter S. Mazinger | 2006-03-08 | 1 | -0/+5 |
| | |||||
* | revert unintended commit | Mike Frysinger | 2006-02-22 | 1 | -1/+1 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-02-22 | 1 | -1/+1 |
| | |||||
* | add clone2 prototype to shutup warnings | Mike Frysinger | 2006-02-22 | 1 | -0/+2 |
| | |||||
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 1 | -1/+1 |
| | |||||
* | disable test on non-mmu host | Mike Frysinger | 2006-02-16 | 1 | -0/+12 |
| | |||||
* | dont bother setting TESTS now | Mike Frysinger | 2006-02-15 | 1 | -3/+0 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-02-14 | 3 | -105/+86 |
| | |||||
* | dont bother defining _GNU_SOURCE | Mike Frysinger | 2006-02-14 | 1 | -1/+0 |
| | |||||
* | rename to match glibc | Mike Frysinger | 2006-02-14 | 2 | -1/+1 |
| | |||||
* | dont bother exporting variables and use := where appropriate | Mike Frysinger | 2006-02-14 | 1 | -4/+4 |
| | |||||
* | fix segfault do to sizeof(NULL) usage | Mike Frysinger | 2006-02-04 | 1 | -2/+4 |
| | |||||
* | import files from glibc for an ia64/static port | Mike Frysinger | 2006-02-04 | 3 | -4/+26 |
| | |||||
* | import test from glibc | Mike Frysinger | 2005-11-15 | 2 | -1/+78 |
| | |||||
* | check the return value of the clone call too | Mike Frysinger | 2005-07-28 | 1 | -3/+3 |
| | |||||
* | add a basic errno test based on one from ltp | Mike Frysinger | 2005-07-27 | 2 | -1/+28 |
| | |||||
* | new testing framework to unify duplicated code in subdirs | Mike Frysinger | 2005-07-02 | 1 | -120/+6 |
| | |||||
* | new testcase for clone() | Mike Frysinger | 2005-07-02 | 2 | -0/+138 |
| | |||||
* | GNU libc -> glibc | Mike Frysinger | 2005-07-01 | 1 | -2/+2 |
| | |||||
* | make test output nicer so its easier to go through a log of `make -s` and ↵ | Mike Frysinger | 2005-07-01 | 1 | -7/+5 |
| | | | | find out what works/fails | ||||
* | remove old depend on Config and make it so that a test failure aborts the ↵ | Mike Frysinger | 2005-07-01 | 1 | -8/+8 |
| | | | | make process | ||||
* | simplify TESTDIR setting and touchup | Mike Frysinger | 2005-06-29 | 1 | -4/+1 |
| | |||||
* | no more cvs | Mike Frysinger | 2005-02-12 | 1 | -8/+0 |
| | |||||
* | Do not make tests depend on CC, since we no longer build a wrapper. | Eric Andersen | 2004-01-02 | 1 | -6/+6 |
| | |||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -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). | ||||
* | minor cleanup | Eric Andersen | 2003-09-01 | 1 | -0/+2 |
| | |||||
* | Update tests to be somewhat consistant with the rest of the world | Eric Andersen | 2003-01-23 | 1 | -4/+4 |
| | |||||
* | Only build the 64 tests when relevant | Eric Andersen | 2002-11-15 | 1 | -0/+5 |
| | |||||
* | Add in a pread/pwrite test | Eric Andersen | 2002-11-15 | 3 | -1/+154 |
| | |||||
* | missed a file | Eric Andersen | 2002-08-07 | 1 | -0/+1 |
| | |||||
* | getopt tests | Eric Andersen | 2002-08-07 | 4 | -1/+179 |
| | |||||
* | A simple test for getcwd | Eric Andersen | 2002-06-18 | 2 | -1/+67 |
| | | | | -Erik | ||||
* | Fix headers | Eric Andersen | 2002-02-04 | 2 | -0/+3 |
| | |||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 3 | -4/+23 |
| |