summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* - add error-counter, do not immediately exit if a testcase fails but printBernhard Reutner-Fischer2008-07-113-2/+11
| | | | the overall error-counter at the end and exit accordingly.
* - do not test pthread if threads are not availableBernhard Reutner-Fischer2008-07-111-0/+3
|
* - don't test libcrypt stubsBernhard Reutner-Fischer2008-07-111-0/+3
|
* - do not run tests that are not availableBernhard Reutner-Fischer2008-07-111-0/+6
|
* wow. So why does test/ keep it's own copy of CFLAGS guessing etc?Bernhard Reutner-Fischer2008-07-111-1/+1
|
* Removed wrong preprocessed filesCarmelo Amoroso2008-07-102-16675/+0
|
* Added missing tests for locale with multibyte encodingCarmelo Amoroso2008-07-10110-0/+29302
|
* Added several tests for locale support (8 bit and multibyte UTF-8)Carmelo Amoroso2008-07-0932-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 folderCarmelo Amoroso2008-07-082-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 Amoroso2008-07-021-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] == nullMike Frysinger2008-06-271-0/+13
|
* Fix some compiler warningsCarmelo Amoroso2008-06-111-1/+1
|
* Document the reason why ether tests in testsuite may fail.Denis Vlasenko2008-06-062-0/+9
| | | | | No code changes.
* Fix spurious testsuite failureDenis Vlasenko2008-06-061-0/+5
|
* Remove automatically generated header when doing make cleanCarmelo Amoroso2008-05-201-1/+1
|
* Convert to UNIX formatCarmelo Amoroso2008-05-161-25/+25
|
* Do not check retbuf if realpath returns NULLCarmelo Amoroso2008-05-131-2/+1
|
* test-canon: stop checking realpath buffer in case realpathDenis Vlasenko2008-05-081-17/+15
| | | | | | returns NULL (the buffer contents is undefined); also check errno more thoroughly (bugs were seen slipping through)
* Fix rpc test MakefileCarmelo Amoroso2008-04-251-0/+4
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Fix some sh4 specific entriesCarmelo Amoroso2008-04-251-0/+5
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-241-1/+1
|
* Fix file permissionsCarmelo Amoroso2008-02-282-0/+0
|
* Added support for ether_line, ether_ntohost and ether_hostton.Carmelo Amoroso2008-02-282-0/+73
| | | | | | | Added related test cases. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Hacked-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - fix file permissionsBernhard Reutner-Fischer2008-01-221-0/+0
|
* Test case to exploit dladdr bugCarmelo Amoroso2008-01-222-1/+27
| | | | Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
* no need to delete the binary upon failureMike Frysinger2008-01-091-1/+0
|
* test to make sure the buffers used by the gethost*_r functions handle ↵Mike Frysinger2008-01-081-0/+50
| | | | misaligned scratch buffers
* Chris Zankel writes:Mike Frysinger2008-01-051-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 Frysinger2008-01-051-8/+24
| | | | string functions
* Disable tst-ftime_l test if Extended Locale SupportCarmelo Amoroso2007-11-231-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 linkerCarmelo Amoroso2007-11-071-0/+5
|
* not sure how this obvious one liner got lost from glibc, but merge itMike Frysinger2007-09-151-0/+1
|
* add one more testcase from Natanael CopaMike Frysinger2007-09-151-0/+1
|
* add more tests as suggested by Natanael Copa and as harvested from:Mike Frysinger2007-09-151-1/+31
| | | | http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/92880
* actually update errors variable when a test failsMike Frysinger2007-09-151-0/+1
|
* Fix arm mmap when using mmap2 syscall. Fixes bug #1303Khem Raj2007-05-151-0/+41
|
* give proper prototypesMike Frysinger2007-05-032-2/+2
|
* cancellation-points needs librtMike Frysinger2007-05-021-0/+2
|
* exercise all required POSIX pthread cancellation pointsMike Frysinger2007-05-021-0/+280
|
* This test needs XLOCALE to work."Steven J. Hill"2007-04-211-1/+1
|
* catch a small overflow in malloc-standardMike Frysinger2007-04-171-0/+42
|
* disable for nowMike Frysinger2007-04-171-3/+10
|
* test case to make sure realloc() can shrink buffers properlyMike Frysinger2007-04-111-0/+17
|
* Paul Brook writes: filter .svn dirs to greatly speed up the file grep testMike Frysinger2007-03-251-5/+6
|
* make sure undefine references in dlopen()-ed libs are handled graciouslyMike Frysinger2007-03-125-16/+44
|
* make sure dlsym() properly returns NULL with undefined symbolsMike Frysinger2007-03-123-1/+47
|
* Now Test.mak includes toplevel Rules.mak so if DO_ASSERT is not set then ↵Khem Raj2007-03-081-2/+5
| | | | | | | -DNDEBUG is added to CFLAGS so we need to get the seeko() calls out of the assert otherwise they get cancelled when NDEBUG is defined.
* New test targets 'compile' and 'run'Khem Raj2007-03-054-47/+84
|
* drop -Wl,-warn-common since it doesnt serve much purposeMike Frysinger2007-02-211-4/+4
|
* make sure cleanup handler is only called onceMike Frysinger2007-02-201-0/+97
|