summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical15/spintrcritical15.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-27 22:04:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-27 22:04:19 +0000
commit33692dd0048028376ed4d06677dfe34736bc638c (patch)
treee783857f169e20cbf46d246319758eb575bbdfbd /testsuites/sptests/spintrcritical15/spintrcritical15.scn
parentUpgrade to autoconf-2.64. (diff)
downloadrtems-33692dd0048028376ed4d06677dfe34736bc638c.tar.bz2
2009-07-27 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add test case for a thread timing out on a thread queue while another thread is in the process of blocking on the same thread queue. * spintrcritical15/.cvsignore, spintrcritical15/Makefile.am, spintrcritical15/init.c, spintrcritical15/spintrcritical15.doc, spintrcritical15/spintrcritical15.scn: New files.
Diffstat (limited to 'testsuites/sptests/spintrcritical15/spintrcritical15.scn')
-rw-r--r--testsuites/sptests/spintrcritical15/spintrcritical15.scn7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/sptests/spintrcritical15/spintrcritical15.scn b/testsuites/sptests/spintrcritical15/spintrcritical15.scn
new file mode 100644
index 0000000000..ee8db40cdd
--- /dev/null
+++ b/testsuites/sptests/spintrcritical15/spintrcritical15.scn
@@ -0,0 +1,7 @@
+*** TEST INTERRUPT CRITICAL SECTION 15 ***
+Init - Trying to generate timeout of a thread while another is blocking
+Init - on the same thread queue
+Init - There is no way for the test to know if it hits the case
+Init - rtems_semaphore_create - OK
+Init - rtems_task_create - OK
+*** END OF TEST INTERRUPT CRITICAL SECTION 15 ***