Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 67792 invoked from network); 25 Jan 2010 11:03:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2010 11:03:59 -0000 Received: (qmail 76386 invoked by uid 500); 25 Jan 2010 11:03:59 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 76328 invoked by uid 500); 25 Jan 2010 11:03:58 -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 76319 invoked by uid 99); 25 Jan 2010 11:03:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 11:03:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 11:03:56 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2C4DC234C1F1 for ; Mon, 25 Jan 2010 03:03:35 -0800 (PST) Message-ID: <2119824580.9361264417415179.JavaMail.jira@brutus.apache.org> Date: Mon, 25 Jan 2010 11:03:35 +0000 (UTC) From: "Oliver Deakin (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6392) [classlib][swing] Test failures in javax.swing.text.html.HTMLDocument_Reader_ActionsTest In-Reply-To: <655176759.1259237139553.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804502#action_12804502 ] Oliver Deakin commented on HARMONY-6392: ---------------------------------------- This issue has been fixed in java5 M12, but still persists in the java6 branch. > [classlib][swing] Test failures in javax.swing.text.html.HTMLDocument_Reader_ActionsTest > ---------------------------------------------------------------------------------------- > > Key: HARMONY-6392 > URL: https://issues.apache.org/jira/browse/HARMONY-6392 > Project: Harmony > Issue Type: Bug > Components: Classlib > Affects Versions: 6.0M1, 5.0M12 > Environment: Windows x86 > Reporter: Oliver Deakin > Fix For: 5.0M12 > > > I see 1 failure and 1 error. > javax.swing.text.html.HTMLDocument_Reader_ActionsTest.testHarmony_4582 fails with output: > N/A > java.lang.NullPointerException > at javax.swing.text.html.HTMLDocument_Reader_ActionsTest.testHarmony_4582(HTMLDocument_Reader_ActionsTest.java:584) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:116) > at javax.swing.BasicSwingTestCase.runBareImpl(BasicSwingTestCase.java:121) > at javax.swing.BasicSwingTestCase$1.run(BasicSwingTestCase.java:135) > at java.lang.Thread.run(Thread.java:669) > javax.swing.text.html.HTMLDocument_Reader_ActionsTest.testHarmony_4615 fails with output: > null expected:<[line4 line4]> but was:<[ line4 line]> > junit.framework.ComparisonFailure: null expected:<[line4 line4]> but was:<[line4 line]> > at javax.swing.text.html.HTMLDocument_Reader_ActionsTest.testHarmony_4615(HTMLDocument_Reader_ActionsTest.java:601) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:116) > at javax.swing.BasicSwingTestCase.runBareImpl(BasicSwingTestCase.java:121) > at javax.swing.BasicSwingTestCase$1.run(BasicSwingTestCase.java:135) > at java.lang.Thread.run(Thread.java:669) > These tests pass for me against M11. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.