[cp-patches] FYI: Fallback CairoSurface path

2007-02-21 Thread Francis Kung
Hi, This code extends the CairoSurface optimization I submitted a few days ago, adding fallback code for VMs that copy JNI arrays rather than pinning them. Also included is some cleanup, removing various un-used CairoSurface methods. Cheers, Francis 2007-02-21 Francis Kung [EMAIL

[cp-testresults] FAIL: regressions for mauve-gij on Wed Feb 21 11:25:49 UTC 2007

2007-02-21 Thread cpdev
Baseline from: Wed Feb 21 01:57:39 UTC 2007 Regressions: FAIL: java.net.InetAddress.InetAddressTest FAIL: java.net.InetAddress.getCanonicalHostName FAIL: java.net.InetSocketAddress.InetSocketAddressTest FAIL: java.net.Socket.SocketTest FAIL: java.net.SocketPermission.implies FAIL:

[cp-testresults] Japi diffs for classpath

2007-02-21 Thread Stuart Ballard
Japi diff jdk7 vs classpath: Full results: http://www.kaffe.org/~stuart/japi/htmlout/h-jdk7-classpath.html Changes since last run: -Comparison run at Tue Feb 20 11:54:15 2007 GMT -jdk7 API scanned at 2007/02/20 05:36:19 EST -classpath API scanned at 2007/02/20 06:31:39 EST +Comparison run at Wed

[cp-testresults] FAIL: regressions for mauve-jamvm on Wed Feb 21 19:19:27 UTC 2007

2007-02-21 Thread cpdev
Baseline from: Thu Dec 21 05:13:54 UTC 2006 Regressions: FAIL: gnu.java.security.jce.TestOfHttps FAIL: gnu.javax.crypto.jce.TestOfCipherOutputStream FAIL: java.awt.dnd.DragSource.CreateDragGestureRecognizerTest FAIL: java.io.PipedStream.Test FAIL: java.net.URLConnection.getHeaderFields FAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Wed Feb 21 19:50:38 UTC 2007

2007-02-21 Thread cpdev
Baseline from: Wed Feb 21 10:24:44 UTC 2007 Regressions: FAIL: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration FAIL: javax.net.ssl.SSLEngine.TestHandshake Totals: PASS: 2907 XPASS: 0 FAIL: 203 XFAIL: 0 ___ Classpath-testresults mailing list

[cp-testresults] FAIL: regressions for mauve-gij on Wed Feb 21 20:41:39 UTC 2007

2007-02-21 Thread cpdev
Baseline from: Wed Feb 21 01:57:39 UTC 2007 Regressions: FAIL: gnu.javax.crypto.jce.TestOfCipherEngineInit FAIL: java.net.ServerSocket.AcceptTimeout FAIL: javax.swing.event.InternalFrameEvent.constructor FAIL: javax.swing.text.html.HTMLDocument.FindById Totals: PASS: 2851 XPASS: 0 FAIL: 257

[cp-testresults] FAIL: regressions for mauve-jamvm on Thu Feb 22 04:48:12 UTC 2007

2007-02-21 Thread cpdev
Baseline from: Thu Dec 21 05:13:54 UTC 2006 Regressions: FAIL: gnu.java.security.jce.TestOfHttps FAIL: gnu.javax.crypto.jce.TestOfCipherOutputStream FAIL: java.awt.dnd.DragSource.CreateDragGestureRecognizerTest FAIL: java.net.URLConnection.getHeaderFields FAIL:

[cp-testresults] FAIL: regressions for mauve-cacao on Thu Feb 22 05:17:32 UTC 2007

2007-02-21 Thread cpdev
Baseline from: Wed Feb 21 10:24:44 UTC 2007 Regressions: FAIL: javax.net.ssl.SSLEngine.TestHandshake Totals: PASS: 2908 XPASS: 0 FAIL: 202 XFAIL: 0 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

Re: Bug in gnu/xml/dom/DomDocumentBuilderFactory.java?

2007-02-21 Thread Chris Burdess
Andrew Haley wrote: The problem: gcj+Classpath fails to work with Xerces2, but Sun's Java does work. The means that, on Fedora, Ant doesn't run with the latest Classpath. gnu/xml/dom/DomDocumentBuilderFactory.java.newDocumentBuilder() does this: setParameter(config,

Re: 10 years CACAO

2007-02-21 Thread Arnaud Vandyck
On 2/19/07, Christian Thalinger [EMAIL PROTECTED] wrote: [...] Happy birthday to us! And lets see what the next 10 years will bring... I don't know what it'll be as you already are so fast! :-D Happy Birthday ;-) -- Arnaud Vandyck

[Bug xml/30906] New: gnu.xml.dom is not compatible with Xerces2

2007-02-21 Thread aph at gcc dot gnu dot org
If you put Xerces' jaxp_parser_impl.jar in the classpath, DomDocumentBuilderFactory.java.newDocumentBuilder() exits with a ParserConfigurationException. This seems to be because gnu.xml.dom uses a configuration interface that is incompatible with Xerces2. -- Summary: gnu.xml.dom is

[Bug xml/30906] gnu.xml.dom is not compatible with Xerces2

2007-02-21 Thread dog at gnu dot org
-- dog at gnu dot org changed: What|Removed |Added AssignedTo|dog at bluezoo dot org |dog at gnu dot org Status|UNCONFIRMED |ASSIGNED

Fosdem Food Drinks

2007-02-21 Thread Mark Wielaard
Hi, We selected a few places to meet, eat and drink in Brussel during Fosdem (thanks to David Delabassee for calling the restaurants to see if they were open had room). The rough estimate currently is 30 people. To see if that is an good estimate please do add yourself to the wiki under

Build problem

2007-02-21 Thread Chris Burdess
I have a problem building Classpath HEAD: configured with: ../configure --with-ecj --prefix=/gnu --disable- plugin --disable-gtk-peer --disable-qt-peer --disable-gconf-peer -- enable-gjdoc platform: powerpc-apple-darwin8.8.0 make install results in: ... echo timestamp gjarsigner.1 (pod2man

Re: Jboss/Java1.5 on HPPA in linux

2007-02-21 Thread Paul Jenner
Hi all. I have been trying JBoss 4.0 under Classpath CVS HEAD again and it is still failing to start so I went back to look at Edwin's patches below. On Sat, 2006-10-14 at 13:05 +0200, Edwin Steiner wrote: I attach three patches which (on top of each other) make JBoss start without exceptions

[commit-cp] classpath gnu/java/awt/peer/gtk/CairoSurfaceGra...

2007-02-21 Thread Francis Kung
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Francis Kung fkung07/02/21 21:47:38 Modified files: gnu/java/awt/peer/gtk: CairoSurfaceGraphics.java CairoSurface.java CairoGraphics2D.java