summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical06
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-23 18:04:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-23 18:04:53 +0000
commit75fed1b941c9fc1ccecf3eb055cac52399383da7 (patch)
tree98220a7acaa7b34417de68366ce45a44e4983b5f /testsuites/sptests/spintrcritical06
parent2009-07-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-75fed1b941c9fc1ccecf3eb055cac52399383da7.tar.bz2
2009-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* spintrcritical01/init.c, spintrcritical06/init.c, spintrcritical08/init.c, spintrcritical09/init.c: Perform some cleanup and make the tests more similar.
Diffstat (limited to 'testsuites/sptests/spintrcritical06')
-rw-r--r--testsuites/sptests/spintrcritical06/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/sptests/spintrcritical06/init.c b/testsuites/sptests/spintrcritical06/init.c
index 5783f4066d..e8ce800ac3 100644
--- a/testsuites/sptests/spintrcritical06/init.c
+++ b/testsuites/sptests/spintrcritical06/init.c
@@ -91,6 +91,7 @@ rtems_task Init(
puts( "\n\n*** TEST INTERRUPT CRITICAL SECTION " TEST_NAME " ***" );
puts( "Init - Trying to generate semaphore release from ISR while blocking" );
+ puts( "Init - There is no way for the test to know if it hits the case" );
puts( "Init - Variation is: " TEST_STRING );
status = rtems_semaphore_create(
rtems_build_name( 'S', 'M', '1', ' ' ),