[Mono-dev] iltest failures on sparc...

2010-03-16 Thread David Miller
Zoltan, I noticed you mentioned that some IL parser fixes for big endian for float constants got made recently. I'm still getting iltest.exe failures for testcase test_0_fcont_to_i It's the only basic test that fails on the current 2.6 branch on sparc for me, maybe it's related to that other IL

Re: [Mono-dev] iltest failures on sparc...

2010-03-16 Thread Zoltan Varga
Hi, I think this is due to a rounding problem on sparc in the OP_FCONV_TO_I implementation in mini-sparc.c. I can't debug this right now because our sparc buildbot seems to be down. Zoltan On Tue, Mar 16, 2010 at 8:07 AM, David Miller wrote: > > Zoltan, I noticed you

Re: [Mono-dev] iltest failures on sparc...

2010-03-16 Thread David Miller
From: Zoltan Varga Date: Tue, 16 Mar 2010 08:24:14 +0100 > I think this is due to a rounding problem on sparc > in the OP_FCONV_TO_I implementation in mini-sparc.c. For integer conversions, the Sparc FPU always rounds towards zero, no matter what is set in the floating point control register.

Re: [Mono-dev] iltest failures on sparc...

2010-03-16 Thread Zoltan Varga
Hi, I suspect, like powerpc, that this test should simply be disabled > on sparc. > Done in SVN HEAD and the mono 2.6 branch. Zoltan ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinf