summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-0861-948/+998
| | | | | | | | | | | | | | | | | | | | | | | * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c, psx03/task.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, psxclock/init.c, psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c, psxfile01/test_write.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, psxreaddir/test.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, psxstat/test.c, psxtime/test.c, psxualarm/init.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-0813-82/+89
| | | | | | | | | | * block01/init.c, block02/init.c, block03/init.c, block04/init.c, block05/init.c, block07/init.c, bspcmdline01/init.c, stringto01/init.c, stringto01/stringto_test_template.h, termios01/init.c, termios01/termios_testdriver.c, termios02/init.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-088-126/+128
| | | | | | | | * itronmbf01/init.c, itronsem01/init.c, itronsem01/system.h, itrontask02/dormant.c, itrontask02/init.c, itrontask03/init.c, itrontask03/preempt.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-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-061-0/+5
| | | | | * POSIX/Makefile.am: Add readv, writev. * POSIX/writev.c, POSIX/readv.c: New.
* Add readv, writev.Ralf Corsepius2009-12-061-0/+6
|
* New.Ralf Corsepius2009-12-062-0/+42
|
* 2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-042-1/+2
| | | | * POSIX/sigfillset.c: Let main() return "status".
* 2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-042-0/+19
| | | | | | | * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset, sigismember. * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c, POSIX/sigismember.c: New.
* New.Ralf Corsepius2009-12-044-0/+75
|
* 2009-12-04 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2009-12-044-35/+146
| | | | | * sp31/sp31.scn, sp31/task1.c, spintrcritical17/init.c: New test cases. Updated copyright notice.
* 2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-043-0/+28
| | | | | * POSIX/Makefile.am: Add wait. * POSIX/wait.c: New.
* 2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-038-1/+201
| | | | | | | * Makefile.am, configure.ac: New test to exercise getgrnam and getpwnam families. * psxpasswd01/.cvsignore, psxpasswd01/Makefile.am, psxpasswd01/init.c, psxpasswd01/psxpasswd01.doc, psxpasswd01/psxpasswd01.scn: New files.
* 2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-032-136/+4
| | | | * bspcmdline01/test.c: Removed.
* 2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-022-1/+5
| | | | * sp25/task1.c: Use PRIuPTR for segment_sizes.
* 2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-023-0/+18
| | | | | | | | | | | | | | | | * Makefile.am: Add POSIX. * configure.ac: Add POSIX/. * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c, POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c, POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c, POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c, POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c, POSIX/posix_memalign.c, POSIX/read.c, POSIX/README, POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c, POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c, POSIX/waitpid.c, POSIX/write.c: New.
* New.Ralf Corsepius2009-12-0236-0/+752
|
* 2009-12-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-12-022-0/+144
| | | | * stringto01/init.c: New file.
* 2009-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-12-018-1/+304
| | | | | | | * Makefile.am, configure.ac: Add string_to_xxx conversion test. * stringto01/.cvsignore, stringto01/Makefile.am, stringto01/stringto01.doc, stringto01/stringto01.scn, stringto01/stringto_test_template.h: New files.
* fixed some typosThomas Doerfler2009-11-304-3/+8
|
* added documentationThomas Doerfler2009-11-3017-19/+280
| | | | | corrections in block tests added Makefile.am