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]

Results of systemtap 20070519 snapshot on ppc64


Results of this week systemtap-snapshot(20070519) on ppc64 looks like below.                                                               
=============================================                                                                                              
Date: 200705230904
User: root
Kernel: Linux 2.6.22-rc2 #1 SMP Wed May 23 14:25:27 IST 2007 ppc64 ppc64 ppc64 GNU/Linux
                                                                                                                                           
Testsuite summary of failed tests                                                                                                          
FAIL: buildok/task_test.stp                   ==>      (PR 4500)                                                                           
FAIL: systemtap.samples/lket(semantic error)   ==>     (PR 4088)                                                                           
FAIL: system_func (0,1,1)                      ==>     (PR 4466)                                                                           
FAIL: 64-bit mmap                              ==>     (PR 4472)                                                                           
FAIL: 64-bit readwrite                                 (PR 4472)                                                                           
FAIL: 64-bit signal                                    (PR 4472)                                                                           
FAIL: 32-bit clock                                     (PR 4472)                                                                           
FAIL: 32-bit mmap                                      (PR 4472)                                                                           
FAIL: 32-bit readwrite                                 (PR 4472)                                                                           
FAIL: 32-bit signal                                    (PR 4472)                                                                           

		=== systemtap Summary ===

# of expected passes		338
# of unexpected failures	10
# of expected failures		130
# of unknown successes		2
# of known failures		5
# of untested testcases		7
# of unsupported tests		2
runtest completed at Wed May 23 16:45:40 2007

==========================================


However if the tests were run with a config such that ext3 is a builtin
CONFIG_EXT3_FS=y then  I see.
		=== systemtap Summary ===
# of expected passes            330
# of unexpected failures        16
# of expected failures          130
# of unknown successes          2
# of known failures             5
# of untested testcases         7
# of unsupported tests          2

The 6 additional failures in such a case are :

FAIL: systemtap.base/kmodule.stp compilation
FAIL: buildok/four.stp
FAIL: buildok/twentyfive.stp
FAIL: semok/twelve.stp
FAIL: 64-bit acct
FAIL: 32-bit acct

If these failing testcases were depending on CONFIG_EXT3_FS=m, then a check
for the config option and corresponding action of adding these tests to 
untested testcases may be better. 


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