summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.context/backtrace.tcl
diff options
context:
space:
mode:
authorhunt <hunt>2007-10-17 12:58:41 +0000
committerhunt <hunt>2007-10-17 12:58:41 +0000
commit5e00dea745463fb0deb474b3f2a0f9a27948984e (patch)
tree3fa5b23c6b2f5f0d10b017af41fec45946091535 /testsuite/systemtap.context/backtrace.tcl
parent03b04c0d2f9adf117c7e3894244f135d66167461 (diff)
downloadsystemtap-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.context/backtrace.tcl')
-rw-r--r--testsuite/systemtap.context/backtrace.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/systemtap.context/backtrace.tcl b/testsuite/systemtap.context/backtrace.tcl
index b632870b..e35832ee 100644
--- a/testsuite/systemtap.context/backtrace.tcl
+++ b/testsuite/systemtap.context/backtrace.tcl
@@ -94,17 +94,17 @@ expect {
incr m5
expect {
-timeout 5
- -re {^ 0x[a-f0-9]+ : [^\r\n]+\r\n} {
+ -re {^ 0x[a-f0-9]+[^\r\n]+\r\n} {
if {$m5 == 1} {incr m5}
}
}
exp_continue
}
- -re {.*---\r\nthe profile stack is 0x[a-f0-9]+ [^\r\n]+\r\n} {
+ -re {.*---\r\nthe profile stack is 0x[a-f0-9]+[^\r\n]+\r\n} {
incr m6
expect {
-timeout 5
- -re {.*---\r\n 0x[a-f0-9]+ : [^\r\n]+\r\n} {
+ -re {.*---\r\n 0x[a-f0-9]+[^\r\n]+\r\n} {
if {$m6 == 1} {incr m6}
}
}