summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp16/sp16.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites: Remove rtems_test_pause*()Sebastian Huber2019-12-041-2/+0
| | | | | | | | | | | | | The rtems_test_pause() and rtems_test_pause_and_screen_number() macros had different implementations depending on the RTEMS_TEST_NO_PAUSE define. This define was defined to 1 by default. The user was able to change this via the undocumented --disable-test-no-pause configure command line option. Pausing tests and waiting for user input contradicts the goal of having automated test runs. Remove this feature. Update #3818.
* tests: Use rtems_task_exit()Sebastian Huber2018-10-051-2/+2
| | | | Update #3533.
* sptests/sp16: Change allocation sizesSebastian Huber2013-06-251-28/+30
| | | | This avoids problems with debugging enabled.
* 2009-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-181-1/+1
| | | | * sp16/sp16.scn, sp16/task1.c: Fix typo.
* 2007-10-18 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-10-181-26/+26
| | | | | | * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c, sp16/sp16.scn: Corrected some minor mistakes and regenerated some .scn files.
* 2002-11-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-11-141-1/+1
| | | | | | * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn, sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239 update the IDs in the screens.
* Updated to reflect change in object class numbering due to ITRON APIJoel Sherrill2000-01-051-1/+1
| | | | addition.
* Modified UNIX simulator port so all references to native unixJoel Sherrill1995-09-271-1/+1
| | | | | stuff is in the executive source proper in the file cpu.c. This should help avoid conflicts between RTEMS POSIX files and UNIX files.
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-231-1/+1
| | | | | | | Added a table of object information control blocks. Modified _Thread_Get so it looks up a thread regardless of which thread management "entity" (manager, internal, etc) actually "owns" it.
* Changed to reflect adding object class to idJoel Sherrill1995-08-181-1/+1
|
* Initial revisionJoel Sherrill1995-05-111-0/+58