IcedTea-Web 1.2 released!

Deepak Bhole dbhole at redhat.com
Mon Mar 5 13:10:23 PST 2012


* 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?
 
> 
> 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