Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | resolv: fix testcase failure | Denis Vlasenko | 2008-12-17 | 1 | -8/+13 | |
| | | | | | test/regex/tst-regex2.c: fix testcase to compile with just "gcc <file>.c" | |||||
* | Fix wcswidth function when LOCALE support is disabled | Carmelo Amoroso | 2008-12-02 | 1 | -1/+1 | |
| | | | | | | | | | | 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> | |||||
* | This patch fixes locale-mbwc test failures when __UCLIBC_HAS_LOCALE__ is | Carmelo Amoroso | 2008-11-26 | 1 | -0/+24 | |
| | | | | | | | | | 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> | |||||
* | Use C implementation of strncmp. | Khem Raj | 2008-10-25 | 1 | -0/+1 | |
| | | | | Add a new strncmp testcase. | |||||
* | - add and use EXTRA_DIRS to wipe the test/locale/C directory | Bernhard Reutner-Fischer | 2008-10-10 | 4 | -1/+4 | |
| | ||||||
* | - Include stdio.h for the perror prototype, use constants from stdlib.h, | Bernhard Reutner-Fischer | 2008-10-10 | 1 | -3/+5 | |
| | | | | tidy up old-style function definition. | |||||
* | - fix test. Tests are normal userspace and are _not_ part of the libc itself | Bernhard Reutner-Fischer | 2008-10-09 | 1 | -1/+1 | |
| | | | | Thanks to Tobias Poschwatta for pointing out this error. | |||||
* | Fix scandir function to reset the errno when the | Carmelo Amoroso | 2008-10-06 | 1 | -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> | |||||
* | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -5/+5 | |
| | ||||||
* | Fix bad commit 23574 for io redirecting when running the test suite | Hans-Christian Egtvedt | 2008-10-02 | 1 | -1/+1 | |
| | | | | | | | This patch fixes the previous r23574 and uses a correct syntax for redirecting. ./foo > bar.out 2>&1 | |||||
* | Use more generic redirecting of output in the test suite | Hans-Christian Egtvedt | 2008-10-02 | 1 | -1/+1 | |
| | | | | | | | | | 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> | |||||
* | - 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> | |||||
* | - remove a couple of duplicate includes | Bernhard Reutner-Fischer | 2008-08-27 | 1 | -1/+0 | |
| | ||||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 15 | -33/+33 | |
| | ||||||
* | - remove the error counter | Bernhard Reutner-Fischer | 2008-07-11 | 3 | -12/+3 | |
| | ||||||
* | - add error-counter, do not immediately exit if a testcase fails but print | Bernhard Reutner-Fischer | 2008-07-11 | 3 | -2/+11 | |
| | | | | the overall error-counter at the end and exit accordingly. | |||||
* | - do not test pthread if threads are not available | Bernhard Reutner-Fischer | 2008-07-11 | 1 | -0/+3 | |
| | ||||||
* | - don't test libcrypt stubs | Bernhard Reutner-Fischer | 2008-07-11 | 1 | -0/+3 | |
| | ||||||
* | - do not run tests that are not available | Bernhard Reutner-Fischer | 2008-07-11 | 1 | -0/+6 | |
| | ||||||
* | wow. So why does test/ keep it's own copy of CFLAGS guessing etc? | Bernhard Reutner-Fischer | 2008-07-11 | 1 | -1/+1 | |
| | ||||||
* | Removed wrong preprocessed files | Carmelo Amoroso | 2008-07-10 | 2 | -16675/+0 | |
| | ||||||
* | Added missing tests for locale with multibyte encoding | Carmelo Amoroso | 2008-07-10 | 110 | -0/+29302 | |
| | ||||||
* | Added several tests for locale support (8 bit and multibyte UTF-8) | Carmelo Amoroso | 2008-07-09 | 32 | -0/+4648 | |
| | | | | | | | | | | | | 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> | |||||
* | Fix the test build system by installing headers on a local folder | Carmelo Amoroso | 2008-07-08 | 2 | -2/+11 | |
| | | | | | | | instead of using internal headers. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | Fix makefile target to run test when there are some shell script. | Carmelo Amoroso | 2008-07-02 | 1 | -3/+1 | |
| | | | | | | | | | | | | 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> | |||||
* | add test case for argv[0] == null | Mike Frysinger | 2008-06-27 | 1 | -0/+13 | |
| | ||||||
* | Fix some compiler warnings | Carmelo Amoroso | 2008-06-11 | 1 | -1/+1 | |
| | ||||||
* | Document the reason why ether tests in testsuite may fail. | Denis Vlasenko | 2008-06-06 | 2 | -0/+9 | |
| | | | | | No code changes. | |||||
* | Fix spurious testsuite failure | Denis Vlasenko | 2008-06-06 | 1 | -0/+5 | |
| | ||||||
* | Remove automatically generated header when doing make clean | Carmelo Amoroso | 2008-05-20 | 1 | -1/+1 | |
| | ||||||
* | Convert to UNIX format | Carmelo Amoroso | 2008-05-16 | 1 | -25/+25 | |
| | ||||||
* | Do not check retbuf if realpath returns NULL | Carmelo Amoroso | 2008-05-13 | 1 | -2/+1 | |
| | ||||||
* | test-canon: stop checking realpath buffer in case realpath | Denis Vlasenko | 2008-05-08 | 1 | -17/+15 | |
| | | | | | | returns NULL (the buffer contents is undefined); also check errno more thoroughly (bugs were seen slipping through) | |||||
* | Fix rpc test Makefile | Carmelo Amoroso | 2008-04-25 | 1 | -0/+4 | |
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | Fix some sh4 specific entries | Carmelo Amoroso | 2008-04-25 | 1 | -0/+5 | |
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | - fixup asm. No object-code changes | Bernhard Reutner-Fischer | 2008-04-24 | 1 | -1/+1 | |
| | ||||||
* | Fix file permissions | Carmelo Amoroso | 2008-02-28 | 2 | -0/+0 | |
| | ||||||
* | Added support for ether_line, ether_ntohost and ether_hostton. | Carmelo Amoroso | 2008-02-28 | 2 | -0/+73 | |
| | | | | | | | Added related test cases. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Hacked-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | - fix file permissions | Bernhard Reutner-Fischer | 2008-01-22 | 1 | -0/+0 | |
| | ||||||
* | Test case to exploit dladdr bug | Carmelo Amoroso | 2008-01-22 | 2 | -1/+27 | |
| | | | | Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> | |||||
* | no need to delete the binary upon failure | Mike Frysinger | 2008-01-09 | 1 | -1/+0 | |
| | ||||||
* | test to make sure the buffers used by the gethost*_r functions handle ↵ | Mike Frysinger | 2008-01-08 | 1 | -0/+50 | |
| | | | | misaligned scratch buffers | |||||
* | Chris Zankel writes: | Mike Frysinger | 2008-01-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | The following patches add support for the Xtensa processor architecture to uClibc. They are based on a recent SVN checkout (12/05/2007). The first patch (attached to this post) adds Xtensa support to various shared configuration and make files. The following patches then include the Xtensa specific files and directories. I welcome any feedback and would appreciate it if you could include the patches into the mainline tree. I am certainly committed to maintain the port. Bob Wilson was kind enough to review the patches. Some notes about the architecture: Xtensa is a configurable and extensible processor architecture developed by Tensilica. For more information, please visit: www.linux-xtensa.org. | |||||
* | patch from Mats Erik Andersson for better catching edge cases in optimized ↵ | Mike Frysinger | 2008-01-05 | 1 | -8/+24 | |
| | | | | string functions | |||||
* | Disable tst-ftime_l test if Extended Locale Support | Carmelo Amoroso | 2007-11-23 | 1 | -0/+4 | |
| | | | | | | is not enabled, otherwise build will fail Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | Added support for GNU hash style into dynamic linker | Carmelo Amoroso | 2007-11-07 | 1 | -0/+5 | |
| | ||||||
* | not sure how this obvious one liner got lost from glibc, but merge it | Mike Frysinger | 2007-09-15 | 1 | -0/+1 | |
| | ||||||
* | add one more testcase from Natanael Copa | Mike Frysinger | 2007-09-15 | 1 | -0/+1 | |
| | ||||||
* | add more tests as suggested by Natanael Copa and as harvested from: | Mike Frysinger | 2007-09-15 | 1 | -1/+31 | |
| | | | | http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/92880 |