Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 95681 invoked from network); 16 Apr 2007 11:51:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2007 11:51:38 -0000 Received: (qmail 32867 invoked by uid 500); 16 Apr 2007 11:51:44 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 32849 invoked by uid 500); 16 Apr 2007 11:51:44 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 32724 invoked by uid 99); 16 Apr 2007 11:51:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 04:51:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 04:51:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D51AA714075 for ; Mon, 16 Apr 2007 04:51:15 -0700 (PDT) Message-ID: <12734835.1176724275869.JavaMail.jira@brutus> Date: Mon, 16 Apr 2007 04:51:15 -0700 (PDT) From: "Andrey Pavlenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3570) [classlib][awt] Png decoder does not work on Linux x86_64 In-Reply-To: <22269161.1175673392625.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Pavlenko updated HARMONY-3570: ------------------------------------- Attachment: (was: HARMONY-3570.patch) > [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.