Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-09 Thread Guilhem Lavaux
Hi Ito, Ito Kazumitsu wrote: From: Ito Kazumitsu <[EMAIL PROTECTED]> Date: Fri, 09 Dec 2005 13:31:58 +0900 (JST) So the question is whether the assumption that returned test array is consistently sorted is valid or not. If the assumption is valid, then ecj may be wrong. Otherwise we will hav

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-08 Thread Ito Kazumitsu
From: Ito Kazumitsu <[EMAIL PROTECTED]> Date: Fri, 09 Dec 2005 09:41:24 +0900 (JST) > I ran these tests by compiling with various compilers on various > VMs. The resuls are attached below. Seeing the results, I have > had an impression that > > (1) TestSerial* tests have something specific to

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-08 Thread Ito Kazumitsu
From: Ito Kazumitsu <[EMAIL PROTECTED]> Date: Fri, 09 Dec 2005 13:31:58 +0900 (JST) > So the question is whether the assumption that returned test array is > consistently sorted is valid or not. If the assumption is valid, > then ecj may be wrong. Otherwise we will have to modify the test > progr

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-08 Thread Ito Kazumitsu
From: Ito Kazumitsu <[EMAIL PROTECTED]> Date: Fri, 09 Dec 2005 12:50:15 +0900 (JST) > Since those test cases compiled with jikes, gcj and Sun's javac > almost all (but TestSerialPersistent compiled with Sun's javac) > pass, the problem seems to exist in ecj. The TestSerial* tests have this commen

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-08 Thread Ito Kazumitsu
Hi, From: pietro ferrari <[EMAIL PROTECTED]> Date: Fri, 9 Dec 2005 00:37:17 -0200 > On 12/8/05, Ito Kazumitsu <[EMAIL PROTECTED]> wrote: > > > I hope Guilhem's fix will work. > > it does, but the 3 serial tests still fail :( Since those test cases compiled with jikes, gcj and Sun's javac almos

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-08 Thread Ito Kazumitsu
Hi, From: pietro ferrari <[EMAIL PROTECTED]> Date: Fri, 9 Dec 2005 00:37:17 -0200 > On 12/8/05, Ito Kazumitsu <[EMAIL PROTECTED]> wrote: > > > I hope Guilhem's fix will work. > > it does, but the 3 serial tests still fail :( Since those test cases compiled with jikes, gcj and Sun's javac almos

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-08 Thread Ito Kazumitsu
From: Ito Kazumitsu <[EMAIL PROTECTED]> Date: Fri, 09 Dec 2005 09:41:24 +0900 (JST) > My test results follow. Sorry, I made mistakes while manually editing the test results. This time I used "join" to summarize the results: OK: Produces the expected output. NG: Does not Produces the expected o

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-08 Thread pietro ferrari
On 12/8/05, Ito Kazumitsu <[EMAIL PROTECTED]> wrote: > I hope Guilhem's fix will work. it does, but the 3 serial tests still fail :( pietro. ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-08 Thread Ito Kazumitsu
From: Kiyo Inaba <[EMAIL PROTECTED]> Date: Thu, 8 Dec 2005 13:54:21 +0900 (JST) > >Using the following poor man's ecj, > > > >$ cat bin/ecj > >#!/bin/sh > >exec /usr/local/kaffe/bin/kaffe \ > >-classpath $HOME/javalib/org.eclipse.jdt.core_3.1.1.jar \ > >org.eclipse.jdt.internal.com

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-08 Thread Ito Kazumitsu
Hi Wolfgang, > Would you mind to post the patch for your editing of these scripts? > This is the last remaining problem before we can switching the > debian kaffe package to ecj - currently we cannot run the regression checks. I hope Guilhem's fix will work. My manual editing was a dirty work in

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-08 Thread Ito Kazumitsu
From: Ito Kazumitsu <[EMAIL PROTECTED]> Date: Thu, 08 Dec 2005 11:26:03 +0900 (JST) > > 4 of 148 tests failed > Please report to kaffe@kaffe.org > > > Failed were > > FAIL: TestSerialVersions.java > FAIL: TestSerialPersistent.java

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-08 Thread Guilhem Lavaux
Hi Wolfgang, I'll check in a patch for that tonight... I have also noticed that ecj was causing some troubles to kaffe and I'll remedy to them a bit later. Regards, Guilhem. Wolfgang Baer wrote: > Hi Ito, > > Ito Kazumitsu wrote: > >> Using the following poor man's ecj, >> >> $ cat bin/ecj >>

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-08 Thread Wolfgang Baer
Hi Ito, Ito Kazumitsu wrote: Using the following poor man's ecj, $ cat bin/ecj #!/bin/sh exec /usr/local/kaffe/bin/kaffe \ -classpath $HOME/javalib/org.eclipse.jdt.core_3.1.1.jar \ org.eclipse.jdt.internal.compiler.batch.Main \ "$@" I could make kaffe from kaffe-snapsho

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-07 Thread Kiyo Inaba
Hi Kaz, >Using the following poor man's ecj, > >$ cat bin/ecj >#!/bin/sh >exec /usr/local/kaffe/bin/kaffe \ >-classpath $HOME/javalib/org.eclipse.jdt.core_3.1.1.jar \ >org.eclipse.jdt.internal.compiler.batch.Main \ >"$@" That's a good news! Could you please add something i

[kaffe] ecj-compiled kaffe fails in regression tests

2005-12-07 Thread Ito Kazumitsu
Using the following poor man's ecj, $ cat bin/ecj #!/bin/sh exec /usr/local/kaffe/bin/kaffe \ -classpath $HOME/javalib/org.eclipse.jdt.core_3.1.1.jar \ org.eclipse.jdt.internal.compiler.batch.Main \ "$@" I could make kaffe from kaffe-snapshot-20051206.tar.gz from http://pe