summaryrefslogtreecommitdiffstats
path: root/testsuite/lib
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2008-09-11 15:24:05 -0500
committerDavid Smith <dsmith@redhat.com>2008-09-11 15:26:00 -0500
commitaed575d2380dcca0d8212d3dde9bb13f1302562a (patch)
treefcc124a62ade55cf3add3ca459fd88122a15054d /testsuite/lib
parent5249b0e41d82bf0ad175662637101cc925de7ba2 (diff)
downloadsystemtap-steved-aed575d2380dcca0d8212d3dde9bb13f1302562a.tar.gz
systemtap-steved-aed575d2380dcca0d8212d3dde9bb13f1302562a.tar.xz
systemtap-steved-aed575d2380dcca0d8212d3dde9bb13f1302562a.zip
Ignore new warning.
2008-09-11 David Smith <dsmith@redhat.com> * lib/stap_run.exp: Ignore new warning.
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}