summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp08 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mptests/*/*.doc: Change license to BSD-2Joel Sherrill2022-06-142-6/+44
| | | | Updates #3053.
* mptests: Manually adding file headers and licensesRyan Long2022-04-272-0/+70
| | | | | These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses.
* testsuites/mptests/*: Change license to BSD-2.Joel Sherrill2022-04-073-9/+66
| | | | Updates #3053.
* build: Remove old build systemSebastian Huber2021-09-211-3/+0
| | | | | Close #3250. Close #4081.
* rtems: Add and use rtems_object_get_local_node()Sebastian Huber2019-12-132-5/+5
| | | | Update #3841.
* mptests: Avoid build system defined definesSebastian Huber2019-11-123-0/+4
| | | | Update #3818.
* build: Remove local.amSebastian Huber2018-10-101-1/+0
|
* tests: Use rtems_task_exit()Sebastian Huber2018-10-051-2/+1
| | | | Update #3533.
* testsuite/mptests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-106-44/+0
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* tests: Use simple console driverSebastian Huber2017-11-061-1/+1
| | | | | Update #3170. Update #3199.
* tests: Remove TEST_INITSebastian Huber2017-10-281-2/+0
| | | | | | | | The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
* testsuite: Use printk for all test output where possible.Chris Johns2017-10-231-0/+2
| | | | | | | | | | - Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-215-5/+5
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-118-24/+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.
* Revert: Remove CVS IdsJoel Sherrill2012-05-073-0/+12
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* mptests - Makefile.am did not set LINK_OBJSJoel Sherrill2012-05-042-2/+2
| | | | | | | | LINK_OBJS = instead of LINK_OBJS = $(mp01_node1_OBJECTS)
* Remove CVS-Ids.Ralf Corsépius2012-05-043-12/+0
|
* Remove all .cvsignore files.Joel Sherrill2012-02-013-6/+0
|
* 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-082-10/+2
| | | | | | | | | | | | | | | | | | | 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.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-222-0/+8
|
* Use PRI*32 to print uint32_ts.Ralf Corsepius2009-10-301-1/+1
|
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-121-2/+2
| | | | | | | | | * 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().
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-032-14/+14
|
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-011-1/+1
| | | | | | | | * 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-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-302-2/+2
| | | | | | | | | | | | | | | | | * 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.
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-112-8/+4
|
* Convert to using *_PROGRAMS.Ralf Corsepius2005-11-132-24/+18
|
* Rework.Ralf Corsepius2005-11-112-68/+16
|
* Cosmetics.Ralf Corsepius2005-11-112-6/+0
|
* Various cleanups.Ralf Corsepius2005-11-112-8/+6
|
* Hard-code node number.Ralf Corsepius2005-11-112-22/+20
|
* Fix typo in previous patch.Ralf Corsepius2005-11-112-4/+4
|
* Eliminate TEST.Ralf Corsepius2005-11-112-14/+12
|
* Expand mptests.am.Ralf Corsepius2005-11-112-2/+44
|
* Eliminate DOCTYPES.Ralf Corsepius2005-11-102-4/+2
|
* Reflect changes to TEST variable contents.Ralf Corsepius2005-11-102-4/+4
|
* New.Ralf Corsepius2005-11-104-0/+86
|
* Removed (Renamed to *-node<N>.*).Ralf Corsepius2005-11-104-86/+0
|
* AM_CPPFLAGS += -I..../support/include.Ralf Corsepius2005-11-092-0/+4
|
* Misc. bugfixes.Ralf Corsepius2005-11-073-4/+2
|
* Remove SRC, PRINT_SRC.Ralf Corsepius2005-11-072-4/+0
|
* Switch back to include compile.am instead of amcompile.amRalf Corsepius2005-11-072-2/+2
|
* Partial conversion to automake.Ralf Corsepius2005-11-072-20/+10
|
* 2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-062-2/+2
| | | | | | | | | | | | | | | | | | * 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 $(LIB_VARIANT).
* Remove stray white spaces.Ralf Corsepius2004-04-201-3/+3
|
* * mp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.Ralf Corsepius2004-04-011-1/+1
| | | | | | | | | | | | | | | | * mp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * mp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-301-1/+1
| | | | | | | | | | * mp02/task1.c, mp03/system.h, mp03/task1.c, mp04/task1.c, mp05/system.h, mp06/task1.c, mp07/task1.c, mp08/task1.c, mp09/recvmsg.c, mp09/sendmsg.c, mp09/task1.c, mp10/task1.c, mp11/init.c, mp12/init.c, mp13/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 using c99 fixed size types.
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-142-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mp01/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * mp01/node2/Makefile.am: Ditto. * mp02/node1/Makefile.am: Ditto. * mp02/node2/Makefile.am: Ditto. * mp03/node1/Makefile.am: Ditto. * mp03/node2/Makefile.am: Ditto. * mp04/node1/Makefile.am: Ditto. * mp04/node2/Makefile.am: Ditto. * mp05/node1/Makefile.am: Ditto. * mp05/node2/Makefile.am: Ditto. * mp06/node1/Makefile.am: Ditto. * mp06/node2/Makefile.am: Ditto. * mp07/node1/Makefile.am: Ditto. * mp07/node2/Makefile.am: Ditto. * mp08/node1/Makefile.am: Ditto. * mp08/node2/Makefile.am: Ditto. * mp09/node1/Makefile.am: Ditto. * mp09/node2/Makefile.am: Ditto. * mp10/node1/Makefile.am: Ditto. * mp10/node2/Makefile.am: Ditto. * mp11/node1/Makefile.am: Ditto. * mp11/node2/Makefile.am: Ditto. * mp12/node1/Makefile.am: Ditto. * mp12/node2/Makefile.am: Ditto. * mp13/node1/Makefile.am: Ditto. * mp13/node2/Makefile.am: Ditto. * mp14/node1/Makefile.am: Ditto. * mp14/node2/Makefile.am: Ditto.
* 2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-182-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mptests.am: Add dirstamp support. * mptests/mp01/node1/Makefile.am: Eliminate VPATH. * mptests/mp01/node2/Makefile.am: Eliminate VPATH. * mptests/mp02/node1/Makefile.am: Eliminate VPATH. * mptests/mp02/node2/Makefile.am: Eliminate VPATH. * mptests/mp03/node1/Makefile.am: Eliminate VPATH. * mptests/mp03/node2/Makefile.am: Eliminate VPATH. * mptests/mp04/node1/Makefile.am: Eliminate VPATH. * mptests/mp04/node2/Makefile.am: Eliminate VPATH. * mptests/mp05/node1/Makefile.am: Eliminate VPATH. * mptests/mp05/node2/Makefile.am: Eliminate VPATH. * mptests/mp06/node1/Makefile.am: Eliminate VPATH. * mptests/mp06/node2/Makefile.am: Eliminate VPATH. * mptests/mp07/node1/Makefile.am: Eliminate VPATH. * mptests/mp07/node2/Makefile.am: Eliminate VPATH. * mptests/mp08/node1/Makefile.am: Eliminate VPATH. * mptests/mp08/node2/Makefile.am: Eliminate VPATH. * mptests/mp09/node1/Makefile.am: Eliminate VPATH. * mptests/mp09/node2/Makefile.am: Eliminate VPATH. * mptests/mp10/node1/Makefile.am: Eliminate VPATH. * mptests/mp10/node2/Makefile.am: Eliminate VPATH. * mptests/mp11/node1/Makefile.am: Eliminate VPATH. * mptests/mp11/node2/Makefile.am: Eliminate VPATH. * mptests/mp12/node1/Makefile.am: Eliminate VPATH. * mptests/mp12/node2/Makefile.am: Eliminate VPATH. * mptests/mp13/node1/Makefile.am: Eliminate VPATH. * mptests/mp13/node2/Makefile.am: Eliminate VPATH. * mptests/mp14/node1/Makefile.am: Eliminate VPATH. * mptests/mp14/node2/Makefile.am: Eliminate VPATH.
* 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-013-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mp01/Makefile.am: Reformat. * mp01/node1/Makefile.am: Remove all-local: $(ARCH). * mp01/node2/Makefile.am: Remove all-local: $(ARCH). * mp02/Makefile.am: Reformat. * mp02/node1/Makefile.am: Remove all-local: $(ARCH). * mp02/node2/Makefile.am: Remove all-local: $(ARCH). * mp03/Makefile.am: Reformat. * mp03/node1/Makefile.am: Remove all-local: $(ARCH). * mp03/node2/Makefile.am: Remove all-local: $(ARCH). * mp04/Makefile.am: Reformat. * mp04/node1/Makefile.am: Remove all-local: $(ARCH). * mp04/node2/Makefile.am: Remove all-local: $(ARCH). * mp05/Makefile.am: Reformat. * mp05/node1/Makefile.am: Remove all-local: $(ARCH). * mp05/node2/Makefile.am: Remove all-local: $(ARCH). * mp06/Makefile.am: Reformat. * mp06/node1/Makefile.am: Remove all-local: $(ARCH). * mp06/node2/Makefile.am: Remove all-local: $(ARCH). * mp07/Makefile.am: Reformat. * mp07/node1/Makefile.am: Remove all-local: $(ARCH). * mp07/node2/Makefile.am: Remove all-local: $(ARCH). * mp08/Makefile.am: Reformat. * mp08/node1/Makefile.am: Remove all-local: $(ARCH). * mp08/node2/Makefile.am: Remove all-local: $(ARCH). * mp09/Makefile.am: Reformat. * mp09/node1/Makefile.am: Remove all-local: $(ARCH). * mp09/node2/Makefile.am: Remove all-local: $(ARCH). * mp10/Makefile.am: Reformat. * mp10/node1/Makefile.am: Remove all-local: $(ARCH). * mp10/node2/Makefile.am: Remove all-local: $(ARCH). * mp11/Makefile.am: Reformat. * mp11/node1/Makefile.am: Remove all-local: $(ARCH). * mp11/node2/Makefile.am: Remove all-local: $(ARCH). * mp12/Makefile.am: Reformat. * mp12/node1/Makefile.am: Remove all-local: $(ARCH). * mp12/node2/Makefile.am: Remove all-local: $(ARCH). * mp13/Makefile.am: Reformat. * mp13/node1/Makefile.am: Remove all-local: $(ARCH). * mp13/node2/Makefile.am: Remove all-local: $(ARCH). * mp14/Makefile.am: Reformat. * mp14/node1/Makefile.am: Remove all-local: $(ARCH). * mp14/node2/Makefile.am: Remove all-local: $(ARCH).