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]

Testsuite run on ppc64


Here's the testsuite result for ppc64. There are 4 failed tests listed below and my comments:

1)  FAIL: ./systemtap.base/kmodule.stp compilation  -
probably because the test could not find stap_run

2) Running ./systemtap.samples/symbols.exp ...
FAIL: symbols (1)

If I run the "stap symbols", I could count 11 line, looks like the test looks for 11 count but some how it still failed
# stap symbols.stp
0x0
0x80000000
0xc0000000
0xe0000000
0xf0000000
0xffffffff
0xffffffff00000000 : .xfrm6_state_fini+0x2ffffffeffc7a65c/0x0 [ipv6]
0xffffffff80000000 : .xfrm6_state_fini+0x2fffffff7fc7a65c/0x0 [ipv6]
0xffffffff80120000 : .xfrm6_state_fini+0x2fffffff7fd9a65c/0x0 [ipv6]
0xffffffff88000000 : .xfrm6_state_fini+0x2fffffff87c7a65c/0x0 [ipv6]
0xffffffffffffffff : .xfrm6_state_fini+0x2fffffffffc7a65b/0x0 [ipv6]


3) Running ./systemtap.samples/syscalls1.exp ...
FAIL: syscalls-count (24)

The test looks for 250-300 system calls, but I run the below and it seems to give the correct value
# stap -p2 syscalls.stp | wc -l
290



4) Running ./systemtap.samples/syscalls2.exp ... FAIL: syscalls-run (4)

The looks for 100-150 count, run the below and it seems to give the correct value.
# stap syscalls.stp | wc -l
101



------ Test suite result starts here -----


Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./systemtap/systemtap-run.exp ...
Running ./systemtap.base/add.exp ...
Running ./systemtap.base/and.exp ...
Running ./systemtap.base/dec.exp ...
Running ./systemtap.base/div.exp ...
Running ./systemtap.base/div0.exp ...
Running ./systemtap.base/equal.exp ...
Running ./systemtap.base/finloop2.exp ...
Running ./systemtap.base/gt.exp ...
Running ./systemtap.base/gte.exp ...
Running ./systemtap.base/if.exp ...
Running ./systemtap.base/inc.exp ...
Running ./systemtap.base/kfunct.exp ...
Running ./systemtap.base/kmodule.exp ...
FAIL: ./systemtap.base/kmodule.stp compilation
Running ./systemtap.base/logical_and.exp ...
Running ./systemtap.base/logical_not.exp ...
Running ./systemtap.base/logical_or.exp ...
Running ./systemtap.base/lshift.exp ...
Running ./systemtap.base/lt.exp ...
Running ./systemtap.base/lte.exp ...
Running ./systemtap.base/mod.exp ...
Running ./systemtap.base/mult.exp ...
Running ./systemtap.base/ne.exp ...
Running ./systemtap.base/neg.exp ...
Running ./systemtap.base/not.exp ...
Running ./systemtap.base/or.exp ...
Running ./systemtap.base/rshift.exp ...
Running ./systemtap.base/simple.exp ...
Running ./systemtap.base/subtract.exp ...
Running ./systemtap.base/tri.exp ...
Running ./systemtap.base/xor.exp ...
Running ./systemtap.samples/arith.exp ...
Running ./systemtap.samples/arith_limits.exp ...
Running ./systemtap.samples/control_limits.exp ...
Running ./systemtap.samples/pfaults.exp ...
Running ./systemtap.samples/primes.exp ...
Running ./systemtap.samples/profile.exp ...
Running ./systemtap.samples/symbols.exp ...
FAIL: symbols (1)
Running ./systemtap.samples/syscalls1.exp ...
FAIL: syscalls-count (24)
Running ./systemtap.samples/syscalls2.exp ...
FAIL: syscalls-run (4)
Running ./systemtap.samples/sysopen.exp ...
Running ./systemtap.samples/transport.exp ...


=== Summary ===

# of expected passes            101
# of unexpected failures        4


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