summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask02/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray white spaces.Ralf Corsepius2004-04-161-30/+30
|
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | | | | | | | | | | | | * itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h, itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h, itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c, itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c, itrontask01/itrontask01.doc, itrontask01/system.h, itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c, itrontask02/itrontask02.doc, itrontask02/system.h, itrontask03/init.c, itrontask03/itrontask03.doc, itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c, itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c, itrontask04/itrontask04.doc, itrontask04/system.h, itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c, itrontime01/init.c, itrontime01/system.h: URL for license changed.
* 2002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-021-1/+1
| | | | | | | | | | | | | * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c, itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c, itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
* + Updated copyright information.Jennifer Averett1999-11-171-0/+3
|
* Added test case of rsm_tsk and frsm_tsk on a task not suspended.Jennifer Averett1999-11-161-1/+9
| | | | This should result in nothing happening, but an E_OK result.
* + Changed ID to 1. ( Compilation error introduced by modifications. )Jennifer Averett1999-11-161-1/+1
|
* Changed to call tmmacros instead of assert.Jennifer Averett1999-11-161-141/+153
|
* + Changed preempt routine into two dummy tasks one that is in dormantJennifer Averett1999-11-151-12/+45
| | | | | | | | state and one that is in non-dormant state. + Increased the priority of the Init task to force the dummy tasks to run first. + Added calls to ref_tsk to verify the state of the dummy tasks and test ref_tsk.
* + Modified calls to use TSK_SLF for calls to self.Joel Sherrill1999-11-121-25/+24
| | | | + Modified calls to use the task id macro for calls to the PREEMPT task.
* + Added check for priority over 256.Joel Sherrill1999-11-121-1/+4
| | | | + Modified output to correctly state the error.
* Test name changed to reflect placement after merger.Joel Sherrill1999-11-121-3/+7
| | | | Changed output to reflect what was actually being tested.
* Merged tests from Task group.Joel Sherrill1999-11-091-0/+518