This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: Testsuite run on ppc64
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