hi,
The followings are some difference between the test results of cases in
64-bit mode and in 32-bit mode on 64-bit frysk.
All tests are based on the cvs head(08-24).
On X86_64, the following cases fail in 32-bit mode but pass in 64-bit
mode on 64-bit frysk:
1)testGetAuxv(frysk.proc.TestProcGet)java.lang.RuntimeException: unknown
word size for auxv (1|32l|64l|32b|64b 10000)
at frysk.sys.proc.AuxvBuilder.construct(TestRunner)
2)testProcRefresh(frysk.proc.TestRefresh)junit.framework.AssertionFailedError: event loop run explictly stopped (assertSendDelCloneWaitForAcks (Sig_USR2))
at frysk.proc.TestLib.assertRunUntilStop(TestRunner)
3)testExecSyscall(frysk.proc.TestTaskSyscallObserver)junit.framework.AssertionFailedError: Caught exec syscall expected:<false> but was:<true>
at frysk.proc.TestTaskSyscallObserver.testExecSyscall(TestRunner)