From 010e04a67c3d95c812c7d520cf47e1ebad868450 Mon Sep 17 00:00:00 2001 From: bje Date: Mon, 10 Dec 2001 10:33:14 +0000 Subject: [PATCH] 2001-12-10 Ben Elliston * sidcomp.cfgroot/setInvAttV.badconf: Allow numeric values to accomodate for a recent change to sid-sched-* components. * sidcomp.cfgroot/setInvAttV.expect: Ditto. --- sid/component/testsuite/ChangeLog | 6 ++++++ sid/component/testsuite/sidcomp.cfgroot/setInvAttV.badconf | 4 ++-- sid/component/testsuite/sidcomp.cfgroot/setInvAttV.expect | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sid/component/testsuite/ChangeLog b/sid/component/testsuite/ChangeLog index 8ce6afdbea..4a24880fdb 100644 --- a/sid/component/testsuite/ChangeLog +++ b/sid/component/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2001-12-10 Ben Elliston + + * sidcomp.cfgroot/setInvAttV.badconf: Allow numeric values to + accomodate for a recent change to sid-sched-* components. + * sidcomp.cfgroot/setInvAttV.expect: Ditto. + 2001-10-10 Frank Ch. Eigler * sidcomp.gloss/angel.exp (syscalls): Correct read<->readc numbers. diff --git a/sid/component/testsuite/sidcomp.cfgroot/setInvAttV.badconf b/sid/component/testsuite/sidcomp.cfgroot/setInvAttV.badconf index c890c928ce..1ce9e6ebea 100644 --- a/sid/component/testsuite/sidcomp.cfgroot/setInvAttV.badconf +++ b/sid/component/testsuite/sidcomp.cfgroot/setInvAttV.badconf @@ -21,11 +21,11 @@ new hw-memory-ram/rom-basic mem # Scheduler -set target-sched enabled? -234 # should be positive value +set target-sched enabled? -234 set target-sched num-clients 0 # should be positive numeric value # unsigned num-clients -set host-sched enabled? true # should be 0 or 1 +set host-sched enabled? true # should be numeric set host-sched num-clients -0 set host-sched 0-regular? 1 set host-sched 0-time fifty # should be numeric value diff --git a/sid/component/testsuite/sidcomp.cfgroot/setInvAttV.expect b/sid/component/testsuite/sidcomp.cfgroot/setInvAttV.expect index aa761c8c73..745214dea5 100644 --- a/sid/component/testsuite/sidcomp.cfgroot/setInvAttV.expect +++ b/sid/component/testsuite/sidcomp.cfgroot/setInvAttV.expect @@ -1,5 +1,5 @@ setInvAttV.badconf:4: component main attribute verbose? bad value anything -setInvAttV.badconf:24: component target-sched attribute enabled? bad value -234 +setInvAttV.badconf:28: component host-sched attribute enabled? bad value true setInvAttV.badconf:30: component host-sched attribute 0-regular? not found setInvAttV.badconf:31: component host-sched attribute 0-time not found setInvAttV.badconf:34: component mem attribute size bad value ~!@#$%^& -- 2.11.0