summaryrefslogtreecommitdiffstats
path: root/testsuite/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/ChangeLog')
-rw-r--r--testsuite/ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index 6afd1df8..1c3693c0 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,44 @@
+2009-02-17 Frank Ch. Eigler <fche@elastic.org>
+
+ * systemtap.base/static_uprobes.exp: Handle $srcdir != $builddir.
+
+2009-02-17 Mark Wielaard <mjw@redhat.com>
+
+ * Makefile.am: Set SYSTEMTAP_INCLUDES.
+ * systemtap.base/static_uprobes.exp: Always run the compile tests,
+ use SYSTEMTAP_INCLUDES to find sys/sdt.h, use SYSTEMTAP_PATH to
+ find dtrace script.
+ * Makefile.in: Regenerated.
+ * aclocal.m4: Likewise.
+ * configure: Likewise.
+
+2009-02-16 David Smith <dsmith@redhat.com>
+
+ * systemtap.base/bz5274.exp: Better cleanup.
+ * systemtap.base/bz6850.exp: Ditto.
+ * systemtap.base/uprobes.exp: Ditto.
+ * systemtap.base/static_uprobes.exp: Ditto. Also changed a
+ 'spawn' to an 'exec' to avoid needing to wait.
+
+2009-02-15 Stan Cox <scox@redhat.com>
+
+ * systemtap.base/static_uprobes.exp: Test with both c++ and c.
+
+2009-02-10 Will Cohen <wcohen@redhat.com>
+
+ * systemtap.examples/memory/kmalloc-top.meta: Correct testing commands.
+
+2009-02-10 Will Cohen <wcohen@redhat.com>
+
+ * systemtap.samples/pfaults.exp:
+ * systemtap.samples/pfaults.stp: Removed.
+ * systemtap.examples/memory/pfaults.stp: Revised version from samples.
+ * systemtap.examples/memory/pfaults.meta: New
+ * systemtap.examples/index.html:
+ * systemtap.examples/index.txt:
+ * systemtap.examples/keyword-index.html:
+ * systemtap.examples/keyword-index.txt: Regenerate.
+
2009-02-11 Tim Moore <timoore@redhat.com>
* systemtap.examples/profiling/latencytap.stp: Use _stp_stack_snprint_tsk.