summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-16Modified scan file to match.Jennifer Averett1-2/+2
1999-11-16Changed to call tmmacros instead of assert.Jennifer Averett1-141/+153
1999-11-15Fixed verificaiton checks to call correct macro if dispatch is disabled.Jennifer Averett1-7/+12
1999-11-15+ Added check that a task could be sent to a dormant stateJennifer Averett4-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.
1999-11-15+ Changed preempt routine into two dummy tasks one that is in dormantJennifer Averett3-14/+94
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 comments on paths tested.Joel Sherrill2-1/+14
1999-11-12+ Added check for priority over 256.Joel Sherrill1-1/+4
+ Modified output to correctly state the error.
1999-11-12Added comments for path's tested.Joel Sherrill1-0/+3
1999-11-12Test name changed to reflect placement after merger.Joel Sherrill6-8/+9
1999-11-12Test name changed to reflect placement after merger.Joel Sherrill2-6/+11
Changed output to reflect what was actually being tested.
1999-11-12Test name changed to reflect placement after merger.Joel Sherrill4-5/+9
Increased stack space.
1999-11-12Enabled after merging message buffer code.Joel Sherrill1-6/+2
1999-11-10General cleanup. Test documentation improved. The message buffer testJoel Sherrill15-22/+81
prints a message instead of actually testing since the message buffer implementation is not in yet.
1999-11-10Combination of committing some new files which had been overlookedJoel Sherrill5-1/+95
and adding code which installed screens for itron tests.
1999-11-09Added more tasking tests.Joel Sherrill1-1/+2
1999-11-09Merged tests from Task group.Joel Sherrill30-38/+1553
1999-11-09This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill10-0/+969
for RTEMS.