summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* 2010-08-16 Alin Rus <alin.codejunkie@gmail.com>Ralf Corsepius2010-08-1611-1/+463
| | | | | | | | * Makefile.am, configure.ac: Add psxaio01/, psxaio02/. * psxaio01/Makefile.am, psxaio01/init.c, psxaio01/psxaio01.scn, psxaio01/system.h: New. * psxaio02/Makefile.am, psxaio02/init.c, psxaio02/psxaio02.scn, psxaio02/system.h: New.
* 2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-1011-85/+68
| | | | | | | | | | PR 1658/cpukit * Makefile.am, configure.ac: If the system is not up, consider it a fatal error. This eliminated sp61 and added spfatal23. * spfatal23/.cvsignore, spfatal23/Makefile.am, spfatal23/spfatal23.doc, spfatal23/spfatal23.scn, spfatal23/testcase.h: New files. * sp61/.cvsignore, sp61/Makefile.am, sp61/init.c, sp61/sp61.doc, sp61/sp61.scn: Removed.
* 2010-08-10 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-08-103-7/+62
| | | | | | PR 1661/testing * termios01/init.c, termios01/termios01.scn: Added a test case to hit a case in rtems_termios_read.
* 2010-08-10 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-08-102-0/+12
| | | | | | PR 1663/testing * spmkdir/init.c: New cases to get the error path in rtems_mkdir routine.
* 2010-08-10 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-08-103-0/+24
| | | | | | PR 1598/testing * psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New test case added to improve coverage of getpwent.c.
* 2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-102-1/+7
| | | | | | PR 1664/testing * termios01/init.c: Use INT_MAX instead of hard-coded number for error case to avoid warning on 16-bit targets.
* 2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-102-2/+6
| | | | | PR 1665/testing * psximfs02/init.c: Fix uninitialized variable warning.
* 2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-102-16/+24
| | | | | | PR 1661/testing * malloc04/init.c: Add public methods to get/set malloc heap pointer so the tests do not have to peer behind the API.
* 2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-08-092-0/+8
| | | | | | | PR 1661/testing * psximfs02/init.c: Changes to improve coverage of imfs_initsupp.c, by using a bad value for CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK
* 2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-08-094-59/+126
| | | | | | | PR 1661/testing * termios01/init.c, termios01/termios_testdriver.c, termios01/termios01.scn: Changes to improve coverage of rtems_termios_open routine.
* 2010-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-094-19/+14
| | | | | | PR 1661/testing * spfifo02/init.c, spmountmgr01/init.c, spprivenv01/init.c: Eliminate most references to RTEMS_Malloc_Heap.
* 2010-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-095-23/+15
| | | | | | PR 1661/testing * psxchroot01/test.c, psximfs01/init.c, psximfs02/init.c, psxpipe01/init.c: Eliminate most references to RTEMS_Malloc_Heap.