summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-29 15:51:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-29 15:51:22 +0000
commit837ab8415748aa0622547ac9ca9b6744a27d4d4c (patch)
tree757be5a2cba0b340429f3d54836eb9ea7ebae2d5 /testsuites
parent2000-09-29 Stephan Merker <merker@decrc.abb.de> (diff)
downloadrtems-837ab8415748aa0622547ac9ca9b6744a27d4d4c.tar.bz2
2000-09-29 Joel Sherrill <joel@OARcorp.com>
* sp20/sp20.scn: Corrected to reflect new addition. * sp20/system.h: Removed comment reflecting history.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/ChangeLog5
-rw-r--r--testsuites/sptests/sp20/sp20.scn15
-rw-r--r--testsuites/sptests/sp20/system.h4
3 files changed, 19 insertions, 5 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index b0d5959899..62eb4c38e5 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-29 Joel Sherrill <joel@OARcorp.com>
+
+ * sp20/sp20.scn: Corrected to reflect new addition.
+ * sp20/system.h: Removed comment reflecting history.
+
2000-09-29 Stephan Merker <merker@decrc.abb.de>
* sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
diff --git a/testsuites/sptests/sp20/sp20.scn b/testsuites/sptests/sp20/sp20.scn
index 746c317782..477a3a2dac 100644
--- a/testsuites/sptests/sp20/sp20.scn
+++ b/testsuites/sptests/sp20/sp20.scn
@@ -13,12 +13,25 @@ TA4 - rtems_rate_monotonic_ident id = 0x2c010004
TA4 - (0x2c010004) period 2
TA5 - rtems_rate_monotonic_create id = 0x2c010005
TA5 - rtems_rate_monotonic_ident id = 0x2c010005
-TA5 - (0x28010005) period 100
+TA5 - (0x2c010005) period 100
+TA6 - rtems_rate_monotonic_create id = 0x2c010006
+TA6 - rtems_rate_monotonic_ident id = 0x2c010006
+TA6 - (0x2c010006) period 0
TA5 - PERIODS CHECK OK (1)
TA5 - PERIODS CHECK OK (2)
TA5 - PERIODS CHECK OK (3)
TA5 - PERIODS CHECK OK (4)
TA5 - PERIODS CHECK OK (5)
+TA6 - Actual: 10 Expected: 10 - OK
+TA6 - Actual: 20 Expected: 20 - OK
+TA6 - Actual: 30 Expected: 30 - OK
+TA6 - Actual: 40 Expected: 40 - OK
+TA6 - Actual: 50 Expected: 50 - OK
+TA6 - Actual: 60 Expected: 60 - OK
+TA6 - Actual: 70 Expected: 70 - OK
+TA6 - Actual: 80 Expected: 80 - OK
+TA6 - Actual: 90 Expected: 90 - OK
+TA6 - Actual: 100 Expected: 100 - OK
TA5 - PERIODS CHECK OK (6)
TA5 - PERIODS CHECK OK (7)
TA5 - PERIODS CHECK OK (8)
diff --git a/testsuites/sptests/sp20/system.h b/testsuites/sptests/sp20/system.h
index a7f524cc8f..10abb76a96 100644
--- a/testsuites/sptests/sp20/system.h
+++ b/testsuites/sptests/sp20/system.h
@@ -13,10 +13,6 @@
* $Id$
*/
-/* StM:
- One test added for verifying rtems_rate_monotonic_period() with changing period lengths.
- */
-
#include <tmacros.h>
/* types */