summaryrefslogtreecommitdiffstats
path: root/test/setjmp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso2009-03-161-0/+3
| | | | | | | | | | | 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>
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* mark local function staticMike Frysinger2007-01-291-1/+1
|
* mark some funcs as noreturnMike Frysinger2007-01-293-0/+3
|
* fixup prototype warningsMike Frysinger2007-01-291-2/+2
|
* fix from Paul Brook for ISO C violation in terms of handling of modifying ↵Mike Frysinger2006-11-171-1/+3
| | | | automatic local variables between setjmp/longjmp
* fix comment typosMike Frysinger2006-11-161-2/+2
|
* add a test for making sure vfork/signals are handled properly across ↵Mike Frysinger2006-11-161-0/+106
| | | | different setjmp/longjmps
* exercise the signal related jump codeMike Frysinger2006-11-161-0/+50
|
* make default output silence and have the exit status indicate errorMike Frysinger2006-11-161-3/+13
|
* fix license noticeMike Frysinger2006-07-051-1/+1
|
* grab some tests from glibcMike Frysinger2006-02-152-0/+147
|
* rename test to match glibcMike Frysinger2006-02-151-0/+0
|
* dont bother setting TESTS nowMike Frysinger2006-02-151-2/+0
|
* dont bother exporting variables and use := where appropriateMike Frysinger2006-02-141-1/+1
|
* move to new test frameworkMike Frysinger2005-07-021-34/+4
|
* make test output nicer so its easier to go through a log of `make -s` and ↵Mike Frysinger2005-07-011-3/+1
| | | | find out what works/fails
* remove old depend on Config and make it so that a test failure aborts the ↵Mike Frysinger2005-07-011-2/+2
| | | | make process
* simplify TESTDIR setting and touchupMike Frysinger2005-06-291-3/+1
|
* no more cvsMike Frysinger2005-02-121-1/+0
|
* Do not make tests depend on CC, since we no longer build a wrapper.Eric Andersen2004-01-021-1/+1
|
* 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).
* Several test suite updates. The testatexit, teston_exit, andEric Andersen2002-02-132-20/+104
| | | | 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 the tests a bit, and force everybody to use theEric Andersen2001-07-031-3/+3
| | | | | build dir, so nothing need be installed... -Erik
* Make all the uClibc tests use the --uclibc-use-build-dir flagEric Andersen2001-06-151-1/+1
|
* Add in a setjmp test from David SchleefEric Andersen2001-03-162-0/+57