summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-3163-548/+599
| | | | | | | | | | | | | | | | | | | | * tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c, tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c, tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c, tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c, tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c, tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c, tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c, tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c, tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c, tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c, tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c, tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c, tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c, tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c, tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c, tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-3132-517/+528
| | | | | | | | | | | * 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, tmck/task1.c, tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-053-2/+8
| | | | * tm02/system.h, tm10/system.h: Make configurations more accurate.
* 2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-122-1/+13
| | | | | | | | | | | | * tmoverhd/dumrtems.h: Refactored and renamed initialization routines to rtems_initialize_data_structures, rtems_initialize_before_drivers, rtems_initialize_device_drivers, and rtems_initialize_start_multitasking. This opened the sequence up so that bootcard() could provide a more robust and flexible framework which is easier to explain and understand. This also lays the groundwork for sharing the division of available memory between the RTEMS workspace and heap and the C library initialization across all BSPs.
* 2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-0132-31/+43
| | | | | | | | | | | | * 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, tmck/task1.c, tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
* 2007-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-12-052-18/+9
| | | | | * tmoverhd/testtask.c: Spacing and remove call to obsolete rtems_initialize_executive().
* 2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-042-3/+8
| | | | | | * tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-1127-26/+40
| | | | | | | | | | | | | | * 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, 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: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
* 2007-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-02-068-22/+28
| | | | | | * tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in message queue tests.
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-022-1/+5
| | | | * configure.ac: New BUG-REPORT address.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+6
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* Eliminate scndir, docdir. Use rtems_testsdir instead.Ralf Corsepius2006-07-1131-62/+31
|
* 2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-111-0/+15
| | | | | | | | | | | | | | | * 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 scndir, docdir. Use rtems_testsdir instead.
* 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-222-3/+5
| | | | | * configure.ac: Remove RTEMS_ENABLE_BARE, BARE_CPU_CFLAGS, BARE_CPU_MODEL.
* Fix my email addressRalf Corsepius2005-11-131-4/+4
|
* Convert to using *_PROGRAMS.Ralf Corsepius2005-11-1331-370/+248
|
* 2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-131-0/+19
| | | | | | | | | | | | | | | | | | | * 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: Convert to using *_PROGRAMS.
* Fix typos.Ralf Corsepius2005-11-111-16/+16
|
* * tm01/Makefile.am: Rework.Ralf Corsepius2005-11-111-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tm02/Makefile.am: Rework. * tm03/Makefile.am: Rework. * tm04/Makefile.am: Rework. * tm05/Makefile.am: Rework. * tm06/Makefile.am: Rework. * tm07/Makefile.am: Rework. * tm08/Makefile.am: Rework. * tm09/Makefile.am: Rework. * tm10/Makefile.am: Rework. * tm11/Makefile.am: Rework. * tm12/Makefile.am: Rework. * tm13/Makefile.am: Rework. * tm14/Makefile.am: Rework. * tm15/Makefile.am: Rework. * tm16/Makefile.am: Rework. * tm17/Makefile.am: Rework. * tm18/Makefile.am: Rework. * tm19/Makefile.am: Rework. * tm20/Makefile.am: Rework. * tm21/Makefile.am: Rework. * tm22/Makefile.am: Rework. * tm23/Makefile.am: Rework. * tm24/Makefile.am: Rework. * tm25/Makefile.am: Rework. * tm26/Makefile.am: Rework. * tm27/Makefile.am: Rework. * tm28/Makefile.am: Rework. * tm29/Makefile.am: Rework. * tmck/Makefile.am: Rework. * tmoverhd/Makefile.am: Rework.
* Rework.Ralf Corsepius2005-11-1131-681/+186
|
* Cosmetics.Ralf Corsepius2005-11-1131-93/+0
|
* Eliminate TEST.Ralf Corsepius2005-11-1131-155/+124
|
* Remove.Ralf Corsepius2005-11-111-15/+0
|
* Expand tmtests.am.Ralf Corsepius2005-11-1131-31/+403
|
* 2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-111-0/+15
| | | | | | | | | | | | | | | * 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: Expand tmtests.am. * tmtests.am: Remove.
* Eliminate DOCTYPES.Ralf Corsepius2005-11-1031-62/+31
|
* Remove redundnant AM_CPPFLAGSRalf Corsepius2005-11-102-6/+0
|
* * tm01/Makefile.am: AM_CPPFLAGS += -I..../support/include.Ralf Corsepius2005-11-091-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tm02/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm03/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm04/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm05/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm06/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm07/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm08/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm09/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm10/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm11/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm12/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm13/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm14/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm15/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm16/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm17/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm18/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm19/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm20/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm21/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm22/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm23/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm24/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm25/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm26/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm27/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm28/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tm29/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tmck/Makefile.am: AM_CPPFLAGS += -I..../support/include. * tmoverhd/Makefile.am: AM_CPPFLAGS += -I..../support/include.
* AM_CPPFLAGS += -I..../support/include.Ralf Corsepius2005-11-0931-0/+66
|
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-1/+5
| | | | * tmtests.am: Set project_bspdir=$(PROJECT_ROOT)
* changesRalf Corsepius2005-11-081-0/+15
|
* Add ../include/systime.hRalf Corsepius2005-11-0831-31/+31
|
* Remove noinst_HEADERSRalf Corsepius2005-11-081-2/+0
|
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-072-2/+6
| | | | * tmtests.am: Remove LIB_VARIANT.
* CleanupRalf Corsepius2005-11-0731-94/+31
|
* Remove SRC, PRINT_SRC.Ralf Corsepius2005-11-0731-62/+0
|
* * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,Ralf Corsepius2005-11-071-0/+14
| | | | | | | | | | | | | 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: Remove SRC, PRINT_SRC.
* Switch back to include compile.am instead of amcompile.amRalf Corsepius2005-11-0731-31/+31
|
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-072-2/+4
| | | | * Makefile.am: Cleanup.
* Add $(PGM): ${ARCH}/$(dirstamp).Ralf Corsepius2005-11-071-0/+2
|
* Partial conversion to automake.Ralf Corsepius2005-11-0731-248/+217
|
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-071-0/+16
| | | | | | | | | | | | | | | | * tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp). * 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: Partial conversion to automake.
* Cosmetics.Ralf Corsepius2004-12-301-3/+3
|
* Fix typo in previous change.Ralf Corsepius2004-09-241-1/+1
|
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-242-1/+5
| | | | * configure.ac: Require automake > 1.9.
* 2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-232-1/+9
| | | | | | PR 610/bsps * tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27. Unconditionally include <tm27.h>.
* 2004-04-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-04-212-4/+6
| | | | | | PR 611/bsps * tm27/task1.c: Follow conventions for tm27 and do not add another macro definition.
* Remove stray white spaces.Ralf Corsepius2004-04-2036-82/+82
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* * tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.Ralf Corsepius2004-04-0132-31/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.