diff options
author | hunt <hunt> | 2007-10-17 12:58:41 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-10-17 12:58:41 +0000 |
commit | 5e00dea745463fb0deb474b3f2a0f9a27948984e (patch) | |
tree | 3fa5b23c6b2f5f0d10b017af41fec45946091535 /testsuite/systemtap.printf/bin3.exp | |
parent | 03b04c0d2f9adf117c7e3894244f135d66167461 (diff) | |
download | systemtap-steved-5e00dea745463fb0deb474b3f2a0f9a27948984e.tar.gz systemtap-steved-5e00dea745463fb0deb474b3f2a0f9a27948984e.tar.xz systemtap-steved-5e00dea745463fb0deb474b3f2a0f9a27948984e.zip |
2007-10-16 Martin Hunt <hunt@redhat.com>
PR 5000
* systemtap.printf/bin3.stp. Removed.
* systemtap.printf/bin3a.stp. Renamed bin3.stp.
* systemtap.printf/bin4.stp. Removed.
* systemtap.printf/bin4a.stp. Renamed bin4.stp.
* systemtap.printf/bin5.stp. Removed.
* systemtap.printf/bin5a.stp. Renamed bin5.stp.
* systemtap.printf/bin3.exp: Don't run bin3a.stp.
* systemtap.printf/bin4.exp: Don't run bin4a.stp.
* systemtap.printf/bin5.exp: Don't run bin5a.stp.
Increase reliability under loads.
* systemtap.samples/pfaults.exp: Increase MAXACTION.
* systemtap.context/backtrace.tcl: Handle just
a single userspace address.
Diffstat (limited to 'testsuite/systemtap.printf/bin3.exp')
-rw-r--r-- | testsuite/systemtap.printf/bin3.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/systemtap.printf/bin3.exp b/testsuite/systemtap.printf/bin3.exp index 18b0b4e4..b0d54c38 100644 --- a/testsuite/systemtap.printf/bin3.exp +++ b/testsuite/systemtap.printf/bin3.exp @@ -6,5 +6,3 @@ cd 20 63 3d 88 88 20 64 set test "bin3" stap_run_binary $srcdir/$subdir/$test.stp -set test "bin3a" -stap_run_binary $srcdir/$subdir/$test.stp |