Re: [cp-patches] FYI: Permission minor fix

2007-01-10 Thread Audrius Meskauskas
string = string.append('('); E... why do you assign here? This should have no effect, just string.append('('); would be easier to read. Audrius

Re: [cp-patches] FYI: Permission minor fix

2007-01-10 Thread Tania Bento
Hey, On Tue, 2007-01-09 at 18:01 -0800, David Daney wrote: Roman Kennke wrote: Hi, This fixes a minor bug in Permission's toString method. I also changed it to use a StringBuffer instead. Why not use StringBuilder? Seems slightly more efficient. /Roman Why

Re: [cp-patches] FYI: Permission minor fix

2007-01-10 Thread Tania Bento
Sorry... I attached the wrong file. This one actually shows what I am referring to when I write Test 1, Test 2, Test 3 and Test 4. On Wed, 2007-01-10 at 16:41 -0500, Tania Bento wrote: Hey, On Tue, 2007-01-09 at 18:01 -0800, David Daney wrote: Roman Kennke wrote: Hi, This

[cp-testresults] FAIL: ecj built with gcj (native) on Wed Jan 10 12:19:12 UTC 2007

2007-01-10 Thread cpdev
gcj: error trying to exec 'ecj1': execvp: No such file or directory ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: ecj built with gcj -C on Wed Jan 10 12:19:12 UTC 2007

2007-01-10 Thread cpdev
gcj: error trying to exec 'ecj1': execvp: No such file or directory ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: ecj built with ecj on jamvm on Wed Jan 10 12:19:13 UTC 2007

2007-01-10 Thread cpdev
java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/compiler/batch/Main No stacktrace available Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.internal.compiler.batch.Main not found in

[cp-testresults] FAIL: ecj built with native-ecj on Wed Jan 10 12:19:18 UTC 2007

2007-01-10 Thread cpdev
xargs: ../ecj-gcj-build/ecj: No such file or directory ___ Classpath-testresults mailing list Classpath-testresults@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-testresults

[cp-testresults] FAIL: regressions for mauve-jamvm on Wed Jan 10 13:50:15 UTC 2007

2007-01-10 Thread cpdev
Baseline from: Thu Dec 21 05:13:54 UTC 2006 Regressions: FAIL: gnu.java.security.jce.TestOfHttps FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPasswordFile FAIL: java.net.URLConnection.getHeaderFields FAIL: javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getFont

[cp-testresults] FAIL: regressions for mauve-jamvm on Thu Jan 11 06:22:50 UTC 2007

2007-01-10 Thread cpdev
Baseline from: Thu Dec 21 05:13:54 UTC 2006 Regressions: FAIL: gnu.java.security.jce.TestOfHttps FAIL: gnu.javax.crypto.sasl.srp.TestOfSRPPasswordFile FAIL: java.io.PipedReaderWriter.Test FAIL: java.net.URLConnection.getHeaderFields FAIL:

[cp-testresults] classpath daily snapshot 20070111 FAILED

2007-01-10 Thread Michael Koch
checking sys/select.h presence... yes checking for sys/select.h... yes checking crt_externs.h usability... no checking crt_externs.h presence... no checking for crt_externs.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/mman.h

[cp-testresults] FAIL: regressions for mauve-cacao on Thu Jan 11 06:51:47 UTC 2007

2007-01-10 Thread cpdev
Baseline from: Wed Jan 3 12:03:31 UTC 2007 Regressions: FAIL: java.awt.Scrollbar.ScrollbarPaintTest FAIL: javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.getFont Improvements: PASS: java.awt.Component.getFont PASS: java.awt.image.IndexColorModel.getAlpha PASS:

Re: awt without x server

2007-01-10 Thread Francis Kung
Hello Praveen, And the option -Djava.awt.headless=true works correctly in sun JRE but not with jamvm+classpath. The headless toolkit is a recent addition to Classpath and is still somewhat incomplete... I believe we currently ignore the awt.headless setting when the GTK toolkit is

Re: awt without x server

2007-01-10 Thread Mark Wielaard
On Wed, 2007-01-10 at 11:03 -0500, Francis Kung wrote: I've also heard that xvfb works quite well with Classpath (and uses the GTK toolkit, which is less buggy than headless). Yes, xvfb is used to run all mauve tests for example on builder.classpath.org (which doesn't have a display attached).

[Bug classpath/30359] SimpleDateFormat parse invalid Date syntax in exception

2007-01-10 Thread luctor at gmail dot com
--- Comment #1 from luctor at gmail dot com 2007-01-11 07:32 --- (In reply to comment #0) Looks like SimpleDateFormat.parse has issues in 0.93. Tested using IKVM 0.32 (using 0.93 classpath). Last worked in IKVM 0.30 (using 0.92 classpath). Expect its down to the whitespace fixes?