From 837ab8415748aa0622547ac9ca9b6744a27d4d4c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 29 Sep 2000 15:51:22 +0000 Subject: 2000-09-29 Joel Sherrill * sp20/sp20.scn: Corrected to reflect new addition. * sp20/system.h: Removed comment reflecting history. --- testsuites/sptests/ChangeLog | 5 +++++ testsuites/sptests/sp20/sp20.scn | 15 ++++++++++++++- testsuites/sptests/sp20/system.h | 4 ---- 3 files changed, 19 insertions(+), 5 deletions(-) (limited to 'testsuites') 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 + + * sp20/sp20.scn: Corrected to reflect new addition. + * sp20/system.h: Removed comment reflecting history. + 2000-09-29 Stephan Merker * 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 /* types */ -- cgit v1.2.3