summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp64
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-04 22:02:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-04 22:02:18 +0000
commitd05ec0f77313dc15ff4f4253441d56a4ce101530 (patch)
treedcf8b20ddea9a527102741ad299e821fe79f58a0 /testsuites/sptests/sp64
parentadd missing file (diff)
downloadrtems-d05ec0f77313dc15ff4f4253441d56a4ce101530.tar.bz2
2009-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp07/init.c, sp07/sp07.scn, sp09/init.c, sp09/screen01.c, sp09/sp09.scn, sp28/init.c, sp62/init.c, sp62/sp62.scn, sp64/init.c, sp64/sp64.scn: Add more test cases highlighted on SPARC at -O2, x86 at -Os and m68k at -Os. Fix typos.
Diffstat (limited to 'testsuites/sptests/sp64')
-rw-r--r--testsuites/sptests/sp64/init.c2
-rw-r--r--testsuites/sptests/sp64/sp64.scn2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp64/init.c b/testsuites/sptests/sp64/init.c
index 6b6d6f2018..0238134a3e 100644
--- a/testsuites/sptests/sp64/init.c
+++ b/testsuites/sptests/sp64/init.c
@@ -144,7 +144,7 @@ rtems_task Init(
assert( info.Free.number == start.Free.number );
#endif
- puts( "*** END OF TEST 63 ***" );
+ puts( "*** END OF TEST 64 ***" );
rtems_test_exit(0);
}
diff --git a/testsuites/sptests/sp64/sp64.scn b/testsuites/sptests/sp64/sp64.scn
index f572f623d8..ff72fa984b 100644
--- a/testsuites/sptests/sp64/sp64.scn
+++ b/testsuites/sptests/sp64/sp64.scn
@@ -3,4 +3,4 @@ Allocate one region -- so second auto extends
Init - rtems_workspace_get_information - OK
Init - rtems_region_create - auto-extend - RTEMS_UNSATISFIED
Init - rtems_region_delete - OK
-*** END OF TEST 63 ***
+*** END OF TEST 64 ***