Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-23 | - remove superfluous $(strip) | Bernhard Reutner-Fischer | |
2009-02-23 | - remove dependency on GNU error functionality | Bernhard Reutner-Fischer | |
2009-02-23 | - disable libcrypt tests if we have no libcrypt | Bernhard Reutner-Fischer | |
2009-02-18 | test/math/compile_test.c: make it exit with 0 always | Denis Vlasenko | |
2009-02-17 | test/math/compile_test.c: add compile testing of (some) floats | Denis Vlasenko | |
2009-02-17 | libm/Makefile.in: reformat the list of wrappers | Denis Vlasenko | |
so that it is easier to modify, sort, etc; use __ in filenames of wrappers which wrap __functions (it may be useful to have function and file names ALWAYS match); remove names of not implemented wrappers (it was generating useless empty .o files). libm/ldouble_wrappers.c: comment out the wrapper which is not compiled anyway test/math/compile_test.c: improve this test, it was optimizing out some calls, and we don't want that. No actual code changes. | |||
2009-02-17 | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | |
*: fix everything which prevents above from building | |||
2009-02-12 | Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLE | Carmelo Amoroso | |
support is not enabled in uclibc to fix build. 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). | |||
2009-02-02 | libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build | Denis Vlasenko | |
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 | |||
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> | |||
2009-01-28 | "make utils" now successfully makes utils for target | Denis Vlasenko | |
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-25 | test/regex/tst-regex2.c: fix the rest of testsuite failures | Denis Vlasenko | |
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-12-02 | Fix wcswidth function when LOCALE support is disabled | Carmelo Amoroso | |
while keeping WCHAR support enabled. This solves two testcases: tst_wcwidth and tst_wcswidth. Fix dat_iswctype.c fiinput file: character 0x80 is not a control character: it fixes tst_iswctype test. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> | |||
2008-11-26 | This patch fixes locale-mbwc test failures when __UCLIBC_HAS_LOCALE__ is | Carmelo Amoroso | |
disabled and __UCLIBC_HAS_WCHAR__ is enabled. The only locale available when __UCLIBC_HAS_LOCALE__ is disabled is the C locale, the others locale are skipped. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> | |||
2008-10-25 | Use C implementation of strncmp. | Khem Raj | |
Add a new strncmp testcase. | |||
2008-10-10 | - add and use EXTRA_DIRS to wipe the test/locale/C directory | Bernhard Reutner-Fischer | |
2008-10-10 | - Include stdio.h for the perror prototype, use constants from stdlib.h, | Bernhard Reutner-Fischer | |
tidy up old-style function definition. | |||
2008-10-09 | - fix test. Tests are normal userspace and are _not_ part of the libc itself | Bernhard Reutner-Fischer | |
Thanks to Tobias Poschwatta for pointing out this error. | |||
2008-10-06 | Fix scandir function to reset the errno when the | Carmelo Amoroso | |
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> | |||
2008-10-03 | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | |
2008-10-02 | Fix bad commit 23574 for io redirecting when running the test suite | Hans-Christian Egtvedt | |
This patch fixes the previous r23574 and uses a correct syntax for redirecting. ./foo > bar.out 2>&1 | |||
2008-10-02 | Use more generic redirecting of output in the test suite | Hans-Christian Egtvedt | |
This patch replaces the "&> file" with "> file 2>> file". The latter is compatible with Busybox ash shell, which makes it easier to run the test suite on target. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-09-26 | - revert inappropriate part of r23478 | Bernhard Reutner-Fischer | |
2008-09-25 | Add globally __stringify macro in libc-symbols.h. | Carmelo Amoroso | |
Remove all other duplicated definitions. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-08-27 | - remove a couple of duplicate includes | Bernhard Reutner-Fischer | |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
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 | |
2008-07-11 | wow. So why does test/ keep it's own copy of CFLAGS guessing etc? | Bernhard Reutner-Fischer | |
2008-07-10 | Removed wrong preprocessed files | Carmelo Amoroso | |
2008-07-10 | Added missing tests for locale with multibyte encoding | Carmelo Amoroso | |
2008-07-09 | Added several tests for locale support (8 bit and multibyte UTF-8) | Carmelo Amoroso | |
Basically all tests have been taken from glibc. For testing multibyte encoding EUC_JP parts have been commented out and added new section for UTF-8 that is the only multibyte codeset currently supported on uCLibc. Some tests are still failing due to unsupported/missing features, other have been fixed. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-07-08 | Fix the test build system by installing headers on a local folder | Carmelo Amoroso | |
instead of using internal headers. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-07-02 | Fix makefile target to run test when there are some shell script. | Carmelo Amoroso | |
SImply do not include SHEL_TESTS among RUNTIME_TESTS, because shell script have a their own rule to be excuted. The runtime evaluation by using the $(shell ...) command doesn't work due to immediate expansion of shell function. Currently only nptl tests have shell script, so this problem have been never discovered before. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-06-27 | add test case for argv[0] == null | Mike Frysinger | |
2008-06-11 | Fix some compiler warnings | Carmelo Amoroso | |
2008-06-06 | Document the reason why ether tests in testsuite may fail. | Denis Vlasenko | |
No code changes. | |||
2008-06-06 | Fix spurious testsuite failure | Denis Vlasenko | |
2008-05-20 | Remove automatically generated header when doing make clean | Carmelo Amoroso | |
2008-05-16 | Convert to UNIX format | Carmelo Amoroso | |
2008-05-13 | Do not check retbuf if realpath returns NULL | Carmelo Amoroso | |