summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tm30 - Fix warning for Init needed prototypeJoel Sherrill2012-05-071-1/+5
|
* Revert: Remove CVS IdsJoel Sherrill2012-05-0734-0/+166
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-0434-166/+0
|
* Remove all .cvsignore files.Joel Sherrill2012-02-0133-79/+0
|
* 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-12-132-3/+8
| | | | | * tm30/init.c: Make benchmark_barrier_create, benchmark_barrier_ident, benchmark_barrier_delete static.
* 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-0833-95/+48
| | | | | | | | | | | | | | | | PR 1589/build * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am, tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am, tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am, tm30/Makefile.am, tmck/Makefile.am, tmoverhd/Makefile.am: Remove obsolete optional manager capability.
* 2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-10-182-1/+5
| | | | * tm26/fptest.h: Use PRIu32 to print uint32_t.
* 2011-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-093-0/+9
| | | | | * tm26/system.h, tm27/system.h: Ensure these tests use the correct scheduler.
* 2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-055-22/+21
| | | | | * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm15/task1.c: Remove warnings.
* 2011-04-21 Jennifer Averett <Jennifer.Averett@OARcorp.comJennifer Averett2011-04-212-6/+7
| | | | | | | PR 1777/cpukit * support/include/tmacros.h, tmtests/tm26/task1.c, tmtests/tm27/task1.c: Consolidated access to _Thread_Dispatch_disable_level.
* 2011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2011-03-163-0/+21
| | | | | | | | PR 1743/cpu * tm26/task1.c, tm27/task1.c: Add Simple Priority Scheduler as complement to existing Deterministic Priority Scheduler. Modify these tests to verify the scheduler they are designed to work with is the default scheduler.
* 2011-03-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-03-162-1/+5
| | | | * tm26/task1.c: Update for API change.
* Add config.h.inRalf Corsepius2011-03-011-0/+1
|
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-222-0/+5
| | | | * configure.ac: Add AC_CONFIG_HEADER(config.h).
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-2233-0/+132
|
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+10
| | | | | | | | | | * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tm30/init.c, tmck/task1.c, tmoverhd/empty.c, tmoverhd/testtask.c: Add HAVE_CONFIG_H.
* 2011-02-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-02-183-17/+33
| | | | * tm26/task1.c, tm27/task1.c: Adjust for name changes.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-022-2/+6
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 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-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-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.
* Spacing.Joel Sherrill2010-10-261-1/+0
|
* 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-07-30 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-07-303-9/+15
| | | | | | PR 1599/cpukit * tm26/task1.c, tm27/task1.c: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-217-1/+161
| | | | | | | * Makefile.am, configure.ac: New test for barrier create, ident, and delete. * tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New files.
* 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.
* Whitespace removal.Ralf Corsepius2009-11-301-2/+2
|
* 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-022-10/+11
| | | | * tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
* 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-022-70/+76
| | | | | * tmoverhd/dumrtems.h: Rework undef/define cascade. Add RTEMS_GCC_NOWARN_USED.
* 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-022-1/+5
| | | | * tmoverhd/system.h: Add prototype for Empty_directive();
* 2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-0/+1
| | | | * tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
* Use true/false instead of TRUE/FALSE for "bool"s.Ralf Corsepius2009-11-011-8/+8
|
* 2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-011-0/+5
| | | | | * tm15/task1.c: Make time_set a "bool". Eliminate TRUE/FALSE.
* Make time_set a "bool".Ralf Corsepius2009-11-011-3/+4
| | | | Eliminate TRUE/FALSE.
* Use PRIu32 to print uint32_t's.Ralf Corsepius2009-10-271-1/+1
|
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+4
| | | | * tmck/task1.c: Use PRIu32 to print uint32_t's.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+5
| | | | | * tm05/task1.c, tm18/task1.c, tmoverhd/empty.c, tmoverhd/system.h: Add missing prototypes.
* Add missing prototypes.Ralf Corsepius2009-10-264-12/+6
|
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-1/+5
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-142-4/+9
| | | | | * tmck/task1.c: Ignore numbers that are too large but keep going -- do not abort.
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-142-5/+4
| | | | * tmck/task1.c: Remove support for "unix".
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-102-2/+7
| | | | | * tm08/task1.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
* Fix most warnings.Joel Sherrill2009-05-0928-129/+150
|
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-0331-217/+217
|
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-031-0/+14
| | | | | | | | | | | | | | * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am, tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am, tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am: tmoverhd/Makefile.am: Eliminate _exe_/.exe.
* 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-01-052-1/+6
| | | | | * include/timesys.h: Array of task names should be of type rtems_name not rtems_id.
* 2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-1429-178/+227
| | | | | | | | | | | | | | | * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests successfully with maxixum number of priorities as 16 instead of 256. This was done by temporarily modifying the score priority.h maximum. This allowed testing of all API code to ensure that it worked properly with a reduced number of priorities. Most modifications were to switch from hard-coded maximum to using the API provided methods to determine maximum number of priority levels.
* 2008-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-082-1/+5
| | | | * tm26/task1.c: Fix typo.
* 2008-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-283-2/+9
| | | | * tm22/system.h, tm22/task1.c: Account for message buffers used.
* 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-023-6/+12
| | | | | * include/timesys.h: Use inttypes.h. * tmck/task1.c: Use uint32_t for count.