summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 15:55:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 15:55:58 +0000
commit4e69f5b79ef7c5727048a1cd6ab5a56748680f28 (patch)
tree80e1ddd88b263918854d129e60a9dd8a3d947d74 /c
parentMade html links browsable. (diff)
downloadrtems-4e69f5b79ef7c5727048a1cd6ab5a56748680f28.tar.bz2
Added notes for new test.
Diffstat (limited to 'c')
-rw-r--r--c/src/tests/sptests/sp27/TODO19
1 files changed, 19 insertions, 0 deletions
diff --git a/c/src/tests/sptests/sp27/TODO b/c/src/tests/sptests/sp27/TODO
new file mode 100644
index 0000000000..fd4e98a78e
--- /dev/null
+++ b/c/src/tests/sptests/sp27/TODO
@@ -0,0 +1,19 @@
+#
+# $Id$
+#
+
+This test should be for rtems_semaphore_flush. It will be something like:
+
+TaskA:
+ create semaphore with initial count 0
+ start taskB and TaskC (Higher priority than taskA, no round-robin)
+ print message
+ semaphore_flush
+
+TaskB/C:
+ obtain semaphore
+ print message
+ suspend/delete self
+
+Successful test would show message from both tasks B and C after the
+message from task A.