[cp-patches] [RFA] JDWP Null values

2007-02-27 Thread Kyle Galloway
Hi, This patch adds a wrapper for null objects for JDWP. In order to distinguish between valid(object id 0) and invalid(null pointer) null values, the NullObject class has been created to represent a case where null is a valid value. This patch also update the reference VMIdManager to

Re: [cp-patches] [RFA] JDWP Null values

2007-02-27 Thread Keith Seitz
Kyle Galloway wrote: ChangeLog 2007-02-27 Kyle Galloway [EMAIL PROTECTED] * gnu/classpath/jdwp/id/NullObjectId.java: New class. * gnu/classpath/jdwp/util/NullObject.java: New class. * vm/reference/gnu/classpath/jdwp/VMIdManager.java (getObjectId): Handle null object. (get):

[cp-testresults] FAIL: regressions for mauve-jamvm on Tue Feb 27 12:34:04 UTC 2007

2007-02-27 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-jamvm on Tue Feb 27 21:22:12 UTC 2007

2007-02-27 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-jamvm on Wed Feb 28 06:27:21 UTC 2007

2007-02-27 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 Wed Feb 28 07:00:57 UTC 2007

2007-02-27 Thread cpdev
Baseline from: Tue Feb 27 21:51:24 UTC 2007 Regressions: FAIL: java.awt.ColorClass.brighter Totals: PASS: 2910 XPASS: 0 FAIL: 201 XFAIL: 0 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

Re: Swing AWT demo troubles

2007-02-27 Thread Roman Kennke
Hi Robert, actually I wanted to test an XML patch on an application but while running an IzPack created installer with a Cacao+Classpath CVS HEAD I saw a lot of layout/drawing errors. Running the AWT demo resulted in: cacao -cp examples.zip gnu/classpath/examples/awt/Demo Exception in

Re: Swing AWT demo troubles

2007-02-27 Thread Robert Schuster
I filed 3 separate bugs for the issues I mentioned below. Regards Robert Roman Kennke schrieb: Hi Robert, actually I wanted to test an XML patch on an application but while running an IzPack created installer with a Cacao+Classpath CVS HEAD I saw a lot of layout/drawing errors. Running