summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask02/init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-04-16Remove stray white spaces.Ralf Corsepius1-30/+30
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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-022002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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.
1999-11-17+ Updated copyright information.Jennifer Averett1-0/+3
1999-11-16Added test case of rsm_tsk and frsm_tsk on a task not suspended.Jennifer Averett1-1/+9
This should result in nothing happening, but an E_OK result.
1999-11-16+ Changed ID to 1. ( Compilation error introduced by modifications. )Jennifer Averett1-1/+1
1999-11-16Changed to call tmmacros instead of assert.Jennifer Averett1-141/+153
1999-11-15+ Changed preempt routine into two dummy tasks one that is in dormantJennifer Averett1-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.
1999-11-12+ Modified calls to use TSK_SLF for calls to self.Joel Sherrill1-25/+24
+ Modified calls to use the task id macro for calls to the PREEMPT task.
1999-11-12+ Added check for priority over 256.Joel Sherrill1-1/+4
+ Modified output to correctly state the error.
1999-11-12Test name changed to reflect placement after merger.Joel Sherrill1-3/+7
Changed output to reflect what was actually being tested.
1999-11-09Merged tests from Task group.Joel Sherrill1-0/+518