summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-2367-112/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am, configure.ac, psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am, psx13/Makefile.am, psx14/Makefile.am, psxalarm01/Makefile.am, psxautoinit01/Makefile.am, psxautoinit02/Makefile.am, psxbarrier01/Makefile.am, psxcancel/Makefile.am, psxcancel01/Makefile.am, psxchroot01/Makefile.am, psxcleanup/Makefile.am, psxcleanup01/Makefile.am, psxclock/Makefile.am, psxcond01/Makefile.am, psxenosys/Makefile.am, psxfatal01/Makefile.am, psxfatal02/Makefile.am, psxfile01/Makefile.am, psxfile02/init.c, psxfile02/psxfile02.doc, psxfile02/psxfile02.scn, psxintrcritical01/Makefile.am, psxitimer/Makefile.am, psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am, psxmsgq03/Makefile.am, psxmsgq04/Makefile.am, psxmutexattr01/Makefile.am, psxobj01/Makefile.am, psxpasswd01/Makefile.am, psxrdwrv/Makefile.am, psxreaddir/Makefile.am, psxrwlock01/Makefile.am, psxsem01/Makefile.am, psxsignal01/Makefile.am, psxsignal02/Makefile.am, psxsignal03/Makefile.am, psxsignal04/Makefile.am, psxsignal05/Makefile.am, psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am, psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am, psxualarm/Makefile.am, psxusleep/Makefile.am: Add test for fd greater than number of file descriptors configured.
* 2010-06-23 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-232-2/+19
| | | | * psxfile02/psxfile02.doc: Filled in documentation information.
* 2010-06-23 Jennifer Averett <Jennifer Averett@OARcorp.com>Jennifer Averett2010-06-238-2/+238
| | | | | | | * Makefile.am, configure.ac: Added test case for calls that check for an unopened file descriptor. * psxfile02/.cvsignore, psxfile02/Makefile.am, psxfile02/init.c, psxfile02/psxfile02.doc, psxfile02/psxfile02.scn: New files.
* 2010-06-22 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-223-15/+28
| | | | | * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report before blowing stack.
* 2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-228-2/+109
| | | | | | | * Makefile.am, configure.ac: Added test that attempts to free stack memory. This causes a error to be printed from the free function. * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c, malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
* 2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-222-0/+18
| | | | * malloctest/init.c: Added error case with malloc of size 0.
* 2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-222-0/+11
| | | | * malloctest/init.c: Added test to check failure branch on calloc.
* 2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-223-0/+12
| | | | | * psxtime/psxtime.scn, psxtime/test.c: Add a normal case with second parameter to adjtime NULL.
* 2010-06-22 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-228-1/+136
| | | | | | | | | * Makefile.am, configure.ac: Add new test to exercise path where using unlimited object support you are about to allocate more objects than can be represented in the Id. This test will NOT pass on targets with insufficient RAM. * sp71/.cvsignore, sp71/Makefile.am, sp71/init.c, sp71/sp71.doc, sp71/sp71.scn: New files.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-223-2/+5
| | | | * Makefile.am, configure.ac: spfatal20 not ready.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-2223-1/+347
| | | | | | | | | | | | | * Makefile.am, configure.ac: Add new tests to generate fatal errors in rtems_termios_open(). * spfatal16/.cvsignore, spfatal16/Makefile.am, spfatal16/spfatal16.doc, spfatal16/spfatal16.scn, spfatal16/testcase.h, spfatal17/.cvsignore, spfatal17/Makefile.am, spfatal17/spfatal17.doc, spfatal17/spfatal17.scn, spfatal17/testcase.h, spfatal18/.cvsignore, spfatal18/Makefile.am, spfatal18/spfatal18.doc, spfatal18/spfatal18.scn, spfatal18/testcase.h, spfatal19/.cvsignore, spfatal19/Makefile.am, spfatal19/spfatal19.doc, spfatal19/spfatal19.scn, spfatal19/testcase.h: New files.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-2216-2/+244
| | | | | | | | | | | * Makefile.am, configure.ac, spfatal_support/init.c, spfatal_support/system.h: Add new tests to generate fatal errors in open_dev_console(). * spfatal14/.cvsignore, spfatal14/Makefile.am, spfatal14/spfatal14.doc, spfatal14/spfatal14.scn, spfatal14/testcase.h, spfatal15/.cvsignore, spfatal15/Makefile.am, spfatal15/spfatal15.doc, spfatal15/spfatal15.scn, spfatal15/testcase.h, spfatal_support/consume_sems.c: New files.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-212-3/+5
| | | | * generic/difftest.in: Remove more ITRON references.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-212-4/+4
| | | | * sp43/init.c: Remove more ITRON references.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-212-3/+7
| | | | * capture/capture.doc: Remove more ITRON references.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-212-1/+4
| | | | * sp09/screen01.c: Fix warning.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-213-13/+10
| | | | * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-218-1/+161
| | | | | | | * Makefile.am, configure.ac: Add test for deferring free() from ISR and for deferred free() processing. * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c, malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-214-0/+92
| | | | | | | * support/include/test_support.h, support/src/tmtests_empty_function.c: Add helper so it is easier to write a basic repeated operation tmtest. * support/src/tmtests_support.c: New file.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-217-1/+161
| | | | | | | * Makefile.am, configure.ac: New test for barrier create, ident, and delete. * tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New files.
* 2010-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-202-11/+33
| | | | | * spfifo08/init.c: Catch more cases but discussion on errors and proper behaviour remain.
* 2010-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-204-3/+9
| | | | | * spfifo02/init.c, spfifo03/init.c, spfifo04/init.c: Configure pipes used.
* 2010-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-208-1/+226
| | | | | | * Makefile.am, configure.ac: New test for error cases in FIFO creation. * spfifo08/.cvsignore, spfifo08/Makefile.am, spfifo08/init.c, spfifo08/spfifo08.doc, spfifo08/spfifo08.scn: New files.
* 2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-192-2/+5
| | | | * psxfatal_support/init.c: Remove references to ITRON constants.
* 2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-196-33/+8
| | | | | * sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn, spfatal_support/init.c: Remove references to ITRON constants.
* 2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-198-0/+140
| | | | | | | * Makefile.am, configure.ac: Add sp70 to test slot reclamation and reuse for unlimited object configuration. * sp70/.cvsignore, sp70/Makefile.am, sp70/init.c, sp70/sp70.doc, sp70/sp70.scn: New files.
* Remove (Abandoned)Ralf Corsepius2010-06-1779-4413/+0
|
* 2010-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-172-7/+4
| | | | * configure.ac: Remove itron.
* 2010-06-10 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-108-16/+16
| | | | | | * spfifo01/init.c, spfifo01/spfifo01.doc, spfifo02/init.c, spfifo02/spfifo02.doc, spfifo03/init.c, spfifo03/spfifo03.doc, spfifo04/init.c, spfifo04/spfifo04.doc: Modified copyright.
* Fixed CVS ID.Sebastian Huber2010-06-101-3/+3
|
* Typo.Joel Sherrill2010-06-101-3/+3
|
* Fixed CVS ID.Sebastian Huber2010-06-101-1/+3
|
* 2010-06-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-06-082-4/+21
| | | | * sp16/task1.c: Update for heap extend changes.
* 2010-06-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-06-083-79/+23
| | | | * spfifo01/init.c, spfifo01/spfifo01.scn: Update for IMFS API changes.
* 2010-06-08 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-0812-244/+117
| | | | | | | | | | | * spfifo01/Makefile.am, spfifo02/Makefile.am, spfifo03/Makefile.am, spfifo04/Makefile.am: Merged fifo main and test files into the standard init file. Fixed copyright information. * spfifo01/init.c, spfifo02/init.c, spfifo03/init.c, spfifo04/init.c: New files. * spfifo01/main.c, spfifo01/test.c, spfifo02/main.c, spfifo02/test.c, spfifo03/main.c, spfifo03/test.c, spfifo04/main.c, spfifo04/test.c: Removed.
* 2010-06-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-06-083-1/+3
| | | | | | * spmkdir/.cvsignore, spmkdir/Makefile.am, spmkdir/init.c, spmkdir/spmkdir.doc, spmkdir/spmkdir.scn: New files. * Makefile.am, configure.ac: Reflect changes above.
* 2010-06-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-06-086-0/+140
| | | | | * spmkdir/.cvsignore, spmkdir/Makefile.am, spmkdir/init.c, spmkdir/spmkdir.doc, spmkdir/spmkdir.scn: New files.
* 2010-06-08 Jennifer Averett <Jennifer.Averett@OARcorp.comJennifer Averett2010-06-084-0/+8
| | | | | * spfifo01/.cvsignore, spfifo02/.cvsignore, spfifo03/.cvsignore, spfifo04/.cvsignore: New files.
* 2010-06-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-06-082-2/+8
| | | | * psxfile01/test.c: Update for IMFS API changes.
* 2010-06-07 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-06-082-0/+44
| | | | * spfifo01/main.c: New file.
* 2010-06-07 Bharath Suri <bharath.s.jois@gmail.com>Jennifer Averett2010-06-071-0/+27
| | | | | PR PR1542 * spfifo01/Makefile.am: New file.
* 2010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-072-2/+7
| | | | | * aclocal/version.m4: Bump RTEMS_API to 4.11. Bump _RTEMS_VERSION to 4.10.99.0.
* 2010-06-07 Bharath Suri <bharath.s.jois@gmail.com>Jennifer Averett2010-06-0721-0/+850
| | | | | | | | | | | | PR PR1542 * Makefile.am, configure.ac: Coverage improvement: fifo_open. * spfifo01/spfifo01.doc, spfifo01/spfifo01.scn, spfifo01/test.c, spfifo02/Makefile.am, spfifo02/main.c, spfifo02/spfifo02.doc, spfifo02/spfifo02.scn, spfifo02/test.c, spfifo03/Makefile.am, spfifo03/main.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn, spfifo03/test.c, spfifo04/Makefile.am, spfifo04/main.c, spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo04/test.c: New files.
* 2010-06-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-075-14/+284
| | | | | | | | | * termios01/init.c, termios01/termios01.scn, termios02/init.c, termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(), cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(), tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods are minimal implementations so the tests will have to grow as the methods grow.
* 2010-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-06-073-17/+34
| | | | * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
* 2010-06-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-06-072-43/+4
| | | | * sp09/screen12.c: Update for heap extend changes.
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-022-4/+4
| | | | * iostream/init.cc: Remove the hack.
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-025-91/+78
| | | | | * psxfile01/test.c, psxmount/test.c, psxreaddir/test.c, psxstat/test.c: Update to the new mount API.
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-024-19/+32
| | | | | | * fileio/init.c: Update to new mount API. * iostream/init.cc: Hack to work around confdefs.h in C++. * iostream/system.h: Add comment about base miniIMFS.
* 2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-292-0/+11
| | | | | * configure.ac: Add AC_CHECK_SIZEOF(off_t). * include/pmacros.h: Add PRIdoff_t.