IcedTea-Web 1.2 released!
Jiri Vanek
jvanek at redhat.com
Tue Mar 6 00:18:26 PST 2012
On 03/05/2012 10:10 PM, Deepak Bhole wrote:
> * Andreas Radke<a.radke at arcor.de> [2012-03-05 15:53]:
>> Preparing packages for ArchLinux I run into this test issue with
>> OpenJDK6:
>>
>> Passed: weekdayRange(TUE)
>> Passed: weekdayRange(SUN)
>> FAILED: isDateInRange(Mon Jan 31 2011 03:33:33 GMT-0000 (GMT), 31, JAN, 1, JAN)
>> Expected 'true' but got 'false'
>> FAILED: isDateInRange(Mon Jan 31 2011 03:33:33 GMT-0000 (GMT), 30, JAN, 1, JAN)
>> Expected 'true' but got 'false'
>> FAILED: isDateInRange(Mon Jan 31 2011 03:33:33 GMT-0000 (GMT), 30, JAN, 111, 1, JAN, 111)
>> Expected 'true' but got 'false'
>> FAILED: isDateInRange(Mon Jan 31 2011 03:33:33 GMT-0000 (GMT), 1, JAN, 111, 1, FEB, 112)
>> Expected 'false' but got 'true'
>> ...
>> FAILED: isDateInRange(Thu Dec 01 2011 01:11:11 GMT-0000 (GMT), 31, DEC, 111, 2, DEC, 111)
>> Expected 'true' but got 'false'
>> Test results: passed: 220; failed: 64;
>>
>
> The tests are still under development afaik and I haven't seen any flags
> raised by Jiri who wrote them initially despite the failures (I see them
> too) -- adding Jiri to cc. Jiri, can you please comment?
This is known issue. There are tests which are always falling during change of month. In last day of month some of them fails, in first day of month some of them fails, and some fails in both of those days.
I believe it is error in tests themselves, rather then in code. There is several tests testing just this dates (so they are still failing). From the times in tests 3:33:333 and 1:11:11 I guess those are exactly the tests written for breaking of months, so they SHOULD fail.
Enough?
Best regards to Arch
J.
>
>>
>> Any idea?
>>
>> With Java 7 used I get this configure error:
>>
>> checking if sun.awt.X11.XEmbeddedFrame is available... no
>> configure: error: sun.awt.X11.XEmbeddedFrame not found.
>> ==> ERROR: A failure occurred in build().
>>
>> What am I missing in our OpenJDK7 build?
>>
>
> Are you building against IcedTea forest based OpenJDK or upstream
> OpenJDK?
>
> If latter, you need this patch:
> http://icedtea.classpath.org/hg/icedtea7-forest/jdk/rev/e7fc51780596
>
> Cheers,
> Deepak
More information about the distro-pkg-dev
mailing list