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: Systemtap testsuite report for arm architecture (snapshot 20080405)


"Roberto Santos" <roberto.santos@openbossa.org> writes:

> Sorry for the long email content...

No problem.

> There are many tcl errors that we are working trying to fix them,
> Any comments are welcome!!!

Those pty-related dejagnu errors seem to preclude meaningful results.
I wonder if changing a few of the testsuite/*/*.exp files' lines that
say 
        wait
to
       catch { close }; wait
might make a difference.       


> # of expected passes        161
> # of unexpected failures    8
> # of untested testcases        18

(On the bright side, even 161 passes indicates that things are
generally working, and that probably it's just the test suite
framework that has problems on your machine.)


> ...
> Running /media/mmc2/systemtap-20080405/testsuite/systemtap.base/beginenderror.exp
> ...
> FAIL: beginenderror (timeout)
> FAIL: beginenderror (0 0 0)

The matching piece of the testsuite/systemtap.log file may help with this.


> Running /media/mmc2/systemtap-20080405/testsuite/systemtap.base/not.exp ...
> Running /media/mmc2/systemtap-20080405/testsuite/systemtap.base/onoffprobe.exp
> ...
> ERROR: tcl error sourcing
> /media/mmc2/systemtap-20080405/testsuite/systemtap.base/onoffprobe.exp.
> ERROR: couldn't write file "/proc/systemtap/onoffprobe/switch": no such file or directory

Is "/proc" available & mounted on your machine?


- FChE


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