| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-25 | implement experimental pure-sh testsuite runner and generation | mirabilos | |
| 2014-10-08 | test: disable for noMMU case | Waldemar Brodkorb | |
| Pthread tests are failing for coldfire with linuxthreads enabled. | |||
| 2014-08-28 | test: do not depend on compile | Waldemar Brodkorb | |
| When you cross-compile the testsuite and then try to run on a system without gcc/binutils it would be nice if no compiling or linking is tried. Refresh test/README (suggested by Khem) Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
| 2013-11-06 | pull kconfig from linux-3.11 | Bernhard Reutner-Fischer | |
| Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
| 2013-03-20 | test: fix non-O checking | Bernhard Reutner-Fischer | |
| Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
| 2013-03-14 | test: add missing top_srcdir | Bernhard Reutner-Fischer | |
| Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
| 2013-03-14 | buildsys: remove surplus slashes from test dir paths | Bernhard Reutner-Fischer | |
| cosmetics Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
| 2012-01-18 | tests: only test crypt if we have an impl | Bernhard Reutner-Fischer | |
| Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
| 2009-10-17 | build system changes needed for nptl | Austin Foxley | |
| * add include dir for nptl * pregen nptl headers * add include dir to pick up subarchs * a few tweaks for test/* to match state of the code Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
| 2009-03-16 | Fixed makefiles inclusion flow to pass actual configuration variable values. | Carmelo Amoroso | |
| 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> | |||
| 2009-02-05 | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko | |
| This makes in possible to enable test/math (not it compiles, but has lots of test failures). | |||
| 2008-12-24 | test/Makefile: make "make compile" install headers first | Denis Vlasenko | |
| test/regex/Makefile: remove superfluous oprions test/regex/tst-regex2.c: reformat, simplify, and make error messages more informative test/test-skeleton.c: kill child test process on ^C | |||
| 2008-07-11 | - remove the error counter | Bernhard Reutner-Fischer | |
| 2008-07-11 | - add error-counter, do not immediately exit if a testcase fails but print | Bernhard Reutner-Fischer | |
| the overall error-counter at the end and exit accordingly. | |||
| 2008-07-11 | - do not test pthread if threads are not available | Bernhard Reutner-Fischer | |
| 2008-07-11 | - don't test libcrypt stubs | Bernhard Reutner-Fischer | |
| 2008-07-11 | - do not run tests that are not available | Bernhard Reutner-Fischer | |
| 2007-03-05 | New test targets 'compile' and 'run' | Khem Raj | |
| 2006-12-16 | start pulling in top level Rules.mak so we get access to import ↵ | Mike Frysinger | |
| CFLAGS/LDFLAGS/CPPFLAGS | |||
| 2006-03-01 | Move regex tests to their own subdir and dont run them if regex is disabled | Peter S. Mazinger | |
| 2006-02-17 | dynamically build the DIRS variables so i dont have to keep updating it all ↵ | Mike Frysinger | |
| the time | |||
| 2006-02-15 | add missing subdirs | Mike Frysinger | |
| 2006-02-14 | add more test dirs, touchup output, and some other misc touchups | Mike Frysinger | |
| 2006-01-13 | dlopen test also requires threads :/ | Mike Frysinger | |
| 2006-01-11 | descend into mmap subdir | Mike Frysinger | |
| 2005-11-21 | Remove TOPDIR, update copyright | Peter S. Mazinger | |
| 2005-10-28 | HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and ↵ | Peter S. Mazinger | |
| replace the dependencies w/ HAVE_SHARED | |||
| 2005-09-28 | Remove ar-target and shared targets, at build time now we traverse the tree ↵ | Peter S. Mazinger | |
| only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a | |||
| 2005-07-01 | make test output nicer so its easier to go through a log of `make -s` and ↵ | Mike Frysinger | |
| find out what works/fails | |||
| 2005-06-30 | fix ALL_SUBDIRS/DIRS setting so clean always kills everything | Mike Frysinger | |
| 2005-06-29 | touchup syntax | Mike Frysinger | |
| 2004-08-26 | Fixes from gentoo. | Manuel Novoa III | |
| 2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen | |
| 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). | |||
| 2003-09-01 | move the ldso tests to dlopen where they belong | Eric Andersen | |
| 2003-02-17 | Patch from Stefan Allius | Eric Andersen | |
| And at last I fixed a warning in test's Makefile. (ldso was first added to the ALL_SUBDIRS variable in line 25): | |||
| 2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen | |
| the linux kernel uses. -Erik | |||
| 2002-11-11 | Add in 'ldso' to directory list since 'make clean' was not recursing | "Steven J. Hill" | |
| into it. | |||
| 2002-10-31 | Allow 'make clean' on the test stuff to work with the new config system. | Eric Andersen | |
| -Erik | |||
| 2002-08-12 | Test threads when appropriate | Eric Andersen | |
| 2002-02-23 | Test for libcrypt (which is partly broken ATM) | Eric Andersen | |
| 2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
| 2001-11-26 | Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHARED | David Schleef | |
| 2001-08-29 | Minor update | Eric Andersen | |
| 2001-07-03 | Scrub up the tests a bit, and force everybody to use the | Eric Andersen | |
| build dir, so nothing need be installed... -Erik | |||
| 2001-06-07 | Add in a test for outb (that currently fails) | Eric Andersen | |
| 2001-05-11 | Fix the 'make clean' target | Eric Andersen | |
| 2001-01-20 | Reworked all test suite makefiles (man did they need it). | Eric Andersen | |
| 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 | |||
| 2000-11-04 | Fix doc blunder. | Eric Andersen | |
| 2000-11-04 | Make spelling of uClibc be consistant. | Eric Andersen | |
| 2000-10-27 | More random fixes and additions. | Eric Andersen | |
