summaryrefslogtreecommitdiffstats
path: root/testsuite/lib
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2008-09-12 11:26:06 -0400
committerDave Brolley <brolley@redhat.com>2008-09-12 11:26:06 -0400
commit87fa559f6de5e781f3ba2fe150d7421fb7d75efa (patch)
tree5d4218da9b0f949954a1e0ce320b17d131a369fd /testsuite/lib
parent2c92c3026644f70f2628949a5cc0f94506a46ff5 (diff)
parent3438f38f647db43bfc06b12930b7dfc14af7d67d (diff)
downloadsystemtap-steved-87fa559f6de5e781f3ba2fe150d7421fb7d75efa.tar.gz
systemtap-steved-87fa559f6de5e781f3ba2fe150d7421fb7d75efa.tar.xz
systemtap-steved-87fa559f6de5e781f3ba2fe150d7421fb7d75efa.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Conflicts: ChangeLog
Diffstat (limited to 'testsuite/lib')
-rw-r--r--testsuite/lib/stap_run.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/lib/stap_run.exp b/testsuite/lib/stap_run.exp
index c0027e95..a4beaa12 100644
--- a/testsuite/lib/stap_run.exp
+++ b/testsuite/lib/stap_run.exp
@@ -34,6 +34,7 @@ proc stap_run { TEST_NAME {LOAD_GEN_FUNCTION ""} {OUTPUT_CHECK_STRING ""} args }
expect {
-timeout 180
-re {^WARNING: cannot find module [^\r]*DWARF[^\r]*\r\n} {exp_continue}
+ -re {^WARNING: No unwind data for /.+\r\n} {exp_continue}
-re {^Pass\ ([1234]):[^\r]*\ in\ ([0-9]+)usr/([0-9]+)sys/([0-9]+)real\ ms\.\r\n}
{set pass$expect_out(1,string) "\t$expect_out(2,string)\t$expect_out(3,string)\t$expect_out(4,string)"; exp_continue}
-re {^Pass\ ([34]): using cached [^\r]+\r\n}