Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 23389 invoked from network); 21 Sep 2007 11:45:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Sep 2007 11:45:21 -0000 Received: (qmail 88285 invoked by uid 500); 21 Sep 2007 11:45:11 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 88244 invoked by uid 500); 21 Sep 2007 11:45:11 -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 88234 invoked by uid 99); 21 Sep 2007 11:45:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2007 04:45:11 -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; Fri, 21 Sep 2007 11:45:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DA901714219 for ; Fri, 21 Sep 2007 04:44:50 -0700 (PDT) Message-ID: <33406312.1190375090878.JavaMail.jira@brutus> Date: Fri, 21 Sep 2007 04:44:50 -0700 (PDT) From: "Ilya Berezhniuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4816) [classlib][EUT] separateVM.SeparateVMTests.testLinks test from EUT 3.2 antui suite fails In-Reply-To: <28730635.1190161963520.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-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Berezhniuk updated HARMONY-4816: ------------------------------------- Comment: was deleted > [classlib][EUT] separateVM.SeparateVMTests.testLinks test from EUT 3.2 antui suite fails > ---------------------------------------------------------------------------------------- > > Key: HARMONY-4816 > URL: https://issues.apache.org/jira/browse/HARMONY-4816 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: Windows/ia32 > Reporter: Ilya Berezhniuk > > org.eclipse.ant.tests.ui.separateVM.SeparateVMTests.testLinks is failed with following message: > -------------------------- > Testcase: org.eclipse.ant.tests.ui.separateVM.SeparateVMTests.testLinks: > junit.framework.AssertionFailedError: No hyperlink found at offset 15 > at org.eclipse.ant.tests.ui.separateVM.SeparateVMTests.testLinks(SeparateVMTests.java:104) > at java.lang.reflect.VMReflection.invokeMethod(Native Method) > at org.eclipse.ant.tests.ui.AbstractAntUIBuildTest.access$0(AbstractAntUIBuildTest.java:1) > at org.eclipse.ant.tests.ui.AbstractAntUIBuildTest$1.run(AbstractAntUIBuildTest.java:44) > at java.lang.Thread.run(Unknown Source) > -------------------------- > I guess this bug can have the same primordial cause as in HARMONY-4789. > All these tests are trying to execute ANT script in separate VM process, so main cause may be an error in separate VM creation. > Log files containing this failure: > http://people.apache.org/~smishura/r575777/Windows_x86/eut/report.txt > http://people.apache.org/~smishura/r575777/Windows_x86/eut/output.txt > To reproduce this failure: > 1) use Harmony JDK from http://people.apache.org/builds/harmony/snapshots/r575777/apache-harmony-jdk-r575777-windows-x86-32-snapshot.zip > 2) Download http://mirrors.nsa.co.il/eclipse/eclipse/downloads/drops/R-3.2-200606291905/eclipse-Automated-Tests-3.2.zip > 3) To run with script or command line, use instructions in readme.html from eclipse-Automated-Tests-3.2.zip archive > 4) To run from Eclipse GUI follow the instruction in http://wiki.apache.org/harmony/Eclipse_Unit_Tests_Pass_on_DRLVM#How_to_run_EUT_individual -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.