This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Testsuite run on ppc64


William Cohen wrote:

Hien Nguyen wrote:

Frank Ch. Eigler wrote:

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



Bingo :-)


I just checked in changes based on Franks suggestions. For symbol.exp, syscall[1,2].exp. Those should provide better results.

-Will

Yes, all tests passed except for the kmodule test . Look under /usr/lib/debug/lib/modules/2.6.9-22.EL, and yes the ext3 debuginfo is there.

#find . -name "ext3*"
./kernel/fs/ext3
./kernel/fs/ext3/ext3.ko.debug



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]