summaryrefslogtreecommitdiffstats
path: root/testsuite/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/ChangeLog')
-rw-r--r--testsuite/ChangeLog108
1 files changed, 108 insertions, 0 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index fa6e4fad..4fda9c5f 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,111 @@
+2008-06-23 Stan Cox <scox@redhat.com>
+
+ * systemtap.base/stmt_rel.stp: Added test for
+ kernel.statement("Func@File:*")
+
+2008-06-18 Josh Stone <joshua.i.stone@intel.com>
+
+ * systemtap.base/optim_voidstmt.stp: Add tests for various statement
+ optimizations that we should now be eliding.
+
+2008-06-16 Frank Ch. Eigler <fche@elastic.org>
+
+ * systemtap.base/warnings.exp: Adjust warning count again (me1 and
+ elide were formerly duplicated).
+
+2008-06-16 Stan Cox <scox@redhat.com>
+
+ * systemtap.base/warnings.stp: Added PR 6611 warning tests.
+ * systemtap.base/warnings.exp: Reset warning count.
+
+2008-06-13 Frank Ch. Eigler <fche@elastic.org>
+
+ * lib/stap_run.exp: Remove module/cache warning boilerplate.
+
+2008-06-11 Mark Wielaard <mwielaard@redhat.com>
+
+ * systemtap.base/warnings.exp: Expect 11 warning plus 1 .ko output
+ line.
+
+2008-06-11 David Smith <dsmith@redhat.com>
+
+ * systemtap.base/utrace_p5.exp: Made changes to work when not
+ configured in the src directory.
+ * systemtap.base/utrace_p5_multi.c: Made changes to work on x86_64
+ systems.
+
+ * systemtap.base/utrace_p5.exp: Added 'process().thread.begin' and
+ 'process().thread.end' tests.
+ * systemtap.base/utrace_p5_multi.c: Added multi-threaded test
+ program for utrace_p5.exp.
+ * .gitignore: Updated.
+
+2008-06-10 Stan Cox <scox@redhat.com>
+
+ * systemtap.base/warnings.exp: Adjust for duplicate warning elimination.
+
+2008-06-10 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 6470.
+ * parseko/preprocess08.stp, ...08b.stp: Revised/new test.
+ * systemtap.base/cmd_parse.exp: Added some argv[] tests.
+
+2008-06-09 Stan Cox <scox@redhat.com>
+
+ * systemtap.base/stmt_rel.stp: New test.
+ * systemtap.base/stmt_rel.exp: Likewise.
+
+2008-06-06 David Smith <dsmith@redhat.com>
+
+ * systemtap.base/utrace_p4.exp: Updated for utrace probe changes.
+ * systemtap.base/utrace_p5.exp: Ditto.
+
+2008-06-03 Frank Ch. Eigler <fche@elastic.org>
+
+ * systemtap.context/backtrace.tcl: Tolerate "(inexact)" backtraces.
+
+2008-05-30 Wenji Huang <wenji.huang@oracle.com>
+
+ * systemtap.base/debugpath.exp: Add path for self-built kernel.
+
+2008-05-28 Josh Stone <joshua.i.stone@intel.com>
+
+ PR 6529
+ * systemtap.base/error_fn.*: New tests.
+
+2008-05-28 Mark Wielaard <mwielaard@redhat.com>
+
+ * testsuite/Makefile.am (clean-local): Correct redirect of stderr.
+ (installcheck): Don't depend on clean.
+
+2008-05-28 Mark Wielaard <mwielaard@redhat.com>
+
+ * lib/systemtap.exp (setup_systemtap_environment): Create user
+ based cache dir.
+ * systemtap.base/cache.exp: Likewise.
+ * Makefile.am (clean-local): Try to remove all .systemtap and
+ .cache_test dirs.
+
+2008-05-26 Frank Ch. Eigler <fche@elastic.org>
+
+ * testsuite/stmtvars.exp: Tweaked matching regexps, tested on
+ f7, rhel5.
+
+2008-05-24 Frank Ch. Eigler <fche@elastic.org>
+
+ * configure.ac (enable-dejazilla): Add option, default off.
+ * Makefile.am (*check): Send systemtap.sum to dejazilla if enabled$a
+ * execrc: New helper script for runtest rc overriding.
+ * configure, Makefile.in: Regenerated.
+
+2008-05-23 Frank Ch. Eigler <fche@elastic.org>
+
+ * buildok/{nfs,rpc}-all-probes.stp: Suppress warnings from empty probe
+ bodies.
+ * systemtap.pass1-4/buidok.exp: Mark above as kfail due to bug #4413.
+ While there, also mark the process_test kfail for #1155, though even
+ it fails only sporadically.
+
2008-05-21 Frank Ch. Eigler <fche@elastic.org>
PR 6538