Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 80266 invoked from network); 10 May 2007 07:40:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 May 2007 07:40:36 -0000 Received: (qmail 69277 invoked by uid 500); 10 May 2007 07:40:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 69175 invoked by uid 500); 10 May 2007 07:40:43 -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 69166 invoked by uid 99); 10 May 2007 07:40:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2007 00:40:42 -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; Thu, 10 May 2007 00:40:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 885DD714062 for ; Thu, 10 May 2007 00:40:15 -0700 (PDT) Message-ID: <15659768.1178782815556.JavaMail.jira@brutus> Date: Thu, 10 May 2007 00:40:15 -0700 (PDT) From: "George Timoshenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3343) [drlvm][EUT] 2 tests fail in org.eclipse.core.tests.runtime suit In-Reply-To: <30927037.1173440424252.JavaMail.root@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-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494655 ] George Timoshenko commented on HARMONY-3343: -------------------------------------------- some more results: OPT JET INT Jrockit J9 + DRL Classlib test1OutputOnReadOnly PASS PASS FAIL FAIL PASS test2Resolution PASS PASS FAIL FAIL PASS testContentDescription FAIL FAIL FAIL PASS FAIL testRootElementAndDTDDescriber FAIL FAIL FAIL PASS FAIL testLockRequestDisappearence PASS PASS FAIL PASS PASS > [drlvm][EUT] 2 tests fail in org.eclipse.core.tests.runtime suit > ---------------------------------------------------------------- > > Key: HARMONY-3343 > URL: https://issues.apache.org/jira/browse/HARMONY-3343 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Aleksey Ignatenko > > 2 tests fail in org.eclipse.core.tests.runtime suit (EUT) with applied patch from H-3035(crash fixed). > 1. "testContentDescription" test > 2.4d-binary > junit.framework.AssertionFailedError: 2.4d-binary > at org.eclipse.core.tests.runtime.content.IContentTypeManagerTest.testContentDescription(IContentTypeManagerTest.java:447) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:326) > at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:203) > at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java) > at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) > at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:77) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:66) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:396) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) > at org.eclipse.core.launcher.Main.basicRun(Main.java:278) > at org.eclipse.core.launcher.Main.run(Main.java:975) > at org.eclipse.core.launcher.Main.main(Main.java:952) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > at org.apache.harmony.vm.JarRunner.main(JarRunner.java:80) > 2. "testRootElementAndDTDDescriber" test > 5.1 expected: but was: > junit.framework.AssertionFailedError: 5.1 expected: but was: > at org.eclipse.core.tests.runtime.content.IContentTypeManagerTest.testRootElementAndDTDDescriber(IContentTypeManagerTest.java:1202) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:326) > at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:203) > at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java) > at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) > at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:77) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:66) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:396) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) > at org.eclipse.core.launcher.Main.basicRun(Main.java:278) > at org.eclipse.core.launcher.Main.run(Main.java:975) > at org.eclipse.core.launcher.Main.main(Main.java:952) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > at org.apache.harmony.vm.JarRunner.main(JarRunner.java:80) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.