From e26b350f43a7356deb96b8382b0e2acfa89f6b6d Mon Sep 17 00:00:00 2001 From: dsmith Date: Fri, 10 Nov 2006 16:51:10 +0000 Subject: 2006-11-10 David Smith * semko/maxactive03.stp: Stop on pass2 instead of on pass1. * lib/stap_run.exp: As a side-effect, stap_run() sets global 'probe_errors' and 'skipped_probes' to the number of probe errors and skipped probes seen while running the probe. * systemtap.base/maxactive.exp: Uses extended stap_run() to find number of skipped probes instead of using private stap_run() variant. --- testsuite/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'testsuite/ChangeLog') diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 45be807b..31cacafc 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2006-11-10 David Smith + + * semko/maxactive03.stp: Stop on pass2 instead of on pass1. + + * lib/stap_run.exp: As a side-effect, stap_run() sets global + 'probe_errors' and 'skipped_probes' to the number of probe errors + and skipped probes seen while running the probe. + * systemtap.base/maxactive.exp: Uses extended stap_run() to find + number of skipped probes instead of using private stap_run() + variant. + 2006-11-09 David Smith * buildok/maxactive01.stp: Added test for "maxactive(N)" -- cgit