Re: [build] anybody seeing MathTest failure?

2006-09-12 Thread Paulex Yang
Nathan Beyer wrote: -Original Message- From: Paulex Yang [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 10:11 PM To: harmony-dev@incubator.apache.org Subject: Re: [build] anybody seeing MathTest failure? Nathan Beyer wrote: For asserting NaN we should do something

RE: [build] anybody seeing MathTest failure?

2006-09-12 Thread Nathan Beyer
r 12, 2006 4:50 AM > > To: harmony-dev@incubator.apache.org > > Subject: Re: [build] anybody seeing MathTest failure? > > > > Mikhail Loenko wrote: > > > it works! thanks, Paulex > > Welcome, thanks a lot for Spark's tips:). > > > > However, I cons

RE: [build] anybody seeing MathTest failure?

2006-09-12 Thread Nathan Beyer
> -Original Message- > From: Paulex Yang [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 12, 2006 10:11 PM > To: harmony-dev@incubator.apache.org > Subject: Re: [build] anybody seeing MathTest failure? > > Nathan Beyer wrote: > > For asserting NaN we sh

Re: [build] anybody seeing MathTest failure?

2006-09-12 Thread Paulex Yang
code may return NaN, some_other_code may return NaN, delta); -Nathan -Original Message- From: Paulex Yang [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 4:50 AM To: harmony-dev@incubator.apache.org Subject: Re: [build] anybody seeing MathTest failure? Mikhail Loenko

RE: [build] anybody seeing MathTest failure?

2006-09-12 Thread Nathan Beyer
[build] anybody seeing MathTest failure? > > Mikhail Loenko wrote: > > it works! thanks, Paulex > Welcome, thanks a lot for Spark's tips:). > > However, I consider it as a JUnit's bug, because it's > assertEquals(String, double, double, double) method has

Re: [build] anybody seeing MathTest failure?

2006-09-12 Thread Paulex Yang
Mikhail Loenko wrote: it works! thanks, Paulex Welcome, thanks a lot for Spark's tips:). However, I consider it as a JUnit's bug, because it's assertEquals(String, double, double, double) method has special handling code for INFINITE but not for NaN[1], but seems it is intended behavior as t

Re: [build] anybody seeing MathTest failure?

2006-09-12 Thread Mikhail Loenko
it works! thanks, Paulex 2006/9/12, Paulex Yang <[EMAIL PROTECTED]>: Seems caused by r442438, I have recovered part of the update to make the test pass at revision r442527, please verify. Mikhail Loenko wrote: > I see this on both linux and windows. anybody else seeing it? > > Class org.apache.

Re: [build] anybody seeing MathTest failure?

2006-09-12 Thread Paulex Yang
Seems caused by r442438, I have recovered part of the update to make the test pass at revision r442527, please verify. Mikhail Loenko wrote: I see this on both linux and windows. anybody else seeing it? Class org.apache.harmony.luni.tests.java.lang.MathTest test_hypot_DD Failure Should return

Re: [build] anybody seeing MathTest failure?

2006-09-12 Thread Spark Shen
Mikhail Loenko 写道: I see this on both linux and windows. anybody else seeing it? Class org.apache.harmony.luni.tests.java.lang.MathTest test_hypot_DD Failure Should return NaN expected: but was: junit.framework.AssertionFailedError: Should return NaN expected: but was: at org.apache.harmony.lu

[build] anybody seeing MathTest failure?

2006-09-12 Thread Mikhail Loenko
I see this on both linux and windows. anybody else seeing it? Class org.apache.harmony.luni.tests.java.lang.MathTest test_hypot_DD Failure Should return NaN expected: but was: junit.framework.AssertionFailedError: Should return NaN expected: but was: at org.apache.harmony.luni.tests.java.lang.M