Testsuite run on ppc64
Frank Ch. Eigler
fche@redhat.com
Thu Nov 3 21:56:00 GMT 2005
wcohen wrote:
> [...] For ./systemtap.samples/symbols.exp it looks like it only
> matched one line. Maybe modify the ./systemtap.samples/symbols.exp
> like the following to find out which line it is matching on. It
> looks like the regular expression needs to be corrected. [...]
There may be a systemic error in the dejagnu regexps, where multiple
lines of output are generated by systemtap or the probe, and are
intended to be matched individually. The "-re "SOMETHING.*\r"
idiom may need to become something like "-re SOMETHING[^\r]*\r".
- FChE
More information about the Systemtap
mailing list