summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-05testsuite: Add a per BSP test check for tests not to build.Chris Johns1-2/+2
Provide a file per BSP to list tests that do not build for a BSP. This change removes the BSP_SMALL_MEMORY hack from the code. That hack was a mistake. Provide configuration files for each BSP with tests that cannot build.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns81-81/+81
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-856/+0
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2012-08-06Revert "Add config.h.in."Gedare Bloom1-19/+0
This reverts commit cf42a6ea9dbb6ebee498ae8db319d3e475bcd6be.
2012-07-19Require automake-1.12.2.Ralf Corsépius1-1/+1
2012-07-19Require autoconf-2.69.Ralf Corsépius1-1/+1
2012-05-24Add config.h.in.Ralf Corsépius1-0/+19
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill126-368/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-07Revert: Remove CVS IdsJoel Sherrill44-0/+174
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04mptests - Makefile.am did not set LINK_OBJSJoel Sherrill28-28/+28
LINK_OBJS = instead of LINK_OBJS = $(mp01_node1_OBJECTS)
2012-05-04Remove CVS-Ids.Ralf Corsépius44-174/+0
2012-02-01Remove all .cvsignore files.Joel Sherrill43-99/+0
2011-12-082011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill29-140/+47
PR 1589/build * mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Remove obsolete optional manager capability.
2011-03-01Add config.h.inRalf Corsepius1-0/+1
2011-02-222011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+6
* configure.ac: Add AC_CONFIG_HEADER(config.h).
2011-02-222011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+12
* mp01/init.c, mp01/task1.c, mp02/init.c, mp02/task1.c, mp03/delay.c, mp03/init.c, mp03/task1.c, mp04/init.c, mp04/task1.c, mp05/asr.c, mp05/init.c, mp05/task1.c, mp06/init.c, mp06/task1.c, mp07/init.c, mp07/task1.c, mp08/init.c, mp08/task1.c, mp09/init.c, mp09/recvmsg.c, mp09/sendmsg.c, mp09/task1.c, mp10/init.c, mp10/task1.c, mp10/task2.c, mp10/task3.c, mp11/init.c, mp12/init.c, mp13/init.c, mp13/task1.c, mp13/task2.c, mp14/delay.c, mp14/evtask1.c, mp14/evtmtask.c, mp14/exit.c, mp14/init.c, mp14/msgtask1.c, mp14/pttask1.c, mp14/smtask1.c: Add HAVE_CONFIG_H.
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius39-0/+156
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2009-10-302009-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-7/+13
* mp03/task1.c, mp10/init.c, mp13/task1.c: Use rtems_clock_get_ticks_per_second() instead of the obsoleted TICKS_PER_SECOND.
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* mp01/init.c, mp02/init.c, mp02/task1.c, mp03/init.c, mp04/init.c, mp05/init.c, mp06/init.c, mp07/init.c, mp08/init.c, mp09/init.c, mp09/task1.c, mp10/init.c, mp11/init.c, mp12/init.c, mp13/init.c, mp14/init.c: Use PRI*32 to print uint32_ts.
2009-10-30Use PRI*32 to print uint32_ts.Ralf Corsepius16-18/+18
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+3
* mp04/task1.c: Include "tmacros.h". Use PRIxrtems_task_priority to print rtems_task_prioritys. Use PRI*32 to print uint32_ts.
2009-10-30Include "tmacros.h".Ralf Corsepius1-1/+2
Use PRIxrtems_task_priority to print rtems_task_prioritys. Use PRI*32 to print uint32_ts.
2009-10-302009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* mp05/asr.c: Include "tmacros.h". Use PRIxrtems_signal_set to print rtems_signal_set's.
2009-10-30Include "tmacros.h".Ralf Corsepius1-1/+2
Use PRIxrtems_signal_set to print rtems_signal_sets.
2009-10-202009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-08-122009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill18-46/+55
* mp01/task1.c, mp02/task1.c, mp03/task1.c, mp05/task1.c, mp06/task1.c, mp07/task1.c, mp08/task1.c, mp09/recvmsg.c, mp09/sendmsg.c, mp09/task1.c, mp10/init.c, mp12/init.c, mp13/init.c, mp13/task1.c, mp13/task2.c, mp14/evtask1.c, mp14/init.c: Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new rtems_clock_get_ticks_per_second().
2009-08-102009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-18/+24
* mp01/task1.c, mp01/node1/mp01-node1.scn, mp01/node2/mp01-node2.scn: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
2009-04-032009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+18
* mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Eliminate _exe_/.exe.
2009-04-03Eliminate _exe_/.exe.Ralf Corsepius28-196/+196
2008-09-082008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-15/+20
* mp09/recvmsg.c, mp09/task1.c, mp10/task1.c, mp13/task1.c, mp14/msgtask1.c: Correct types to eliminate warnings.
2008-09-052008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-12/+20
* mp14/delay.c, mp14/evtmtask.c: Pass task Id to TSR. * mp14/system.h: Semaphore_task_id and Semaphore_task_name arrays were one entry too short.
2008-09-052008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill5-4/+20
* mp03/delay.c, mp06/task1.c, mp06/node2/mp06-node2.scn, mp07/task1.c: Updating and fixing while running them on psim.
2008-09-032008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill14-33/+40
* mp05/system.h, mp05/task1.c, mp06/system.h, mp06/task1.c, mp07/system.h, mp07/task1.c, mp14/evtask1.c, mp14/evtmtask.c, mp14/init.c, mp14/msgtask1.c, mp14/pttask1.c, mp14/smtask1.c, mp14/system.h: Convert to bool type.
2008-02-012008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill15-14/+22
* mp01/init.c, mp02/init.c, mp03/init.c, mp04/init.c, mp05/init.c, mp06/init.c, mp07/init.c, mp08/init.c, mp09/init.c, mp10/init.c, mp11/init.c, mp12/init.c, mp13/init.c, mp14/init.c: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
2008-01-302008-01-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill29-28/+45
* mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Use all managers.
2008-01-292008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-18/+18
* mp02/task1.c, mp14/delay.c: Add new Object Services collection. This changed the name of a few previously public but undocumented services and added a some new services.
2007-03-282007-03-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+6
* mp12/node2/mp12-node2.scn: Redo screen to not have cvs conflict marker.
2006-12-022006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: New BUG-REPORT address.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-07-11Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius28-112/+56
2006-07-112006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+18
* mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir instead.
2005-11-222005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+5
* configure.ac: Remove RTEMS_ENABLE_BARE, BARE_CPU_CFLAGS, BARE_CPU_MODEL.
2005-11-13Fix my email addressRalf Corsepius1-4/+4
2005-11-13Convert to using *_PROGRAMS.Ralf Corsepius28-336/+252
2005-11-132005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+18
* mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Convert to using *_PROGRAMS.
2005-11-11Fix typos.Ralf Corsepius1-42/+42
2005-11-11Rework.Ralf Corsepius28-955/+226
2005-11-11 * mp01/node1/Makefile.am: Rework.Ralf Corsepius1-0/+18
* mp01/node2/Makefile.am: Rework. * mp02/node1/Makefile.am: Rework. * mp02/node2/Makefile.am: Rework. * mp03/node1/Makefile.am: Rework. * mp03/node2/Makefile.am: Rework. * mp04/node1/Makefile.am: Rework. * mp04/node2/Makefile.am: Rework. * mp05/node1/Makefile.am: Rework. * mp05/node2/Makefile.am: Rework. * mp06/node1/Makefile.am: Rework. * mp06/node2/Makefile.am: Rework. * mp07/node1/Makefile.am: Rework. * mp07/node2/Makefile.am: Rework. * mp08/node1/Makefile.am: Rework. * mp08/node2/Makefile.am: Rework. * mp09/node1/Makefile.am: Rework. * mp09/node2/Makefile.am: Rework. * mp10/node1/Makefile.am: Rework. * mp10/node2/Makefile.am: Rework. * mp11/node1/Makefile.am: Rework. * mp11/node2/Makefile.am: Rework. * mp12/node1/Makefile.am: Rework. * mp12/node2/Makefile.am: Rework. * mp13/node1/Makefile.am: Rework. * mp13/node2/Makefile.am: Rework. * mp14/node1/Makefile.am: Rework. * mp14/node2/Makefile.am: Rework.
2005-11-11Cosmetics.Ralf Corsepius28-84/+0