[cp-testresults] FAIL: regressions for mauve-jamvm on Fri May 9 14:07:17 UTC 2008

2008-05-09 Thread cpdev
Baseline from: Mon Mar 10 21:16:45 UTC 2008 Regressions: FAIL: gnu.java.security.jce.TestOfHttps FAIL: java.io.Serializable.BreakMeTestSer FAIL: java.lang.Long.Tests15 FAIL: java.lang.Thread.sleep FAIL: java.text.ChoiceFormat.format FAIL: java.text.ChoiceFormat.parse FAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Fri May 9 14:31:50 UTC 2008

2008-05-09 Thread cpdev
Baseline from: Fri Mar 21 13:27:31 UTC 2008 Regressions: FAIL: gnu.java.security.util.TestOfIntegerUtil FAIL: java.awt.Graphics.TestPaintGraphics FAIL: java.lang.Long.Tests15 FAIL: java.net.HttpURLConnection.timeout FAIL: java.text.ChoiceFormat.format FAIL: java.text.ChoiceFormat.parse FAIL:

[cp-testresults] FAIL: regressions for mauve-gij on Fri May 9 16:49:54 UTC 2008

2008-05-09 Thread cpdev
Baseline from: Fri May 9 06:21:13 UTC 2008 Regressions: FAIL: javax.net.ssl.SSLEngine.TestHandshake Totals: PASS: 2898 XPASS: 0 FAIL: 251 XFAIL: 0 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

[cp-testresults] FAIL: regressions for mauve-kaffe on Fri May 9 18:15:29 UTC 2008

2008-05-09 Thread cpdev
Baseline from: Sun May 4 04:35:12 UTC 2008 Regressions: FAIL: java.text.ChoiceFormat.format FAIL: java.text.ChoiceFormat.parse FAIL: java.text.MessageFormat.format Improvements: PASS: gnu.javax.swing.text.html.parser.support.Parser.ParserEntityResolverTest Totals: PASS: 2921 XPASS: 0 FAIL: 208

[cp-testresults] FAIL: regressions for mauve-cacao on Sat May 10 00:52:25 UTC 2008

2008-05-09 Thread cpdev
Baseline from: Fri Mar 21 13:27:31 UTC 2008 Regressions: FAIL: gnu.java.security.util.TestOfIntegerUtil FAIL: java.lang.Long.Tests15 FAIL: java.net.HttpURLConnection.timeout FAIL: java.net.Socket.jdk14 FAIL: java.text.ChoiceFormat.format FAIL: java.text.ChoiceFormat.parse FAIL:

[cp-testresults] FAIL: regressions for mauve-kaffe on Sat May 10 04:31:53 UTC 2008

2008-05-09 Thread cpdev
Baseline from: Sun May 4 04:35:12 UTC 2008 Regressions: FAIL: java.text.ChoiceFormat.format FAIL: java.text.ChoiceFormat.parse FAIL: java.text.MessageFormat.format FAIL: javax.net.ssl.SSLEngine.TestHandshake Improvements: PASS:

Re: How to build Classpath without Classpath

2008-05-09 Thread Robert Schuster
Hi, I am maintaining the Java/Classpath stuff in OpenEmbedded and have implemented a self-hosting toolchain like this: jikes 1.21 - classpath 0.93 - cacao 0.98 or jamvm 1.5.0 - ecj-initial - classpath 0.9x (x = 5) - cacao 0.98+hg20071001 (or newer) - ecj(-bootstrap) ecj-initial is just ecj but

Re: How to build Classpath without Classpath

2008-05-09 Thread Andrew John Hughes
2008/5/9 Robert Schuster [EMAIL PROTECTED]: Hi, I am maintaining the Java/Classpath stuff in OpenEmbedded and have implemented a self-hosting toolchain like this: jikes 1.21 - classpath 0.93 - cacao 0.98 or jamvm 1.5.0 - ecj-initial - classpath 0.9x (x = 5) - cacao 0.98+hg20071001 (or

Re: SPEC jvm 2008 successes?

2008-05-09 Thread Andrew John Hughes
2008/5/9 Ian Rogers [EMAIL PROTECTED]: Hi, I was wondering what success people have had running SPEC jvm 2008 [1]. My experiences are here [2] and I'd like to get further. If anyone succeeds I'd be interested to know. Thanks, Ian [1] http://www.spec.org/jvm2008/ [2]

Trying to build classpath under AIX

2008-05-09 Thread Thorbjørn Ravn Andersen
Hi. I am trying to build jamvm+GNU Classpath under AIX 5.2 which unfortunately does only have Java 1.4, and I got stuck on building Classpath which requires Java 1.5 I tried playing around with the latest stable ecj.jar (and --disable-jni which I do not need) to get compilation going with

Re: Trying to build classpath under AIX

2008-05-09 Thread Robert Lougher
Hi, See the earlier posts about building Classpath without Classpath. I use jikes, a native Java compiler to build an earlier non-generics version of Classpath (you need to do this as jikes is not 1.5 compatible). I then use this with JamVM to run ecj. As ecj is 1.5 compatible, this can be

Re: How to build Classpath without Classpath

2008-05-09 Thread Gustavo Guillermo Perez
El Viernes, 9 de Mayo de 2008, escribió: Thanks Robert. Just to clarify, and as twisti implied, ecj-binary - gcj-4.3 - classpath 0.9x (x = 5) - cacao 0.98+hg20071001 (or newer) - ecj(-bootstrap) Yes very well, I having nightmares cause I can't have a binary build of gcc 4.3 or 4.4 without

Re: How to build Classpath without Classpath

2008-05-09 Thread Tom Tromey
Gustavo == Gustavo Guillermo Perez [EMAIL PROTECTED] writes: ecj-binary - gcj-4.3 - classpath 0.9x (x = 5) - cacao 0.98+hg20071001 (or newer) - ecj(-bootstrap) Gustavo Yes very well, I having nightmares cause I can't have a Gustavo binary build of gcc 4.3 or 4.4 without errors on uClibc, I

Re: How to build Classpath without Classpath

2008-05-09 Thread Mark Wielaard
Hi Tom, On Fri, 2008-05-09 at 11:46 -0600, Tom Tromey wrote: For instance, we could just have a glibj.zip download somewhere -- bootstrap problem solved. Looking for http://builder.classpath.org/dist/ ? README: These are development snapshots of current CVS sources and class

Re: How to build Classpath without Classpath

2008-05-09 Thread Gustavo Guillermo Perez
El Viernes, 9 de Mayo de 2008, escribió: Hi Tom, On Fri, 2008-05-09 at 11:46 -0600, Tom Tromey wrote: For instance, we could just have a glibj.zip download somewhere -- bootstrap problem solved. Hey I can do that, but what about rhe lib folder of gnu classpath libraries are not binary

Re: How to build Classpath without Classpath

2008-05-09 Thread Tom Tromey
Gustavo == Gustavo Guillermo Perez [EMAIL PROTECTED] writes: Gustavo Hey I can do that, but what about rhe lib folder of gnu classpath Gustavo libraries are not binary compatible from glibc to uClibc Yeah, the idea is to compile the class files only, then build the rest on the new platform.

Running AWT/SWING apps on embedded system

2008-05-09 Thread ffileppo
Hi all, I would like to run some sample AWT/SWING java code compiled with gcj on my embedded linux box (an arm-based board with a LCD screen). I'm quite confused about what graphical libraries are needed to fill the gap between AWT/SWING and the linux framebuffer device. I'd really

[commit-cp] classpath ChangeLog gnu/java/util/regex/RE.java...

2008-05-09 Thread Andrew John Hughes
CVSROOT:/sources/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 08/05/09 23:05:06 Modified files: . : ChangeLog gnu/java/util/regex: RE.java REMatchEnumeration.java RETokenLookBehind.java Log

[commit-cp] classpath ChangeLog vm/reference/gnu/java/lang/...

2008-05-09 Thread Andrew John Hughes
CVSROOT:/sources/classpath Module name:classpath Changes by: Andrew John Hughes gnu_andrew 08/05/09 23:30:42 Modified files: . : ChangeLog vm/reference/gnu/java/lang: VMCPStringBuilder.java vm/reference/gnu/java/lang/management: