summaryrefslogtreecommitdiffstats
path: root/test/pthread
Commit message (Collapse)AuthorAgeFilesLines
* build: Move test build flags in Makefile.inCarmelo Amoroso2009-12-032-1/+1
| | | | | | | Move test build flags in Makefile.in Makefile should be used only as a container for other sub Makefiles Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* test/pthread: fix build of cancellation-points testAustin Foxley2009-11-291-2/+2
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Merge remote branch 'origin/master' into nptlAustin Foxley2009-11-283-4/+14
|\ | | | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
| * call nanosleep directlyBernhard Reutner-Fischer2009-11-252-4/+10
| | | | | | | | | | | | | | usleep is a SUSv3 function. TODO: nanosleep moved from SUSv3 Timers to SUSv4 Base Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
| * conditional cancellation-point test of usleepBernhard Reutner-Fischer2009-11-251-0/+4
| | | | | | | | | | | | usleep is a SUSv3 function Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* | build system changes needed for nptlAustin Foxley2009-10-171-0/+1
|/ | | | | | | | | * add include dir for nptl * pregen nptl headers * add include dir to pick up subarchs * a few tweaks for test/* to match state of the code Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso2009-03-162-4/+10
| | | | | | | | | | | 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-3/+3
|
* cancellation-points needs librtMike Frysinger2007-05-021-0/+2
|
* exercise all required POSIX pthread cancellation pointsMike Frysinger2007-05-021-0/+280
|
* disable for nowMike Frysinger2007-04-171-3/+10
|
* make sure cleanup handler is only called onceMike Frysinger2007-02-201-0/+97
|
* fixup shadowed warningsMike Frysinger2007-01-291-4/+4
|
* fixup prototype warningsMike Frysinger2007-01-296-16/+16
|
* fix license noticeMike Frysinger2006-07-051-1/+1
|
* dont bother setting TESTS nowMike Frysinger2006-02-151-2/+0
|
* convert to new test frameworkMike Frysinger2006-02-141-103/+5
|
* fix gcc warning: ex3.c:31: warning: int format, different type arg (arg 2)Mike Frysinger2006-02-141-1/+1
|
* fix warnings on 64bit hostsMike Frysinger2006-02-082-5/+5
|
* make test output nicer so its easier to go through a log of `make -s` and ↵Mike Frysinger2005-07-011-7/+7
| | | | find out what works/fails
* remove old depend on Config and make it so that a test failure aborts the ↵Mike Frysinger2005-07-011-15/+14
| | | | make process
* exit with an error if thread functions failed so make can detect the problemMike Frysinger2005-06-301-23/+19
|
* simplify TESTDIR setting and touchupMike Frysinger2005-06-291-2/+19
|
* no more cvsMike Frysinger2005-02-121-7/+0
|
* Do not make tests depend on CC, since we no longer build a wrapper.Eric Andersen2004-01-021-7/+7
|
* 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).
* Ignore generated binariesEric Andersen2002-08-231-0/+7
|
* Add a test from Stefan Soucek for pthread_cond_timedwait(). OnEric Andersen2002-02-202-1/+115
| | | | mmu-less ARM perhaps sigsetjmp() isn't working?
* Several test suite updates. The testatexit, teston_exit, andEric Andersen2002-02-137-0/+633
pthread tests were contributed by Stefan Soucek