Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 43960 invoked from network); 18 Apr 2008 08:44:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2008 08:44:37 -0000 Received: (qmail 74675 invoked by uid 500); 18 Apr 2008 08:44:36 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 74658 invoked by uid 500); 18 Apr 2008 08:44:36 -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 74358 invoked by uid 99); 18 Apr 2008 08:44:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 01:44:35 -0700 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; Fri, 18 Apr 2008 08:43:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A43EC234C0E8 for ; Fri, 18 Apr 2008 01:41:21 -0700 (PDT) Message-ID: <1353584325.1208508081669.JavaMail.jira@brutus> Date: Fri, 18 Apr 2008 01:41:21 -0700 (PDT) From: "Vladimir Beliaev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5747) [classlib][archive][EUT] r641928 caused regression in EUT/update suite In-Reply-To: <1225433411.1208363601712.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-5747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590333#action_12590333 ] Vladimir Beliaev commented on HARMONY-5747: ------------------------------------------- > An OSGi bundle's Manifest by definition must be a valid JAR Manifest This is resonable. > Is the manifest being generated dynamically during the test? I do not know. Still it may be not improtant because the manifest is invallid anyway (I agree with Alexey here), so these 2 tests are to be excluded. Thanks Vladimir Beliaev > [classlib][archive][EUT] r641928 caused regression in EUT/update suite > ---------------------------------------------------------------------- > > Key: HARMONY-5747 > URL: https://issues.apache.org/jira/browse/HARMONY-5747 > Project: Harmony > Issue Type: Bug > Components: build - test - ci > Environment: x86 (windows/Linux), release build > Reporter: Vladimir Beliaev > > I've finally detected what commit caused a failure of 2 tests from EUT3.3/update suite: > r641928, apply patch HARMONY-4569 ([classlib][performance] Ineffecient manifest parsing results in slowdown when debugging java code) > One can see the error stack at any fresh CC report like: > http://people.apache.org/~smishura/r647921/Linux_x86/eut33/report.txt > It looks like the infromative lines in it are: > org.eclipse.core.runtime.CoreException[0]: java.io.IOException: Missing version attribute: Manifest-Version > at java.util.jar.InitManifest.(InitManifest.java:50) > at java.util.jar.Manifest.read(Manifest.java:221) > at java.util.jar.Manifest.(Manifest.java:95) > > Hope this helps to understand the issue. In case the EUT/update must be run the instruction at http://wiki.apache.org/harmony/Eclipse_Unit_Tests can be used. Still if required I can copy to this JIRA the exact steps for reproduction. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.