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]

test case bin3 failed in my x86_64 box


Hi,
Test cases bin3, bin4, bin5 failed in my x86_64/IA64 box, from the error message, it seems that it is word endian problem.


bibo,mao


FAIL: ./systemtap.printf/bin3.stp failed FAIL: ./systemtap.printf/bin4.stp failed FAIL: ./systemtap.printf/bin5.stp failed

[root@poweredgeA systemtap.printf]# runtest bin3.exp
WARNING: Couldn't find the global config file.
WARNING: No tool specified

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 ./bin3.exp ...
FAIL: .//bin3.stp failed
EXPECTED:
-----------------------
<00 12 00 34 ab cd 56 78
56 78 ab cd 88 88 cd ef
61 3d 56 78 20 62 3d ab
cd 20 63 3d 88 88 20 64
3d cd ef >
-----------------------


GOT:
-----------------------
<12 00 34 00 cd ab 78 56
78 56 cd ab 88 88 ef cd
61 3d 78 56 20 62 3d cd
ab 20 63 3d 88 88 20 64
3d ef cd               >
-----------------------


=== Summary ===


# of expected passes            1
# of unexpected failures        1


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