summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp40
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-31 16:08:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-31 16:08:52 +0000
commit403c5077be7841a39d6f196cf118264d5edf0a94 (patch)
tree7452472a2d2ead89edc706ec03a24de7a78ef470 /testsuites/sptests/sp40
parent2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-403c5077be7841a39d6f196cf118264d5edf0a94.tar.bz2
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases. * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD. * sp41/sp41.scn: Now has content. * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of Object Services recently added to API.
Diffstat (limited to 'testsuites/sptests/sp40')
-rw-r--r--testsuites/sptests/sp40/init.c2
-rw-r--r--testsuites/sptests/sp40/sp40.scn3
2 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/sptests/sp40/init.c b/testsuites/sptests/sp40/init.c
index 3c5dd7bd4d..bb6f705d5d 100644
--- a/testsuites/sptests/sp40/init.c
+++ b/testsuites/sptests/sp40/init.c
@@ -20,6 +20,8 @@ rtems_task Init(
{
puts( "\n\n*** TEST 40 ***" );
+ puts( "TBD - Write test case matching this description" );
+
/*
* Register two drivers to fill up the table
*/
diff --git a/testsuites/sptests/sp40/sp40.scn b/testsuites/sptests/sp40/sp40.scn
index e69de29bb2..1057065b8f 100644
--- a/testsuites/sptests/sp40/sp40.scn
+++ b/testsuites/sptests/sp40/sp40.scn
@@ -0,0 +1,3 @@
+*** TEST 40 ***
+TBD - Write test case matching this description
+*** END OF TEST 40 ***