summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* updates and new test casesThomas Doerfler2010-01-1931-14/+4073
|
* 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-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 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 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-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 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-032-136/+4
| | | | * bspcmdline01/test.c: Removed.
* 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.
* added documentationThomas Doerfler2009-11-3017-19/+280
| | | | | corrections in block tests added Makefile.am
* Whitespace removal.Ralf Corsepius2009-11-3010-129/+129
|
* 2009-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-2113-3498/+19
| | | | | | | * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore, block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files. * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in, block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-162-2/+4
| | | | | * rtems++/Task3.cc: Use %zu instead of %i to print size_t's. Remove bogus cast.
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-162-7/+11
| | | | * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
* 2009-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-142-3/+14
| | | | * rtems++/Task1.cc: Eliminate more warnings.
* 2009-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-143-33/+48
| | | | | * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate several dozens of warnings.
* 2009-11-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-132-1/+5
| | | | * block06/init.c: Add missing prototype.
* New test caseThomas Doerfler2009-11-122-7/+58
|
* Added block05, block06 and block07Thomas Doerfler2009-11-0915-1/+4931
|
* 2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-0/+4
| | | | * termios/init.c: Remove sh2 hacks.
* Remove sh2 hacks.Ralf Corsepius2009-11-011-8/+1
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+1
| | | | * block01/init.c: Include <stdio.h>.
* Include <stdio.h>.Ralf Corsepius2009-10-301-0/+1
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+1
| | | | * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
* Eliminate TRUE/FALSE, use bool instead of int.Ralf Corsepius2009-10-301-6/+7
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+4
| | | | * block02/init.c: Remove unused var.
* Remove unused var.Ralf Corsepius2009-10-301-1/+0
|
* Added block02, block03 and block04Thomas Doerfler2009-10-2915-1/+2430
|
* 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-291-0/+5
| | | | | * monitor02/init.c: Add local prototype for rtems_shell_main_monitor.
* Add local prototype for rtems_shell_main_monitor.Ralf Corsepius2009-10-291-0/+6
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+7
| | | | | | | * termios01/init.c: Fix parity_table_Entry type. Correct parity_table initialization. Add PRIdrtems_termios_baud_t. Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
* Fix parity_table_Entry type.Ralf Corsepius2009-10-271-8/+11
| | | | | | Correct parity_table initialization. Add PRIdrtems_termios_baud_t. Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+5
| | | | | * rtmonuse/task1.c: Use PRIu32 to print uint32_t's. * malloctest/init.c: Use %zu instead of %d to print size_t's.
* Use PRIu32 to print uint32_t's.Ralf Corsepius2009-10-261-3/+3
|
* Use %zu instead of %d to print size_t's.Ralf Corsepius2009-10-261-1/+1
|