summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp66/sp66.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-14 20:05:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-14 20:05:44 +0000
commita5b04dabd923fcb3a9d1586d9ff01bdc81de83ba (patch)
tree7fa8a1d9c24a741cf28832d5f5cc005ba2ddc1ca /testsuites/sptests/sp66/sp66.scn
parent2009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-a5b04dabd923fcb3a9d1586d9ff01bdc81de83ba.tar.bz2
2009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac, sp65/init.c: Add new test to exercise very simple priority ceiling case that was previously only tested via the POSIX API. * sp66/.cvsignore, sp66/Makefile.am, sp66/init.c, sp66/sp66.doc, sp66/sp66.scn: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp66/sp66.scn8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/sptests/sp66/sp66.scn b/testsuites/sptests/sp66/sp66.scn
new file mode 100644
index 0000000000..74490ae844
--- /dev/null
+++ b/testsuites/sptests/sp66/sp66.scn
@@ -0,0 +1,8 @@
+*** TEST 66 ***
+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 ***