summaryrefslogtreecommitdiffstats
path: root/testsuite/ChangeLog
diff options
context:
space:
mode:
authordsmith <dsmith>2006-11-10 16:51:10 +0000
committerdsmith <dsmith>2006-11-10 16:51:10 +0000
commite26b350f43a7356deb96b8382b0e2acfa89f6b6d (patch)
tree95d2df40838ce10064942fe8f8d0ea84500c3816 /testsuite/ChangeLog
parent3d23b1627390eda6ab5ebc8aea050cd0a61dcb0e (diff)
downloadsystemtap-steved-e26b350f43a7356deb96b8382b0e2acfa89f6b6d.tar.gz
systemtap-steved-e26b350f43a7356deb96b8382b0e2acfa89f6b6d.tar.xz
systemtap-steved-e26b350f43a7356deb96b8382b0e2acfa89f6b6d.zip
2006-11-10 David Smith <dsmith@redhat.com>
* 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.
Diffstat (limited to 'testsuite/ChangeLog')
-rw-r--r--testsuite/ChangeLog11
1 files changed, 11 insertions, 0 deletions
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 <dsmith@redhat.com>
+
+ * 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 <dsmith@redhat.com>
* buildok/maxactive01.stp: Added test for "maxactive(N)"