From commits-return-57174-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Thu Jan 22 10:20:23 2009 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 98683 invoked from network); 22 Jan 2009 10:20:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2009 10:20:23 -0000 Received: (qmail 98581 invoked by uid 500); 22 Jan 2009 10:20:23 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 98562 invoked by uid 500); 22 Jan 2009 10:20:23 -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 98553 invoked by uid 99); 22 Jan 2009 10:20:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2009 02:20:23 -0800 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; Thu, 22 Jan 2009 10:20:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9C508234C4A9 for ; Thu, 22 Jan 2009 02:19:59 -0800 (PST) Message-ID: <174437744.1232619599639.JavaMail.jira@brutus> Date: Thu, 22 Jan 2009 02:19:59 -0800 (PST) From: "Regis Xu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-6062) [buildtest][eut] Can not run Eut35 (Eclipse Unit Test) with Harmony In-Reply-To: <594230974.1230257684283.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-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Regis Xu updated HARMONY-6062: ------------------------------ Attachment: eut.vme.zip I have run the eut on Window XP SP3 with latest classlib and IBM vme, eut.vme.zip is the test report. I think it would be helpful to address bugs whether are from vm or classlib. known issues: 1. I can't run coreruntime test suite successfully, test report Could not find plugin "org.eclipse.core.tests.runtime" seems my configuration problems, will investigate later 2. org.eclipse.pde.ui.tests got 339 tests, 3 failures, while Chunrong's report show no test run 3. test hot test suite org.eclipse.jdt.core.tests.builder still has 161 failures and 1 error, and they are different in Chunrong's report. While the duplicate entry test could pass on IBM vme, so I think there are still problems in classlib. And I will try eut on linux later. BTW, I could only run test with only one target, for example: runtests.bat -properties ri.properties -os win32 -arch x86 -ws win32 osgi if I add more targets, like: runtests.bat -properties ri.properties -os win32 -arch x86 -ws win32 coreruntime osgi only one target could get html report, have anyone saw the similar problem? Or did I miss something? > [buildtest][eut] Can not run Eut35 (Eclipse Unit Test) with Harmony > ------------------------------------------------------------------- > > Key: HARMONY-6062 > URL: https://issues.apache.org/jira/browse/HARMONY-6062 > Project: Harmony > Issue Type: Bug > Components: build - test - ci > Affects Versions: 5.0M8 > Environment: Win32 > Reporter: chunrong lai > Attachments: eut.vme.zip, new-org.eclipse.jdt.text.tests.JdtTextTestSuite.log, org.eclipse.jdt.text.tests.JdtTextTestSuite.error.txt, result.html.zip > > > hi, Colleagues: > When I run Eclipse Unit Test 3.5 suite with Harmony I met some exceptions while RI runs fine here. I am not sure if others met this issue also. > I am attaching the output file. In my understanding Harmony has strict constrains for the jar files so I can see some error info like "!MESSAGE Missing Constraint: Bundle-RequiredExecutionEnvironment: JavaSE-1.6". > To reproduce this issue, one can do below steps to run selective test (here is jdttext): > (1) Unzip eclipse-Automated-Tests-3.5M3.zip in root directory of some drives, for example d:\. > (2) cd eclipse-testing, unzip eclipse-junit-tests-I20081030-1917.zip, unzip eclipse-SDK-3.5M3-win32.zip > (3) java -jar eclipse\plugins\org.eclipse.equinox.launcher_1.0.200.v20080825-1800.jar -application org.eclipse.test.uitestapplication -data workspace -dev bin formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,d:\eclipse-testing\eclipse\org.eclipse.jdt.text.tests.JdtTextTestSuite.xml -testPluginName org.eclipse.jdt.text.tests -className org.eclipse.jdt.text.tests.JdtTextTestSuite -os win32 -ws win32 -arch x86 > In my running RI is OK with above steps while Harmony is not. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.