You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Nathan Beyer (JIRA)" <ji...@apache.org> on 2007/04/15 06:25:15 UTC

[jira] Reopened: (HARMONY-3570) [classlib][awt] Png decoder does not work on Linux x86_64

     [ https://issues.apache.org/jira/browse/HARMONY-3570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Beyer reopened HARMONY-3570:
-----------------------------------


I reverted the changes that were made for this issue, as it breaks the windows builds.

> [classlib][awt] Png decoder does not work on Linux x86_64
> ---------------------------------------------------------
>
>                 Key: HARMONY-3570
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3570
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrey Pavlenko
>         Assigned To: Alexei Zakharov
>         Attachments: HARMONY-3570.patch
>
>
> The test attached to HARMONY-1954 fails on Linux x86_64 with png images.
> Test output:
> Fjava.lang.RuntimeException: Invalid image width
>         at org.apache.harmony.awt.gl.image.PngDecoder.decode(PngDecoder.java)
>         at org.apache.harmony.awt.gl.image.PngDecoder.decodeImage(PngDecoder.java:110)
>         at org.apache.harmony.awt.gl.image.DecodingImageSource.load(DecodingImageSource.java:252)
>         at org.apache.harmony.awt.gl.image.ImageLoader.run(ImageLoader.java:154)
> java.lang.RuntimeException: Invalid image width
>         at org.apache.harmony.awt.gl.image.PngDecoder.decode(PngDecoder.java)
>         at org.apache.harmony.awt.gl.image.PngDecoder.decodeImage(PngDecoder.java:110)
>         at org.apache.harmony.awt.gl.image.DecodingImageSource.load(DecodingImageSource.java:252)
>         at org.apache.harmony.awt.gl.image.ImageLoader.run(ImageLoader.java:154)
> Time: 8.183
> There was 1 failure:
> 1) png(ImageDecoderTest)junit.framework.AssertionFailedError: expected:<320> but was:<-1>
>         at ImageDecoderTest.decodeImage(ImageDecoderTest.java:57)
>         at ImageDecoderTest.testDecodeImage(ImageDecoderTest.java:43)
>         at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.