From aed575d2380dcca0d8212d3dde9bb13f1302562a Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 11 Sep 2008 15:24:05 -0500 Subject: Ignore new warning. 2008-09-11 David Smith * lib/stap_run.exp: Ignore new warning. --- testsuite/ChangeLog | 4 ++++ testsuite/lib/stap_run.exp | 1 + 2 files changed, 5 insertions(+) (limited to 'testsuite') diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 59d8de5a..18f04bbf 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-09-11 David Smith + + * lib/stap_run.exp: Ignore new warning. + 2008-09-11 Frank Ch. Eigler PR 6871. 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} -- cgit