summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-112-0/+14
| | | | | * stringto01/init.c: Redefine LONG_LONG_MAX and LONG_LONG_MIN for c99.
* Remove (Erroniously checked in).Ralf Corsepius2011-02-111-577/+0
|
* 2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-083-2/+6
| | | | * psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.
* 2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-082-2/+5
| | | | | * sp69/init.c: Use "ld" instead of PRId32 to print struct timespec->tv_nsec.
* 2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-082-8/+4
| | | | * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
* 2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-082-0/+22
| | | | | | * include/pmacros.h: Add PRIxblksize_t, PRIxblkcnt_t. * configure.ac: Add AC_CHECK_SIZEOF([blksize_t]), AC_CHECK_SIZEOF([blkcnt_t]).
* 2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-081-0/+6
| | | | | | * include/pmacros.h: Add PRIxblksize_t, PRIxblkcnt_t. * configure.ac: Add AC_CHECK_SIZEOF([blksize_t]), AC_CHECK_SIZEOF([blkcnt_t]).
* 2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-082-1/+5
| | | | * sp19/inttest.h: Use PRIx32 instead of "lx".
* 2011-02-02 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-02-022-6/+9
| | | | * sp04/tswitch.c: Shrink memory requirements.
* 2011-02-02 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-02-022-5/+8
| | | | * cpuuse/tswitch.c: Shrink memory requirements.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-0219-19/+55
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-021-0/+4
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-024-329/+6
| | | | * math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-021-0/+11
| | | | | | | | | | | * Makefile.am, configure.ac: Add mathf/, mathl/. * math/init.c, math/Makefile.am: Reflect having split-out mathl and mathf. * math/domathf.c, math/domathl.c: Remove. * mathf/Makefile.am, mathf/domathf.c, mathf/init.c, mathf/mathf.scn: New (Split out from math/). * mathl/Makefile.am, mathf/domathl.c, mathl/init.c, mathl/mathl.scn: New (Split out from math/).
* Add mathf/, mathl/.Ralf Corsepius2011-02-022-1/+3
|
* Reflect having split-out mathl and mathf.Ralf Corsepius2011-02-022-26/+6
|
* Remove.Ralf Corsepius2011-02-022-562/+0
|
* New (Split out from math/).Ralf Corsepius2011-02-0210-0/+1083
|
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-023-6/+12
| | | | | | * math/init.c, complex/init.c: Use fprintf(stdout,..) instead of printf. Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
* 2011-01-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-022-1/+7
| | | | | * POSIX/clock_gettime.c, POSIX/gettimeofday.c: New. * POSIX/Makefile.am: Add clock_gettime, gettimeofday.c.
* 2011-01-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-01-313-0/+40
| | | | | * POSIX/clock_gettime.c, POSIX/gettimeofday.c: New. * Makefile.am: Add clock_gettime, gettimeofday.c.
* 2011-01-28 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2011-01-284-0/+48
| | | | | | | | PR 1661/testing * termios06/init.c: Extend the test to cover sections related to flow control in termios.c * termios06/termios06.doc: Updated test concept * termios06/termios06.scn: Updated test run log
* 2011-01-17 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2011-01-179-2/+796
| | | | | | * Makefile.am, configure.ac: Add psxaio03/. * psxaio03/Makefile.am, psxaio03/init.c, psxaio03/psxaio03.scn psxaio03/system.h: New.
* 2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-01-106-6/+12
| | | | | | * math/domath.in: Fix typo in printf. * math/domath.c, math/domathf.c, math/domathl.c: Regenerate. * math/math.scn: Regenerate.
* 2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-01-102-1/+5
| | | | * configure.ac: Use ac_cv_header_complex_h.
* 2011-01-08 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2011-01-083-7/+56
| | | | * psxaio02/init.c: Improve aio_cancel() coverage.
* 2011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-032-1/+5
| | | | * psx05/init.c: Spacing.
* 2010-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-163-2/+10
| | | | | | * math/Makefile.am, math/init.c: Init task has to be floating point and there is no point in using optional manager stubs since libio needs semaphores.
* 2010-12-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-12-082-19/+6
| | | | | * loopback/init.c: Loop back interface will be initialized now during normal initialization via rtems_bsdnet_initialize_network().
* 2010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-062-1/+5
| | | | * configure.ac: Add initial small set of POSIX Timing Tests.
* 2010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-062-3/+11
| | | | * README: Add initial small set of POSIX Timing Tests.
* 2010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-0618-0/+672
| | | | | | | | | | | * .cvsignore, ChangeLog, Makefile.am, README, configure.ac, psxtmtests_plan.csv, psxtmmutex02/.cvsignore, psxtmmutex02/Makefile.am, psxtmmutex02/init.c, psxtmmutex02/psxtmmutex02.doc, psxtmthread01/.cvsignore, psxtmthread01/Makefile.am, psxtmthread01/init.c, psxtmthread01/psxtmthread01.doc, psxtmthread03/.cvsignore, psxtmthread03/Makefile.am, psxtmthread03/init.c, psxtmthread03/psxtmthread03.doc: New files.
* 2010-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-12-013-0/+14
| | | | | | | * configure.ac: Check for complex.h. Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated toolchains. * complex/Makefile.am: Apply HAS_COMPLEX.
* 2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-11-303-1/+9
| | | | | * Makefile.am: Add complex, math subdirs. * configure.ac: Add complex, math subdirs.
* 2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-11-301-0/+9
| | | | | | | | | * complex/Makefile.am, complex/init.c, complex/docomplex.c, complex/docomplexf.c, complex/complex.scn, complex/docomplex.in, complex/complex.doc, complex/docomplexl.c: New. * math/Makefile.am, math/init.c, math/domath.c, math/domathf.c, math/math.scn, math/domath.in, math/math.doc, math/domathl.c: New.
* New.Ralf Corsepius2010-11-3016-0/+2001
|
* 2010-11-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-11-262-0/+8
| | | | * spchain/init.c: Added test case.
* 2010-11-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-11-253-7/+11
| | | | * tm26/task1.c, tm27/task1.c: Update for API changes.
* 2010-11-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-11-253-0/+26
| | | | * spchain/init.c, spchain/spchain.scn: More test cases.
* 2010-11-24 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-11-243-7/+20
| | | | | | PR 1647/cpukit * tm26/task1.c, tm27/task1.c: Update documentation to reflect refactoring of SuperCore to add Scheduler Handler.
* 2010-11-24 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-11-242-20/+47
| | | | | | PR 1647/cpukit * spsize/size.c: Update documentation to reflect refactoring of SuperCore to add Scheduler Handler.
* 2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-11-163-2/+27
| | | | | * sp70/init.c, sp70/sp70.scn: Fix bug in test which lead to random memory corruption.
* 2010-11-01 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2010-11-013-146/+178
| | | | * psxaio01/init.c, psxaio02/init.c: Improve coverage.
* Spacing.Joel Sherrill2010-10-261-1/+0
|
* 2010-10-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-262-1/+18
| | | | * spchain/init.c: Attempt to improve coverage.
* 2010-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-10-253-3/+7
| | | | * spchain/init.c, spwatchdog/task1.c: Do not violate chain API.
* 2010-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-10-253-7/+11
| | | | * tm26/task1.c, tm27/task1.c: Do not violate chain API.
* 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-214-10/+64
| | | | | | | * psx05/init.c: Check for correct status returned. * psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Add test code to exercise path when attempting to lock for reading but there is at least one writer blocked waiting for access.
* 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-218-1/+197
| | | | | | | | * Makefile.am, configure.ac: New test to ensure pthread_cond_wait() and sleep() (e.g. interruptible blocking and sleeping) are interruptible by signal. * psxsignal06/.cvsignore, psxsignal06/Makefile.am, psxsignal06/init.c, psxsignal06/psxsignal06.doc, psxsignal06/psxsignal06.scn: New files.
* 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-2151-704/+722
| | | | | | | | | | | | | | | | | | * psx02/init.c, psx02/task.c, psx03/init.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, psxitimer/init.c, psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c, psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.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, psxstack02/init.c, psxualarm/init.c: Eliminate double space after parenthesis on rtems_test_assert().