summaryrefslogtreecommitdiffstats
path: root/test/stdlib
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: fix one bug, one warning; extend README (one TODO added)Denys Vlasenko2009-08-191-1/+9
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Merged revisions 25669-25670,25673-25674 via svnmerge from Khem Raj2009-03-162-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://svn.uclibc.org/svn/trunk/uClibc ........ r25669 | vapier | 2009-03-15 23:14:34 -0700 (Sun, 15 Mar 2009) | 1 line import user.h from the kernel as it is no longer exported by the kernel ........ r25670 | vapier | 2009-03-15 23:16:15 -0700 (Sun, 15 Mar 2009) | 1 line enable mprotect() regardless of MMU as some systems have MPUs which allows memory protection ........ r25673 | carmelo | 2009-03-16 06:33:27 -0700 (Mon, 16 Mar 2009) | 2 lines Added string.h header for strerr prototype. ........ r25674 | carmelo | 2009-03-16 06:36:39 -0700 (Mon, 16 Mar 2009) | 10 lines Fixed makefiles inclusion flow to pass actual configuration variable values. 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> ........
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch tests with trunkCarmelo Amoroso2008-07-091-17/+14
|
* STEP 12: synch librt directoryCarmelo Amoroso2008-04-254-85/+350
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk. Whoa crap."Steven J. Hill"2006-08-221-176/+7
|
* More merges with main trunk."Steven J. Hill"2005-07-301-13/+4
|
* Merge from trunk."Steven J. Hill"2005-07-234-61/+56
|
* no more cvsMike Frysinger2005-02-121-22/+0
|
* Do not make tests depend on CC, since we no longer build a wrapper.Eric Andersen2004-01-021-5/+5
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | 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).
* Update tests to be somewhat consistant with the rest of the worldEric Andersen2003-01-231-8/+8
|
* Silence some whiningEric Andersen2002-11-192-1/+3
|
* Add a test from Alex King <alex@morrison.king.net.nz> whichEric Andersen2002-10-173-0/+34
| | | | | shows a failure in ptsname when ASSUME_DEVPTS=false -Erik
* Ignore generated stuffEric Andersen2002-08-241-1/+12
|
* Move all malloc tests under test/malloc/Eric Andersen2002-08-144-232/+0
|
* Put the chdir back, to simplify testing now that scandirEric Andersen2002-03-211-0/+1
| | | | doesn't segfault anymore
* Remove the chdir, so we can test things like empty directoriesEric Andersen2002-03-131-1/+0
|
* Several test suite updates. The testatexit, teston_exit, andEric Andersen2002-02-133-1/+221
| | | | pthread tests were contributed by Stefan Soucek
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+18
|
* Scrub up a few test thingsEric Andersen2001-09-271-3/+3
|
* Use uClibc's ldd, not the system one which is probably brokenEric Andersen2001-07-121-8/+8
| | | | | | anyways. This ensures correct answers, and prevents all the annoying segfaults from the system ldd. -Erik
* Scrub up the tests a bit, and force everybody to use theEric Andersen2001-07-031-25/+25
| | | | | build dir, so nothing need be installed... -Erik
* Make all the uClibc tests use the --uclibc-use-build-dir flagEric Andersen2001-06-151-6/+6
|
* Fix a couple silly bugs in this testEric Andersen2001-05-111-1/+2
|
* Add in a qsort, alphasort, scandir test from Jon Nelson, jnelson@securepipe.comEric Andersen2001-05-083-1/+87
|
* Reworked all test suite makefiles (man did they need it).Eric Andersen2001-01-201-31/+20
| | | | | | | 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
* Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,Eric Andersen2000-11-171-1/+1
| | | | and a bit of extra cleanup in the test makefiles.
* Fix it so files are not stripped when debugging (doh!). Fix up stripEric Andersen2000-11-161-11/+6
| | | | | rules. With this fix in place, I can now find what is wrong with malloc... -Erik
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
|
* Fix makefile bugsEric Andersen2000-10-261-4/+4
|
* Link vs libgcc to include needed stuff.Eric Andersen2000-10-261-1/+1
|
* More updates. Implement strsignal. Add pwd_grp testsEric Andersen2000-10-181-1/+1
|
* Test cleanupEric Andersen2000-10-111-2/+2
|
* Bug ugly formatting updateEric Andersen2000-10-093-2/+98
|
* Forgot to ignore thisEric Andersen2000-10-071-0/+1
|
* Major facelift on the test area -- the beginnings of some real testingEric Andersen2000-10-044-0/+319
stuff so we can get this library into shape. -Erik