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] |
Yong Zheng wrote: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)
on ppc64, testGetAuxv fails in 32-bit testcase because there are three AT_NULL at the end of aux vectors, which might be actually ok (because I don't see any nagative impact it can bring up). I don't know what is the situation in x86_64.
/** * Check that an AUXV taken from a 32-bit PowerPC program running * on a 64-bit PowerPC machine (PPC970, altivec supported) can be * parsed. */
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |