summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp65/sp65.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-14 01:10:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-14 01:10:23 +0000
commit146301d36b24674457d8243a6b20b9ebe44919bc (patch)
tree0609d000b84ab1a2c020659ae6f915c9bddc2a06 /testsuites/sptests/sp65/sp65.scn
parent2009-08-13 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-146301d36b24674457d8243a6b20b9ebe44919bc.tar.bz2
2009-08-13 Santosh G Vattam <vattam.santosh@gmail.com>
* sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: Add new test case to verify that obtaining a priority ceiling mutex when the calling task's priority is the same as the priority ceiling is handled correctly.
Diffstat (limited to 'testsuites/sptests/sp65/sp65.scn')
-rw-r--r--testsuites/sptests/sp65/sp65.scn8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/sptests/sp65/sp65.scn b/testsuites/sptests/sp65/sp65.scn
index e69de29bb2..18e5a20df0 100644
--- a/testsuites/sptests/sp65/sp65.scn
+++ b/testsuites/sptests/sp65/sp65.scn
@@ -0,0 +1,8 @@
+*** TEST 65 ***
+Creating semaphore
+Calling rtems_semaphore_obtain
+Calling rtems_task_create
+Calling rtems_task_start
+Init Task_1: Obtaining semaphore
+Calling semaphore release
+*** END OF TEST 65 ***