summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask02/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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