Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 79231 invoked from network); 19 Sep 2007 09:45:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2007 09:45:14 -0000 Received: (qmail 52806 invoked by uid 500); 19 Sep 2007 09:45:06 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 52785 invoked by uid 500); 19 Sep 2007 09:45:06 -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 52776 invoked by uid 99); 19 Sep 2007 09:45:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 02:45:06 -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; Wed, 19 Sep 2007 09:45:03 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E81F71418F for ; Wed, 19 Sep 2007 02:44:43 -0700 (PDT) Message-ID: <26434869.1190195083573.JavaMail.jira@brutus> Date: Wed, 19 Sep 2007 02:44:43 -0700 (PDT) From: "Ilya Berezhniuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (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:comment-tabpanel#action_12528710 ] Ilya Berezhniuk commented on HARMONY-4816: ------------------------------------------ This bug is not reproducible on M2 snapshot - antui suite has 0 failures. > [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.