IcedTea-Web 1.2 released!

Andreas Radke a.radke at arcor.de
Mon Mar 5 12:53:14 PST 2012


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;


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?

Thanks.
-Andy



More information about the distro-pkg-dev mailing list