summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 21:27:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-12 21:27:42 +0000
commit624d7ca49766cca924eb2f3ad2bf2efb7b3e7d49 (patch)
treea297cfb293c0f6f83736dbee1c2e9fdacb66e415 /testsuites/itrontests
parent+ Added check for priority over 256. (diff)
downloadrtems-624d7ca49766cca924eb2f3ad2bf2efb7b3e7d49.tar.bz2
+ Added comments on paths tested.
Diffstat (limited to 'testsuites/itrontests')
-rw-r--r--testsuites/itrontests/itronhello/itronhello.doc11
-rw-r--r--testsuites/itrontests/itrontask03/itrontask03.doc4
2 files changed, 14 insertions, 1 deletions
diff --git a/testsuites/itrontests/itronhello/itronhello.doc b/testsuites/itrontests/itronhello/itronhello.doc
index 496f3569e5..a18b9cae50 100644
--- a/testsuites/itrontests/itronhello/itronhello.doc
+++ b/testsuites/itrontests/itronhello/itronhello.doc
@@ -10,4 +10,15 @@
# http://www.OARcorp.com/rtems/license.html.
#
+This file describes the directives and concepts tested by this test set.
+
+test set name: itronhello
+
+directives:
+ cre_tsk, sta_tsk
+
+concepts:
+
+ a. Verifies the initial itron task can be created and started.
+
diff --git a/testsuites/itrontests/itrontask03/itrontask03.doc b/testsuites/itrontests/itrontask03/itrontask03.doc
index d5632c19ca..e1f453e3f1 100644
--- a/testsuites/itrontests/itrontask03/itrontask03.doc
+++ b/testsuites/itrontests/itrontask03/itrontask03.doc
@@ -20,10 +20,12 @@ directives:
concepts: XXX - Verify
- a. verifies rot_rdq can be used by a task to correctly yeild the processor
+ a. verifies rot_rdq can be used by equal priority tasks to correctly yeild the processor
b. Verifies sus_tsk suspends another task.
+ c. Verifies rot_rdq with a yeild process response.
+
a. Verifies that a task can delete another task and also delete itself.
b. Verifies that memory is freed back to the heap correctly.