summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-17 17:42:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-17 17:42:21 +0000
commit58dbfd7c618543a9e1c71227156f922a9620e9a5 (patch)
treeca18aec3971a717ab244921f62cf8a9ce12bb930 /testsuites
parent2009-08-17 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-58dbfd7c618543a9e1c71227156f922a9620e9a5.tar.bz2
2009-08-17 Santosh G Vattam <vattam.santosh@gmail.com>
* sp65/init.c: Remove stray print. * sp65/sp65.doc: Add information on second case.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/ChangeLog5
-rw-r--r--testsuites/sptests/sp65/init.c1
-rw-r--r--testsuites/sptests/sp65/sp65.doc4
3 files changed, 9 insertions, 1 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index a65e626c68..be0c9deb6b 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-17 Santosh G Vattam <vattam.santosh@gmail.com>
+
+ * sp65/init.c: Remove stray print.
+ * sp65/sp65.doc: Add information on second case.
+
2009-08-13 Santosh G Vattam <vattam.santosh@gmail.com>
* sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: Add new test case to
diff --git a/testsuites/sptests/sp65/init.c b/testsuites/sptests/sp65/init.c
index 6ce8632032..ef81cdac71 100644
--- a/testsuites/sptests/sp65/init.c
+++ b/testsuites/sptests/sp65/init.c
@@ -78,7 +78,6 @@ rtems_task Task_1(
puts( "Init Task_1: Obtaining semaphore" );
status_in_task = rtems_semaphore_obtain( *Mutex_id, RTEMS_DEFAULT_OPTIONS, 0 );
- printf( "status_in_task:%d\n", status_in_task );
directive_failed( status_in_task, "Task_1 rtems_semaphore_obtain" );
return;
}
diff --git a/testsuites/sptests/sp65/sp65.doc b/testsuites/sptests/sp65/sp65.doc
index 711601bddc..39a1ee1eef 100644
--- a/testsuites/sptests/sp65/sp65.doc
+++ b/testsuites/sptests/sp65/sp65.doc
@@ -22,3 +22,7 @@ concepts:
+ Verify that obtaining a priority ceiling mutex when the calling task's
priority is the same as the priority ceiling is handled correctly.
+
++ Verify the priority ceiling mutex getting released which results in a thread
+ being unblocked and the unblocked thread's priority being elevated.
+