summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-05-03 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-05-0310-9/+7
| | | | | | * block01/init.c, block02/init.c, block03/init.c, block04/init.c, block05/init.c, block06/init.c, block07/init.c, block09/init.c, block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
* 2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-012-2/+7
| | | | * Makefile.am: Move POSIX in front of other tests.
* 2010-04-22 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2010-04-282-1/+9
| | | | | * support/include/tmacros.h: Changed check_dispatch_disable_level() to treat all non-zero values of _Thread_Dispatch_disable_level equally.
* 2010-04-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-282-1/+6
| | | | * psxfile01/test.c: Add check for errno on chdir(NULL).
* 2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-252-5/+9
| | | | * psxrdwrv/test.c: Use SIZE_MAX not SSIZE_MAX.
* 2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-253-1/+11
| | | | | * psx07/init.c, psx07/task.c: Introduce enough of a delay so the Init() thread can reliably reach the pthread_join() call.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-253-2/+9
| | | | | | * psxreaddir/psxreaddir.scn, psxreaddir/test.c: Do not test for rewinddir(NULL) since we are now using newlib's implementation and it does not check for NULL. This causes a fault on some targets.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-252-1/+5
| | | | * bspcmdline01/init.c: Fix assert conditional.
* 2010-04-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-111-0/+5
| | | | | * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New. * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
* Add flockfile, funlockfile, ftrylockfile.Ralf Corsepius2010-04-111-0/+9
|
* New.Ralf Corsepius2010-04-113-0/+48
|
* 2010-04-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-041-0/+4
| | | | * capture/init.c: Remove unused variable "out".
* Remove unused variable "out".Ralf Corsepius2010-04-041-1/+0
|
* 2010-04-03 Joel Sherrill <joel.sherrill@oarcorp.com>Ralf Corsepius2010-04-031-0/+6
| | | | | | * psx07/init.c, psx09/init.c, psx12/init.c, psxhdrs/pthread11.c, psxhdrs/pthread22.c, psxhdrs/sched01.c, psxhdrs/sched03.c: Reflect POSIX changes to sched_param.
* Reflect POSIX changes to sched_param.Ralf Corsepius2010-04-037-90/+93
|
* 2010-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-031-0/+4
| | | | * sp62/init.c, sp65/init.c: #include <unistd.h>.
* #include <unistd.h>Ralf Corsepius2010-04-032-0/+2
|
* #include <unistd.h>.Ralf Corsepius2010-04-0212-2/+12
|
* 2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-021-0/+8
| | | | | | | | * psxhdrs/proc01.c, psxhdrs/proc02.c, psxhdrs/proc07.c, psxhdrs/proc08.c, psxhdrs/proc09.c, psxhdrs/proc10.c, psxhdrs/proc11.c, psxhdrs/proc12.c, psxhdrs/proc13.c, psxhdrs/proc14.c, psxhdrs/signal20.c, psxhdrs/signal21.c: #include <unistd.h>.
* exclude big samples for SMALL MEMORY BSPsThomas Doerfler2010-03-295-9/+19
|
* 2010-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-122-2/+8
| | | | | | * sp43/init.c: Readdress use of ctype methods per recommendation from D.J. Delorie on the newlib mailing list. We should pass an unsigned char into these methods.
* 2010-03-12 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2010-03-122-23/+25
| | | | * fileio/init.c: Remove deprecation warnings.
* 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-112-1/+5
| | | | * fileio/init.c: Fix warnings for ctype methods.
* Changed year.Joel Sherrill2010-03-101-1/+1
|
* 2010-03-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-108-1/+91
| | | | | | | * Makefile.am, configure.ac: Add new fatal error for configuring unlimited and maximum of 0. * spfatal13/.cvsignore, spfatal13/Makefile.am, spfatal13/spfatal13.doc, spfatal13/spfatal13.scn, spfatal13/testcase.h: New files.
* 2010-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-02-262-0/+6
| | | | * block10/.cvsignore: New file.
* add purge capability to libblock, add proper test caseThomas Doerfler2010-01-2611-15/+807
|
* 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-01-203-0/+8
| | | | * block08/.cvsignore, block09/.cvsignore: New files.
* 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-01-202-2/+5
| | | | * block08/init.c: Remove warning.
* 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-01-203-0/+9
| | | | | * block08/block08.scn, block08/init.c: Add starting and ending messages so the scripts detect successful exit.
* 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-01-202-2/+6
| | | | * sp43/init.c: Fix warning.
* updates and new test casesThomas Doerfler2010-01-1931-14/+4073
|
* 2009-12-28 Shrikant Gaikwad <n3oo3n@gmail.com>Joel Sherrill2009-12-285-13/+35
| | | | | * psx13/test.c, psx13/psx13.scn Added new routine PipeTestNull() to cover the trivial NULL case for pipe function.
* 2009-12-28 Aanjhan Ranganathan <aanjhan@gmail.com>Joel Sherrill2009-12-283-0/+11
| | | | | * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case to cover the bsp_cmdline_get_param() routine.
* 2009-12-21 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2009-12-212-3/+8
| | | | | * block06/init.c: Update for disk device API change. Changed EBADRQC to EINVAL.
* 2009-12-15 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2009-12-152-5/+9
| | | | * sp69/init.c: Fixed warnings.
* 2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-112-1/+5
| | | | * termios01/init.c: Increase number of termios ports by 1.
* 2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-103-40/+39
| | | | | * sp14/sp14.doc, sp14/sp14.scn: doc file have scn contents. Fix and update.
* 2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-104-8/+51
| | | | | * sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: Add test for statistics on expired periods. This detected the recently introduced PR1480.
* 2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-102-0/+6
| | | | * sp69/.cvsignore: New file.
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-101-0/+5
| | | | | * termios01/termios_testdriver.c: Reflect changes to rtems_termios_callbacks->write.
* Reflect changes to rtems_termios_callbacks->write.Ralf Corsepius2009-12-101-2/+2
|
* 2009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2009-12-087-1/+232
| | | | | | * Makefile.am, configure.ac: Added a test for rate_monotonic_get_status to ensure that all paths are tested. * sp69/Makefile.am, sp69/init.c, sp69/sp69.doc, sp69/sp69.scn: New files.
* 2009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2009-12-085-16/+94
| | | | | | | * support/include/test_support.h, support/include/tmacros.h, support/src/test_support.c: Added support functions to spin for a number of ticks and to spin until the next tick. * support/src/spin.c: New file.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-084-0/+9
| | | | | | * psxrwlock01/test.c, psxspin01/test.c, psxspin02/test.c: Fix spacing and compilation issues. Initial test build was accidentally without POSIX enabled.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-082-2/+6
| | | | * sp31/task1.c: Fixed spacing.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-082-5/+12
| | | | | | * support/include/tmacros.h: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-082-2/+7
| | | | | | * tm20/task1.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-082-2/+7
| | | | | | * tmitronsem01/system.h: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-0810-50/+62
| | | | | | | | * sp18/init.c, sp31/task1.c, sp43/init.c, sp63/init.c, sp64/init.c, spfatal10/testcase.h, spfatal11/testcase.h, spobjgetnext/init.c, spwkspace/init.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.