summaryrefslogtreecommitdiffstats
path: root/c/src/tests/itrontests (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added test case of rsm_tsk and frsm_tsk on a task not suspended.Jennifer Averett1999-11-162-3/+14
| | | | This should result in nothing happening, but an E_OK result.
* Changed asserts to tmmacros.Jennifer Averett1999-11-162-8/+7
|
* Updated scn file to match new output. Left out unemplementedJennifer Averett1999-11-161-17/+12
| | | | parts as a reminder to fix when these routines became implemented.
* + Changed ID to 1. ( Compilation error introduced by modifications. )Jennifer Averett1999-11-161-1/+1
|
* Modified scan file to match.Jennifer Averett1999-11-161-2/+2
|
* Changed to call tmmacros instead of assert.Jennifer Averett1999-11-161-141/+153
|
* Fixed verificaiton checks to call correct macro if dispatch is disabled.Jennifer Averett1999-11-151-7/+12
|
* + Added check that a task could be sent to a dormant stateJennifer Averett1999-11-154-12/+94
| | | | | | | | then sta_tsk used to restart the task to its initial state. + Added calls to ref_tsk to yellow paths for suspended and ready but not running tasks. + Fixed output file to correctly state test name + Added priority of preempt to the header file. Allows ref_tsk verification.
* + Changed preempt routine into two dummy tasks one that is in dormantJennifer Averett1999-11-154-20/+70
| | | | | | | | 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 comments on paths tested.Joel Sherrill1999-11-122-1/+14
|
* + Added check for priority over 256.Joel Sherrill1999-11-121-1/+4
| | | | + Modified output to correctly state the error.
* Added comments for path's tested.Joel Sherrill1999-11-121-0/+3
|
* Test name changed to reflect placement after merger.Joel Sherrill1999-11-126-8/+9
|
* Test name changed to reflect placement after merger.Joel Sherrill1999-11-122-6/+11
| | | | Changed output to reflect what was actually being tested.
* Test name changed to reflect placement after merger.Joel Sherrill1999-11-124-5/+9
| | | | Increased stack space.
* Enabled after merging message buffer code.Joel Sherrill1999-11-121-6/+2
|
* General cleanup. Test documentation improved. The message buffer testJoel Sherrill1999-11-1015-22/+81
| | | | | prints a message instead of actually testing since the message buffer implementation is not in yet.
* Combination of committing some new files which had been overlookedJoel Sherrill1999-11-1013-1/+463
| | | | and adding code which installed screens for itron tests.
* Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1999-11-102-153/+1
| | | | Working Group. Included are tests.
* Added more tasking tests.Joel Sherrill1999-11-092-1/+5
|
* Merged tests from Task group.Joel Sherrill1999-11-0936-38/+2031
|
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-0911-0/+1017
for RTEMS.