Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-19 | test: disable regex tests | Waldemar Brodkorb | |
The time to run the tests is very high and always subtests are failing. We need to fix the subtests and see how to reduce the time the test is running. At the moment it blocks my regression testing to much. | |||
2016-06-16 | test: regex: Make testregex return error count | Vlad Zakharov | |
Testregex returned 0 even when some sub-tests inside the testregex failed. Now it returns error count. Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com> | |||
2016-04-17 | remove m68k binutils workarounds | Waldemar Brodkorb | |
With binutils 2.26 for m68k and 2.25.1 for coldfire, these -fPIC workarounds no longer required. | |||
2016-02-17 | increase timeouts to successfully run on slower hardware/emulation, f.e. xtensa | Waldemar Brodkorb | |
2016-01-02 | lm32: fix testsuite compile problems | Waldemar Brodkorb | |
One test fails to compile with a gcc ICE, so disable it for now. | |||
2015-01-04 | add -fPIC to some tests. | Waldemar Brodkorb | |
This is required to avoid a assertion error in binutils 2.24 for m68k. | |||
2013-03-14 | test: add missing top_srcdir | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
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-01-28 | Follow naming convention for tst-regex2 input file. All others | Carmelo Amoroso | |
are .dat suffix. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-12-25 | test/regex/tst-regexloc.c: include ok/bad indicator in the message | Denis Vlasenko | |
test/regex/tst-regex2.c: do not exit at the first error | |||
2008-12-24 | test/regex: make it faster to rebuild and run regex testcase | Denis Vlasenko | |
2008-12-24 | rename test file | Denis Vlasenko | |
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-12-17 | resolv: fix testcase failure | Denis Vlasenko | |
test/regex/tst-regex2.c: fix testcase to compile with just "gcc <file>.c" | |||
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2006-07-05 | fix license notice | Mike Frysinger | |
2006-06-19 | touchup printf format to fix warning | Mike Frysinger | |
2006-03-11 | fix gcc warnings | Mike Frysinger | |
2006-03-02 | Remove CFLAGS-OMIT support, rename getline to get testregex compile w/ ↵ | Peter S. Mazinger | |
-D_GNU_SOURCE | |||
2006-03-02 | Move hidden test file for tst-regex2 as well | Peter S. Mazinger | |
2006-03-02 | inform people test is skipped on non-locale hosts | Mike Frysinger | |
2006-03-01 | Add another test, use for those hanging -c | Peter S. Mazinger | |
2006-03-01 | Add CFLAGS-OMIT support to glibc targets for now being the same as for ↵ | Peter S. Mazinger | |
uclibc targets, adapt regex | |||
2006-03-01 | Move regex tests to their own subdir and dont run them if regex is disabled | Peter S. Mazinger | |
2006-03-01 | Add AT&T research regex testsuite | Peter S. Mazinger | |