Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 71130 invoked from network); 6 Aug 2007 07:56:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2007 07:56:20 -0000 Received: (qmail 41584 invoked by uid 500); 6 Aug 2007 07:56:20 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 41557 invoked by uid 500); 6 Aug 2007 07:56:20 -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 41546 invoked by uid 99); 6 Aug 2007 07:56:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2007 00:56:20 -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, 06 Aug 2007 07:56:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 36BD87141F3 for ; Mon, 6 Aug 2007 00:55:59 -0700 (PDT) Message-ID: <16171923.1186386959172.JavaMail.jira@brutus> Date: Mon, 6 Aug 2007 00:55:59 -0700 (PDT) From: "Pavel Pervov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4600) [drlvm][helpers][EUT] IncompatibleClassChangeError causes failure of 8 EUT3.2 tests from 'jdtuirefactoring' - regression In-Reply-To: <25678951.1186149413089.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-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Pervov updated HARMONY-4600: ---------------------------------- Attachment: H4600.patch Here is the patch to fix incorrect ICCE. > [drlvm][helpers][EUT] IncompatibleClassChangeError causes failure of 8 EUT3.2 tests from 'jdtuirefactoring' - regression > ------------------------------------------------------------------------------------------------------------------------ > > Key: HARMONY-4600 > URL: https://issues.apache.org/jira/browse/HARMONY-4600 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: any > Reporter: Vladimir Beliaev > Attachments: H4600.patch > > > I have just few information here - according to log from 'alerts@harmony.apache.org' for EUT3.2 on Windows (and Linux) set of tests from 'jdtuirefactoring' test suites failed on Harmony build r561336... > The stack trace is: > Testcase: org.eclipse.jdt.ui.tests.refactoring.RenamePackageTests.test0: > java.lang.IncompatibleClassChangeError: org/eclipse/core/internal/resources/Folder > at org.eclipse.jdt.ui.tests.refactoring.RenamePackageTests.helper2(RenamePackageTests.java:191) > at org.eclipse.jdt.ui.tests.refactoring.RenamePackageTests.test0(RenamePackageTests.java:684) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > .... skipped.... > To reproduce: > Run the mentioned test from Eclipse SDK, see the instrcution on: http://wiki.apache.org/harmony/Eclipse_Unit_Tests_Pass_on_DRLVM (chapter #2 and #4) > Thanks > Vladimir Beliaev -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.