This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk 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]

the results of TestRunner on PPC64/FC5


I also run TestRunner in different frysk-* directory. I post the results 
here too.

[root@plinuxt2 frysk-sys]# ./TestRunner
Running testIA32(frysk.sys.proc.TestAuxv) ...PASS
Running testAMD64(frysk.sys.proc.TestAuxv) ...PASS
Running testIA64(frysk.sys.proc.TestAuxv) ...PASS
Running testPPC32(frysk.sys.proc.TestAuxv) ...PASS
Running testPPC64(frysk.sys.proc.TestAuxv) ...PASS
Running test(frysk.sys.proc.TestCmdLine) ...PASS
Running test_0(frysk.sys.proc.TestCmdLine) ...PASS
Running test_a0(frysk.sys.proc.TestCmdLine) ...PASS
Running test_0_0(frysk.sys.proc.TestCmdLine) ...PASS
Running test_a0_0(frysk.sys.proc.TestCmdLine) ...PASS
Running test_0_b0(frysk.sys.proc.TestCmdLine) ...PASS
Running test_a0_b0(frysk.sys.proc.TestCmdLine) ...PASS
Running test_a0_b0_c0(frysk.sys.proc.TestCmdLine) ...PASS
Running testIA32(frysk.sys.proc.TestMaps) ...PASS
Running testIA64(frysk.sys.proc.TestMaps) ...PASS
Running testAMD64(frysk.sys.proc.TestMaps) ...PASS
Running testPPC32(frysk.sys.proc.TestMaps) ...PASS
Running testPPC64(frysk.sys.proc.TestMaps) ...PASS
Running testFillEmpty(frysk.sys.TestSigSet) ...PASS
Running testAddRemove(frysk.sys.TestSigSet) ...PASS
Running testList(frysk.sys.TestSigSet) ...PASS
Running testProcMask(frysk.sys.TestSigSet) ...PASS

Time: 0.014

OK (22 tests)

[root@plinuxt2 frysk-imports]#  ./TestRunner
Running testGet(inua.eio.TestGet) ...PASS
Running testMmap(inua.eio.TestMmap) ...PASS
Running testPut(inua.eio.TestPut) ...PASS
Running testGetWord(inua.eio.TestWordSize) ...PASS
Running testRest(inua.eio.TestWordSize) ...PASS
Running testParamaterlessPool(inua.util.TestPool) ...PASS
Running testParameteredPool(inua.util.TestPool) ...PASS

Time: 0.048

OK (7 tests)

In directory frysk-core, there are four case failures: 

frysk.proc.TestI386Modify, 
frysk.proc.TestI386Regs, 
frysk.proc.TestSyscallOpen and 
frysk.proc.TestSyscallInterrupt

[root@plinuxt2 frysk-core]# ./TestRunner frysk.proc.TestSyscallInterrupt
Running testSyscallInterrupt(frysk.proc.TestSyscallInterrupt) ...ptrace: Input/output error
[root@plinuxt2 frysk-core]# ./TestRunner frysk.proc.TestSyscallOpen
Running testSyscallOpen(frysk.proc.TestSyscallOpen) ...ptrace: Input/output error
[root@plinuxt2 frysk-core]# ./TestRunner frysk.proc.TestI386Modify
Running testI386Modify(frysk.proc.TestI386Modify) ...ptrace: Input/output error
[root@plinuxt2 frysk-core]# ./TestRunner frysk.proc.TestI386Regs
Running testI386Regs(frysk.proc.TestI386Regs) ...ptrace: Input/output error

Didn't look into these failure yet.  Just post the problems here for 
recording.  If anyone could give me any hints, that will be much appreciated!  
:-)

All the other cases report PASS, with totally 91 tests:

[root@plinuxt2 frysk-core]#  ./TestRunner frysk.event.TestEventLoop 
frysk.event.TestSigChild frysk.proc.TestHostGet  frysk.proc.TestRefresh  
frysk.proc.TestTaskTerminateObserver frysk.proc.TestProcGet 
frysk.proc.TestTasksObserver frysk.proc.TestTaskObserverBlocked 
frysk.proc.TestTaskForkedObserver frysk.proc.TestSyscall 
frysk.proc.TestTaskClonedObserver frysk.proc.TestTaskObserverDetach  
frysk.proc.TestRun frysk.proc.TestTaskObserver frysk.proc.TestSyscall2  
frysk.proc.TestExec frysk.dom.TestDOM
Running testEventLoop(frysk.event.TestEventLoop) ...PASS
Running testPeriodicTimer(frysk.event.TestEventLoop) ...PASS
Running testTimerRemoval(frysk.event.TestEventLoop) ...PASS
Running testScheduleBeforeRun(frysk.event.TestEventLoop) ...PASS
Running testSignalHandler(frysk.event.TestEventLoop) ...PASS
Running testAsync(frysk.event.TestEventLoop) ...PASS
Running testAAA(frysk.event.TestSigChild) ...PASS
Running testBBB(frysk.event.TestSigChild) ...PASS
Running testGetSelf(frysk.proc.TestHostGet) ...PASS
Running testRepeatedHostRefresh(frysk.proc.TestRefresh) ...PASS
Running testHostRefresh(frysk.proc.TestRefresh) ...PASS
Running testProcRefresh(frysk.proc.TestRefresh) ...PASS
Running testRefreshAll(frysk.proc.TestRefresh) ...PASS
Running testParentChild(frysk.proc.TestRefresh) ...PASS
Running testRefreshDaemon(frysk.proc.TestRefresh) ...PASS
Running testExitLoosesChild(frysk.proc.TestRefresh) ...PASS
Running testRefreshZombie(frysk.proc.TestRefresh) ...PASS
Running testUnattachedSingleExec(frysk.proc.TestRefresh) ...PASS
Running testUnattachedMultipleExec(frysk.proc.TestRefresh) ...PASS
Running testTerminateExit0(frysk.proc.TestTaskTerminateObserver) ...PASS
Running testTerminateExit47(frysk.proc.TestTaskTerminateObserver) ...PASS
Running testTerminateKillINT(frysk.proc.TestTaskTerminateObserver) ...PASS
Running testTerminateKillKILL(frysk.proc.TestTaskTerminateObserver) 
...PASS
Running testTerminateKillHUP(frysk.proc.TestTaskTerminateObserver) ...PASS
Running testTerminatingExit0(frysk.proc.TestTaskTerminateObserver) ...PASS
Running testTerminatingExit47(frysk.proc.TestTaskTerminateObserver) 
...PASS
Running testTerminatingKillINT(frysk.proc.TestTaskTerminateObserver) 
...PASS
Running testTerminatingKillKILL(frysk.proc.TestTaskTerminateObserver) 
...PASS
Running testTerminatingKillHUP(frysk.proc.TestTaskTerminateObserver) 
...PASS
Running testTerminatedExit0(frysk.proc.TestTaskTerminateObserver) ...PASS
Running testTerminatedExit47(frysk.proc.TestTaskTerminateObserver) ...PASS
Running testTerminatedKillINT(frysk.proc.TestTaskTerminateObserver) 
...PASS
Running testTerminatedKillKILL(frysk.proc.TestTaskTerminateObserver) 
...PASS
Running testTerminatedKillHUP(frysk.proc.TestTaskTerminateObserver) 
...PASS
Running testGetAuxv(frysk.proc.TestProcGet) ...PASS
Running testGetCommand(frysk.proc.TestProcGet) ...PASS
Running testGetTasks(frysk.proc.TestProcGet) ...PASS
Running testGetChildren(frysk.proc.TestProcGet) ...PASS
Running testGetCmdLine(frysk.proc.TestProcGet) ...PASS
Running testGetExe(frysk.proc.TestProcGet) ...PASS
Running testTasksObserver(frysk.proc.TestTasksObserver) ...PASS
Running testGetBlockers(frysk.proc.TestTaskObserverBlocked) ...PASS
Running 
testBlockedCloneUnblockChildFirst(frysk.proc.TestTaskObserverBlocked) 
...PASS
Running 
testBlockedCloneUnblockParentFirst(frysk.proc.TestTaskObserverBlocked) 
...PASS
Running 
testBlockedForkUnblockChildFirst(frysk.proc.TestTaskObserverBlocked) 
...PASS
Running 
testBlockedForkUnblockParentFirst(frysk.proc.TestTaskObserverBlocked) 
...PASS
Running testBlockingFibonacciClone(frysk.proc.TestTaskObserverBlocked) 
...PASS
Running testBlockingFibonacciFork(frysk.proc.TestTaskObserverBlocked) 
...PASS
Running testUnblockRunning(frysk.proc.TestTaskObserverBlocked) ...PASS
Running testTaskForkedObserver(frysk.proc.TestTaskForkedObserver) ...PASS
Running testSyscall(frysk.proc.TestSyscall) ...PASS
Running testTaskCloneObserver(frysk.proc.TestTaskClonedObserver) ...PASS
Running testDetachFork(frysk.proc.TestTaskObserverDetach) ...<<XXX: 
pending signal USR1>>PASS
Running testDetachClone(frysk.proc.TestTaskObserverDetach) ...PASS
Running testDetachExec(frysk.proc.TestTaskObserverDetach) ...PASS
Running testDetachSignal(frysk.proc.TestTaskObserverDetach) ...PASS
Running testCreateAttachedContinuedProc(frysk.proc.TestRun) ...PASS
Running testCreateAttachedStoppedProc(frysk.proc.TestRun) ...PASS
Running testAddObserverToRunning(frysk.proc.TestTaskObserver) ...PASS
Running testAttachDetachMainTask(frysk.proc.TestTaskObserver) ...PASS
Running testAttachDetachOtherTask(frysk.proc.TestTaskObserver) ...PASS
Running testAttachDetachManyTasks(frysk.proc.TestTaskObserver) ...PASS
Running testDetachExitingMainTask(frysk.proc.TestTaskObserver) ...PASS
Running testDetachExitingOtherTask(frysk.proc.TestTaskObserver) ...PASS
Running testAttachDeadMainTask(frysk.proc.TestTaskObserver) ...PASS
Running testAttachDeadOtherTask(frysk.proc.TestTaskObserver) ...PASS
Running testAttachDieingMainTask(frysk.proc.TestTaskObserver) ...PASS
Running testAttachDieingOtherTask(frysk.proc.TestTaskObserver) ...PASS
Running testAttachToAttachedMainTask(frysk.proc.TestTaskObserver) ...PASS
Running testAttachToAttachedOtherTask(frysk.proc.TestTaskObserver) ...PASS
Running testBackToBackAttachAttachMainTask(frysk.proc.TestTaskObserver) 
...PASS
Running testBackToBackAttachAttachOtherTask(frysk.proc.TestTaskObserver) 
...PASS
Running testBackToBackAttachDetachMainTask(frysk.proc.TestTaskObserver) 
...PASS
Running testBackToBackAttachDetachOtherTask(frysk.proc.TestTaskObserver) 
...PASS
Running testDeletedAttachMainTask(frysk.proc.TestTaskObserver) ...PASS
Running testDeletedAttachOtherTask(frysk.proc.TestTaskObserver) ...PASS
Running testDeleteUnattachedFromAttachedMain(frysk.proc.TestTaskObserver) 
...PASS
Running testDeleteUnattachedFromDetachedMain(frysk.proc.TestTaskObserver) 
...PASS
Running 
testAttachDetachRapidlyCloningMainTask(frysk.proc.TestTaskObserver) 
...PASS
Running testSyscall2(frysk.proc.TestSyscall2) ...PASS
Running testProcExec(frysk.proc.TestExec) ...PASS
Running testTaskExec(frysk.proc.TestExec) ...PASS
Running testAttachedSingleExec(frysk.proc.TestExec) ...PASS
Running testAttachedMultipleParentExec(frysk.proc.TestExec) ...PASS
Running testAttachedMultipleChildExec(frysk.proc.TestExec) ...PASS
Running testDOMFrysk(frysk.dom.TestDOM) ...PASS
Running testDOMImage(frysk.dom.TestDOM) ...PASS
Running testDOMFunction(frysk.dom.TestDOM) ...PASS
Running testDOMsource(frysk.dom.TestDOM) ...PASS
Running testDOMLine(frysk.dom.TestDOM) ...PASS
Running testDOMInlineInstance(frysk.dom.TestDOM) ...PASS

Time: 9.945

OK (91 tests)


Regards
- Wu Zhou


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