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.samples | |
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.samples')
-rw-r--r-- | testsuite/systemtap.samples/pfaults.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.samples/profile.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.samples/pfaults.exp b/testsuite/systemtap.samples/pfaults.exp index 7675078c..2cab7c14 100644 --- a/testsuite/systemtap.samples/pfaults.exp +++ b/testsuite/systemtap.samples/pfaults.exp @@ -1,7 +1,7 @@ set test "pfaults" if {![installtest_p]} { untested $test; return } -spawn stap -g $srcdir/$subdir/pfaults.stp +spawn stap -DMAXACTION=10000 -g $srcdir/$subdir/pfaults.stp set pid $spawn_id set ok 0 expect { diff --git a/testsuite/systemtap.samples/profile.exp b/testsuite/systemtap.samples/profile.exp index 249a1589..9ca9da15 100644 --- a/testsuite/systemtap.samples/profile.exp +++ b/testsuite/systemtap.samples/profile.exp @@ -1,7 +1,7 @@ set test "profile" if {![installtest_p]} { untested $test; return } -spawn stap $srcdir/$subdir/profile.stp +spawn stap -DMAXMAPENTRIES=10000 $srcdir/$subdir/profile.stp set ok 0 expect { -timeout 360 |