This is the mail archive of the mauve-patches@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: LookupOp tests


One other wrinkle that I forgot to mention (sorry for the extra email!)
is that one of the tests,
gnu/testlet/java/awt/image/LookupOp/filterRaster, outright crashes Sun's
VM.  I've coded in a check such that the test doesn't run on Sun, but
will run when testing Classpath; I don't know how else to handle this,
but I'm open to suggestions if there's something better.

Cheers,
Francis


On Tue, 2006-09-05 at 12:04 -0400, Francis Kung wrote:
> Sorry, forgot the changelog... committed as:
> 
> 2006-09-05  Francis Kung  <fkung@redhat.com>
> 
> 	* gnu/testlet/java/awt/image/ByteLookupTable/lookupPixel.java
> 	(test): Test for failures.
> 	(testFailure): Test out of bounds failures.
> 	* gnu/testlet/java/awt/image/LookupOp/createCompatibleDestImage.java: 
> 	New test.
> 	* gnu/testlet/java/awt/image/LookupOp/createCompatibleDestRaster.java
> 	(test): Check additional properties.
> 	* gnu/testlet/java/awt/image/LookupOp/filterImage.java:
> 	New test.
> 	* gnu/testlet/java/awt/image/LookupOp/filterRaster.java:
> 	New test.
> 	* gnu/testlet/java/awt/image/ShortLookupTable/lookupPixel.java
> 	(test): Test for failures.
> 	(testFailure): Test out of bounds failures.
> 
> On Tue, 2006-09-05 at 11:57 -0400, Francis Kung wrote:
> > Hi,
> > 
> > This patch (committed) adds a number of tests for the LookupOp and
> > *LookupTable classes.
> > 
> > Some tests are currently commented out, as there's a nitty-gritty type
> > of incompatibility between Sun's implementation and Classpath and I
> > don't know if it's something we'll fix (storing alpha info as band #3
> > instead of #4 for ARGB)... I'm going to bring it up on the Classpath
> > patches list.
> > 
> > Cheers,
> > Francis
> > 
> > 
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]