Bug#468334: Build log with failed test cases

2008-02-28 Thread Jan-Pascal van Best
Here's the parts of the build log that show which test cases fail with gcj-4.3[junit] Testsuite: org.apache.lucene.document.TestDateTools [junit] Tests run: 5, Failures: 1, Errors: 0, Time elapsed: 5.689 sec [junit] [junit] Testcase: testStringtoTime(org.apache.lucene.document.Tes

Bug#468334: gcj-4.3: fails running unit tests from Lucene package where Sun JDK works

2008-02-28 Thread Jan-Pascal van Best
Package: gcj-4.3 Version: 4.3-20080202-1 Severity: normal The Lucene package contains a large number of unit tests. All tests succeed when building using Sun JDK 5. When building using gcj-4.3 (with gcj-java-compat-dev from unstable), quite a few unit tests fail. Upon a suggestion by Michael Koch

Bug#433636: gij-4.1 broken, gij-4.2 OK

2007-08-08 Thread Jan-Pascal van Best
Hi, Sorry for the delay. When I compile with gcj 4.1 and then run with gij-4.1, I get the error. If I run the same class file with gij-4.2, everything's OK. It looks like the issue is (or was) in the classpath libs, in java/util/Calendar.java. The gcj4.2-src source package has some extra stateme

Bug#433636:

2007-07-18 Thread Jan-Pascal van Best
On Wed, July 18, 2007 14:04, Matthias Klose wrote: > Jan-Pascal van Best writes: >> Hi, >> >> I forgot to mention that this bug triggers a unit test failure in Lucene >> 2.2.0 (Debian package liblucene2-java), meaning the the Lucene package >> cannot be built

Bug#433636:

2007-07-18 Thread Jan-Pascal van Best
Hi, I forgot to mention that this bug triggers a unit test failure in Lucene 2.2.0 (Debian package liblucene2-java), meaning the the Lucene package cannot be built using gcj, and so cannot go into Debian main (it is build using the Sun toolchain now). Jan-Pascal

Bug#433636: gcj-4.1: java.util.Calendar.setTimeZone fails to set ZONE_OFFSET

2007-07-18 Thread Jan-Pascal van Best
Package: gcj-4.1 Version: 4.1.1-20 Severity: normal When running the following code from a CEST locale: Calendar cal = Calendar.getInstance(); System.out.println( "Calendar: " + cal.toString() ); cal.setTimeZone(TimeZone.getTimeZone("GMT")); cal.set(1970, 0, 1,// year=1970, mo