summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-04-052006-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+10
Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru> * spsize/size.c: Victor spotted the problem that _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate variables and needed to be set to the same value. I took that idea and just removed _Thread_MP_Receive. All uses are now _MPCI_Receive_server_tcb.
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-5/+5
2005-11-13Convert to use *_PROGRAMS.Ralf Corsepius32-382/+286
2005-11-132005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+15
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am, sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am, sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am, sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am, sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am, sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am, sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am, sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am: Convert to use *_PROGRAMS.
2005-11-11Fix typos.Ralf Corsepius1-16/+16
2005-11-11 * sp01/Makefile.am: Rework.Ralf Corsepius1-0/+19
* sp02/Makefile.am: Rework. * sp03/Makefile.am: Rework. * sp04/Makefile.am: Rework. * sp05/Makefile.am: Rework. * sp06/Makefile.am: Rework. * sp07/Makefile.am: Rework. * sp08/Makefile.am: Rework. * sp09/Makefile.am: Rework. * sp11/Makefile.am: Rework. * sp12/Makefile.am: Rework. * sp13/Makefile.am: Rework. * sp14/Makefile.am: Rework. * sp15/Makefile.am: Rework. * sp16/Makefile.am: Rework. * sp17/Makefile.am: Rework. * sp19/Makefile.am: Rework. * sp20/Makefile.am: Rework. * sp21/Makefile.am: Rework. * sp22/Makefile.am: Rework. * sp23/Makefile.am: Rework. * sp24/Makefile.am: Rework. * sp25/Makefile.am: Rework. * sp26/Makefile.am: Rework. * sp27/Makefile.am: Rework. * sp28/Makefile.am: Rework. * sp29/Makefile.am: Rework. * sp30/Makefile.am: Rework. * sp31/Makefile.am: Rework. * sp32/Makefile.am: Rework. * spfatal/Makefile.am: Rework. * spsize/Makefile.am: Rework.
2005-11-11Rework.Ralf Corsepius32-926/+252
2005-11-11Eliminate TEST.Ralf Corsepius32-224/+192
2005-11-11Remove.Ralf Corsepius1-23/+0
2005-11-11Expand sptests.am.Ralf Corsepius32-32/+672
2005-11-112005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+15
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am, sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am, sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am, sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am, sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am, sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am, sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am, sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am. * sptests.am: Remove.
2005-11-10Eliminate DOCTYPES.Ralf Corsepius32-64/+32
2005-11-09AM_CPPFLAGS += -I..../support/include.Ralf Corsepius31-0/+62
2005-11-092005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+14
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am, sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am, sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am, sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am, sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am, sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am, sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am, sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
2005-11-092005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* sptests.am: Set project_bspdir=$(PROJECT_ROOT)
2005-11-09Remove stray commentRalf Corsepius1-2/+0
2005-11-07changesRalf Corsepius1-0/+8
2005-11-07New.Ralf Corsepius1-0/+1
2005-11-07RemoveRalf Corsepius1-1/+0
2005-11-07Rename TEST to spsize.Ralf Corsepius1-1/+1
2005-11-07Add spfatal to DIST_SUBDIRS.Ralf Corsepius1-3/+2
2005-11-07Add spfatal/Makefile.Ralf Corsepius1-0/+1
2005-11-07Misc. bugfixes.Ralf Corsepius5-8/+7
2005-11-07 * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,Ralf Corsepius1-0/+2
sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
2005-11-072005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* sptests.am: Remove LIB_VARIANT.
2005-11-07Remove SRC, PRINT_SRC.Ralf Corsepius32-63/+0
2005-11-072005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+14
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am, sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am, sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am, sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am, sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am, sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am, sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am, sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
2005-11-07Switch back to include compile.am instead of amcompile.amRalf Corsepius32-32/+32
2005-11-072005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* Makefile.am: Cleanup.
2005-11-07Partial conversion to automake.Ralf Corsepius32-272/+195
2005-11-072005-11-07 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-0/+16
* sptests.am: Add $(PGM): ${ARCH}/$(dirstamp). * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am, sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am, sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am, sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am, sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am, sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am, sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am, sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am: Partial conversion to automake.
2005-11-07Add $(PGM): ${ARCH}/$(dirstamp).Ralf Corsepius1-0/+2
2005-03-072005-03-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-8/+12
* sp13/task1.c: Removed warnings.
2004-09-292004-09-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-19/+4
* spsize/size.c: i960 obsoleted and all references removed.
2004-09-24Fix typo in previous change.Ralf Corsepius1-1/+1
2004-09-242004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: Require automake > 1.9.
2004-04-16Remove stray white spaces.Ralf Corsepius43-139/+139
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2004-04-01 * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.Ralf Corsepius33-32/+67
* sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2004-04-012004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-1/+5
* sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
2004-03-302004-03-30 David Querbach <querbach@realtime.bc.ca>Joel Sherrill7-33/+30
PR 595/tests * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the supplied buffer due to confusion in the definition of MESSAGE_SIZE. Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes, others treat it as a count of longs.
2004-03-302004-03-30 David Querbach <querbach@realtime.bc.ca>Joel Sherrill2-0/+8
PR 596/tests * sp32/init.c: A missing definition of TEST_INIT before including <tmacros.h> means that buffered output will not work even if selected in buffer_test_io.h.
2004-03-302004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius39-80/+92
* sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c, sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c, sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c, sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h, sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c, sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c, sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c, sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c, spfatal/system.h, spsize/size.c: Convert to using c99 fixed size types.
2004-03-252004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* configure.ac: Add 2nd arg to RTEMS_TOP.
2004-03-052004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+6
* sp07/buffered_io.c: Remove warning.
2004-01-142004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius33-0/+100
* sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * sp02/Makefile.am: Ditto. * sp03/Makefile.am: Ditto. * sp04/Makefile.am: Ditto. * sp05/Makefile.am: Ditto. * sp06/Makefile.am: Ditto. * sp07/Makefile.am: Ditto. * sp08/Makefile.am: Ditto. * sp09/Makefile.am: Ditto. * sp11/Makefile.am: Ditto. * sp12/Makefile.am: Ditto. * sp13/Makefile.am: Ditto. * sp14/Makefile.am: Ditto. * sp15/Makefile.am: Ditto. * sp16/Makefile.am: Ditto. * sp17/Makefile.am: Ditto. * sp19/Makefile.am: Ditto. * sp20/Makefile.am: Ditto. * sp21/Makefile.am: Ditto. * sp22/Makefile.am: Ditto. * sp23/Makefile.am: Ditto. * sp24/Makefile.am: Ditto. * sp25/Makefile.am: Ditto. * sp26/Makefile.am: Ditto. * sp27/Makefile.am: Ditto. * sp28/Makefile.am: Ditto. * sp29/Makefile.am: Ditto. * sp30/Makefile.am: Ditto. * sp31/Makefile.am: Ditto. * sp32/Makefile.am: Ditto. * spfatal/Makefile.am: Ditto. * spsize/Makefile.am: Ditto.
2003-12-182003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-12/+12
* sptests.am: Add dirstamp support.
2003-12-172003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-3/+7
* sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2003-12-162003-12-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill13-16/+121
PR 544/tests * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c, sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to make tests account for resources and not print at inappropriate times. * sp07/buffered_io.c: New file.