The pre-existing WriteAfterAbort passes for all plugins; WriteToSequenceAfterAbort passes for TIFF but fails for GIF and JPEG, which are the only other plugins which can write sequences. This could be a problem in the test itself but I did not investigate further.
I see also that I need to delete lines 204-206 of WriteToSequenceAfterAbort.java. Brian On Dec 7, 2015, at 6:29 PM, Phil Race <philip.r...@oracle.com> wrote: > I suppose this modified test must pass for all the plugins ? > >> http://cr.openjdk.java.net/~bpb/8144245/webrev.01/ >> >> Added WriteToSequenceAfterAbort test. >> Corrected TIFFImageWriter to pass both tests (needed to save and restore >> some extra state, mainly positions). >> Removed 8144245 from @bug in WriteAfterAbort as it is now present in >> WriteToSequenceAfterAbort.