From 88a27488dd8d1850d048bc15ed687321fba9abb2 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 1 Mar 2001 19:10:25 +0000 Subject: [PATCH] * bad monkey, no banana 2001-03-01 Frank Ch. Eigler * lib/monkey.exp (monkey_test): Disabled this class of tests temporarily. --- sid/component/testsuite/ChangeLog | 5 +++++ sid/component/testsuite/lib/monkey.exp | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/sid/component/testsuite/ChangeLog b/sid/component/testsuite/ChangeLog index 96c4ac3341..859799ee0b 100644 --- a/sid/component/testsuite/ChangeLog +++ b/sid/component/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-03-01 Frank Ch. Eigler + + * lib/monkey.exp (monkey_test): Disabled this class of tests + temporarily. + 2001-01-14 matthew green * sidcomp.loader/loader.exp: New test. diff --git a/sid/component/testsuite/lib/monkey.exp b/sid/component/testsuite/lib/monkey.exp index 622a063fa8..53abb96a4b 100644 --- a/sid/component/testsuite/lib/monkey.exp +++ b/sid/component/testsuite/lib/monkey.exp @@ -75,10 +75,15 @@ proc state_saved_p {attr_name} { return 1 } # (may be overridden by a SID_MONKEYS environment variable) proc monkey_test {type sym lib {iterations 30s}} { + + # Disable this class of tests, until dejagnu/expect/tcl/sid + # misinteractions are analyzed. + return + global env global pins buses attributes - + if [info exist env(SID_MONKEYS)] { set iterations $env(SID_MONKEYS) } -- 2.11.0