summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-163-2/+10
| | | | | | * math/Makefile.am, math/init.c: Init task has to be floating point and there is no point in using optional manager stubs since libio needs semaphores.
* 2010-12-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-12-082-19/+6
| | | | | * loopback/init.c: Loop back interface will be initialized now during normal initialization via rtems_bsdnet_initialize_network().
* 2010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-062-1/+5
| | | | * configure.ac: Add initial small set of POSIX Timing Tests.
* 2010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-062-3/+11
| | | | * README: Add initial small set of POSIX Timing Tests.
* 2010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-0618-0/+672
| | | | | | | | | | | * .cvsignore, ChangeLog, Makefile.am, README, configure.ac, psxtmtests_plan.csv, psxtmmutex02/.cvsignore, psxtmmutex02/Makefile.am, psxtmmutex02/init.c, psxtmmutex02/psxtmmutex02.doc, psxtmthread01/.cvsignore, psxtmthread01/Makefile.am, psxtmthread01/init.c, psxtmthread01/psxtmthread01.doc, psxtmthread03/.cvsignore, psxtmthread03/Makefile.am, psxtmthread03/init.c, psxtmthread03/psxtmthread03.doc: New files.
* 2010-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-12-013-0/+14
| | | | | | | * configure.ac: Check for complex.h. Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated toolchains. * complex/Makefile.am: Apply HAS_COMPLEX.
* 2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-11-303-1/+9
| | | | | * Makefile.am: Add complex, math subdirs. * configure.ac: Add complex, math subdirs.
* 2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-11-301-0/+9
| | | | | | | | | * complex/Makefile.am, complex/init.c, complex/docomplex.c, complex/docomplexf.c, complex/complex.scn, complex/docomplex.in, complex/complex.doc, complex/docomplexl.c: New. * math/Makefile.am, math/init.c, math/domath.c, math/domathf.c, math/math.scn, math/domath.in, math/math.doc, math/domathl.c: New.
* New.Ralf Corsepius2010-11-3016-0/+2001
|
* 2010-11-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-11-262-0/+8
| | | | * spchain/init.c: Added test case.
* 2010-11-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-11-253-7/+11
| | | | * tm26/task1.c, tm27/task1.c: Update for API changes.
* 2010-11-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-11-253-0/+26
| | | | * spchain/init.c, spchain/spchain.scn: More test cases.
* 2010-11-24 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-11-243-7/+20
| | | | | | PR 1647/cpukit * tm26/task1.c, tm27/task1.c: Update documentation to reflect refactoring of SuperCore to add Scheduler Handler.
* 2010-11-24 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-11-242-20/+47
| | | | | | PR 1647/cpukit * spsize/size.c: Update documentation to reflect refactoring of SuperCore to add Scheduler Handler.
* 2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-11-163-2/+27
| | | | | * sp70/init.c, sp70/sp70.scn: Fix bug in test which lead to random memory corruption.
* 2010-11-01 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2010-11-013-146/+178
| | | | * psxaio01/init.c, psxaio02/init.c: Improve coverage.
* Spacing.Joel Sherrill2010-10-261-1/+0
|
* 2010-10-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-262-1/+18
| | | | * spchain/init.c: Attempt to improve coverage.
* 2010-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-10-253-3/+7
| | | | * spchain/init.c, spwatchdog/task1.c: Do not violate chain API.
* 2010-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-10-253-7/+11
| | | | * tm26/task1.c, tm27/task1.c: Do not violate chain API.
* 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-214-10/+64
| | | | | | | * psx05/init.c: Check for correct status returned. * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test code to exercise path when attempting to lock for reading but there is at least one writer blocked waiting for access.
* 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-218-1/+197
| | | | | | | | * Makefile.am, configure.ac: New test to ensure pthread_cond_wait() and sleep() (e.g. interruptible blocking and sleeping) are interruptible by signal. * psxsignal06/.cvsignore, psxsignal06/Makefile.am, psxsignal06/init.c, psxsignal06/psxsignal06.doc, psxsignal06/psxsignal06.scn: New files.
* 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-2151-704/+722
| | | | | | | | | | | | | | | | | | * psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c, psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c, psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c, psx06/task.c, psx06/task2.c, psx07/init.c, psx08/init.c, psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c, psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c, psx11/task.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c, psxcancel01/init.c, psxchroot01/test.c, psxitimer/init.c, psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.c, psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c, psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c, psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c, psxstack01/init.c, psxstack02/init.c, psxualarm/init.c: Eliminate double space after parenthesis on rtems_test_assert().
* 2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-10-081-0/+2
| | | | | * psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around guardsize.
* 2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-10-081-0/+5
| | | | | * psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around guardsize.
* 2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-045-0/+151
| | | | | * psxhdrs/pthread37.c, psxhdrs/pthread38.c, psxhdrs/pthread39.c, psxhdrs/pthread40.c: New files.
* 2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-0412-11/+297
| | | | | | | | | * Makefile.am, configure.ac, psx07/init.c, psx07/psx07.scn, psxhdrs/Makefile.am, psxstack01/init.c: Add pthread_attr_getstack, pthread_attr_setstack, pthread_attr_getguardsize, and pthread_attr_setguardsize. * psxstack02/.cvsignore, psxstack02/Makefile.am, psxstack02/init.c, psxstack02/psxstack02.doc, psxstack02/psxstack02.scn: New files.
* 2010-10-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-10-042-41/+22
| | | | * spfifo03/spfifo03.scn: Replace file.
* 2010-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-10-032-1/+5
| | | | * spsize/size.c: Fix typo.
* 2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-10-012-2/+7
| | | | | PR 1708/build: * aclocal/check-cpuopts.m4: Fix m4-quoting.
* 2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-10-011-2/+2
| | | | | * configure.ac: Check for pthread_attr_{get,set}cputime instead of pthread_pthread_attr_{get,set}cputime (Typo).
* 2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-10-011-0/+5
| | | | | * configure.ac: Check for pthread_attr_{get,set}cputime instead of pthread_pthread_attr_{get,set}cputime (Typo).
* 2010-09-28 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-09-287-1/+165
| | | | | | * psx15/.cvsignore, psx15/Makefile.am, psx15/init.c, psx15/psx15.scn: New files. * Makefile.am, configure.ac: Reflect changes above.
* 2010-09-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-09-232-2/+6
| | | | * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
* 2010-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-09-013-0/+32
| | | | | * POSIX/Makefile.am: Add htonl. * POSIX/htonl.c: New.
* 2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-302-0/+8
| | | | | | * configure.ac: AC_CHECK_DECLS([seteuid]). * psximfs02/init.c: Provide decl for seteuid if not provided by libc.
* 2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-301-0/+6
| | | | | | * configure.ac: AC_CHECK_DECLS([seteuid]). * psximfs02/init.c: Provide decl for seteuid if not provided by libc.
* 2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-303-7/+0
| | | | | * psxenosys/init.c, psxenosys/psxenosys.doc, psxenosys/psxenosys.scn: Remove devctl.
* 2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-301-0/+5
| | | | | * psxenosys/init.c, psxenosys/psxenosys.doc, psxenosys/psxenosys.scn: Remove devctl.
* 2010-08-26 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-08-263-2/+40
| | | | | | PR 1663/testing * spmkdir/init.c, spmkdir/spmkdir.scn: Added some test outputs to the test.
* 2010-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-263-10/+5
| | | | | * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect some of aio being implemented.
* 2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-258-1/+211
| | | | | | * spheapprot/.cvsignore, spheapprot/Makefile.am, spheapprot/spheapprot.doc, spheapprot/spheapprot.scn: New files. * Makefile.am, configure.ac: Reflect changes above.
* 2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-252-3/+7
| | | | * malloctest/init.c: Update for heap API changes.
* 2010-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-244-1/+114
| | | | | * spchain/init.c, spchain/spchain.doc, spchain/spchain.scn: New test cases.
* Removed.Sebastian Huber2010-08-231-587/+0
|
* 2010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-2310-191/+11
| | | | | | | * gxx01/gxx_wrappers.h, gxx02/.cvsignore, gxx02/Makefile.am, gxx02/gxx02.doc, gxx02/gxx02.scn, gxx02/init.c: Removed files. * Makefile.am, configure.ac: Reflect changes above. * gxx01/init.c: Removed fatal error test case.
* 2010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-2314-1/+765
| | | | | | | | | * spfatal24/.cvsignore, spfatal24/Makefile.am, spfatal24/spfatal24.doc, spfatal24/spfatal24.scn, spfatal24/testcase.h, spfatal25/.cvsignore, spfatal25/Makefile.am, spfatal25/spfatal25.doc, spfatal25/spfatal25.scn, spfatal25/testcase.h: New files. * Makefile.am, configure.ac: Reflect changes above.
* 2010-08-19 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-193-21/+6
| | | | | * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO submission.
* 2010-08-19 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-193-0/+8
| | | | * psxaio01/.cvsignore, psxaio02/.cvsignore: New files.
* 2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-163-10/+8
| | | | | | * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP). * configure.ac: Remove AM_CONDITIONAL(LIBCHIP). Force autoconf-2.67, automake-1.11.1.