summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp65/sp65.doc
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.doc
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.doc')
-rw-r--r--testsuites/sptests/sp65/sp65.doc8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/sptests/sp65/sp65.doc b/testsuites/sptests/sp65/sp65.doc
index d6390f914d..711601bddc 100644
--- a/testsuites/sptests/sp65/sp65.doc
+++ b/testsuites/sptests/sp65/sp65.doc
@@ -15,10 +15,10 @@ test set name: sp65
directives:
- rtems_region_create
- really _Objects_Extend_information when unlimited extension fails
+ rtems_semaphore_create
+ rtems_semaphore_obtain
concepts:
-+ Ensure that being unable to allocate memory when extending an object class
- works as expected.
++ Verify that obtaining a priority ceiling mutex when the calling task's
+ priority is the same as the priority ceiling is handled correctly.