summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorhunt <hunt>2007-09-25 16:37:00 +0000
committerhunt <hunt>2007-09-25 16:37:00 +0000
commit2fcfa2929fd33f846947f48a805c0ef1bd828d29 (patch)
tree26faa8ee8a1fcca89e08fd05218ee89a98530139 /testsuite
parent571b8b3a2954893096143e0c79176cd649fca524 (diff)
downloadsystemtap-steved-2fcfa2929fd33f846947f48a805c0ef1bd828d29.tar.gz
systemtap-steved-2fcfa2929fd33f846947f48a805c0ef1bd828d29.tar.xz
systemtap-steved-2fcfa2929fd33f846947f48a805c0ef1bd828d29.zip
2007-09-25 Martin Hunt <hunt@redhat.com>
* systemtap.context/backtrace.tcl: Handle single line timer.profile backtraces.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/ChangeLog5
-rw-r--r--testsuite/systemtap.context/backtrace.tcl4
2 files changed, 7 insertions, 2 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index dd2c9766..06efa796 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-25 Martin Hunt <hunt@redhat.com>
+
+ * systemtap.context/backtrace.tcl: Handle single line timer.profile
+ backtraces.
+
2007-09-25 David Smith <dsmith@redhat.com>
* systemtap.base/marker.exp: Improved regexp to work correctly on
diff --git a/testsuite/systemtap.context/backtrace.tcl b/testsuite/systemtap.context/backtrace.tcl
index 8d63604d..b632870b 100644
--- a/testsuite/systemtap.context/backtrace.tcl
+++ b/testsuite/systemtap.context/backtrace.tcl
@@ -94,7 +94,7 @@ expect {
incr m5
expect {
-timeout 5
- -re {^ 0x[a-f0-9]+ : [^\r\n]+\r\n 0x[a-f0-9]+ : [^\r\n]+\r\n} {
+ -re {^ 0x[a-f0-9]+ : [^\r\n]+\r\n} {
if {$m5 == 1} {incr m5}
}
}
@@ -104,7 +104,7 @@ expect {
incr m6
expect {
-timeout 5
- -re {.*---\r\n 0x[a-f0-9]+ : [^\r\n]+\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}
}
}