summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-291-0/+5
| | | | | * configure.ac: Add AC_CHECK_SIZEOF(off_t). * include/pmacros.h: Add PRIdoff_t.
* 2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-292-3/+4
| | | | * support/include/tmacros.h: Remove PRIdoff_t.
* 2010-05-17 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-05-173-23/+243
| | | | | | | * psxfile01/test.c, psxfile01/psxfile01.scn: This file now exercises the _rename_r in libcsupport. For now, it also provides two fsmount_me_h handlers to enable certain error checking paths
* 2010-05-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-175-13/+19
| | | | | | | | PR 1433/cpukit * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3. * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c, block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of RTEMS_NO_MEMORY.
* 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.