summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base
diff options
context:
space:
mode:
authorfche <fche>2007-01-29 20:32:00 +0000
committerfche <fche>2007-01-29 20:32:00 +0000
commit9abec5383dd77c0e164f043da3523d6cf4bf992f (patch)
tree535d20f5b720d7b235021ba541f49fd54ec6074c /testsuite/systemtap.base
parent4c6d6df0e248aba4accec19d74bdbaaf2219a7a6 (diff)
downloadsystemtap-steved-9abec5383dd77c0e164f043da3523d6cf4bf992f.tar.gz
systemtap-steved-9abec5383dd77c0e164f043da3523d6cf4bf992f.tar.xz
systemtap-steved-9abec5383dd77c0e164f043da3523d6cf4bf992f.zip
2007-01-29 Frank Ch. Eigler <fche@elastic.org>
* main.cxx (main): For successful last_pass=4, print compiled module name. * cache.cxx (get_from_cache): Ditto. 2007-01-29 Frank Ch. Eigler <fche@elastic.org> * systemtap.base/cache.exp (stap_compile): Accept new -p4 output.
Diffstat (limited to 'testsuite/systemtap.base')
-rw-r--r--testsuite/systemtap.base/cache.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/cache.exp b/testsuite/systemtap.base/cache.exp
index af72fa63..04da509b 100644
--- a/testsuite/systemtap.base/cache.exp
+++ b/testsuite/systemtap.base/cache.exp
@@ -29,6 +29,8 @@ proc stap_compile { TEST_NAME flags script args } {
expect {
-re {^Pass\ [1234]:[^\r]*\ in\ .*\ ms.\r\n} {exp_continue}
-re {^Pass\ [34]: using cached [^\r\n]+\r\n} {incr cached 1; exp_continue}
+ # pass-4 output
+ -re {^/[^\r\n]+.ko\r\n} {exp_continue}
-re "compilation failed" {incr compile_errors 1; exp_continue}
-re "semantic error:" {incr compile_errors 1; exp_continue}
}