From commits-return-29991-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Fri Mar 09 11:41:15 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 57419 invoked from network); 9 Mar 2007 11:41:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2007 11:41:15 -0000 Received: (qmail 24266 invoked by uid 500); 9 Mar 2007 11:41:23 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 24240 invoked by uid 500); 9 Mar 2007 11:41: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 24231 invoked by uid 99); 9 Mar 2007 11:41:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Fri, 09 Mar 2007 03:41:23 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3E3C971404A for ; Fri, 9 Mar 2007 03:40:24 -0800 (PST) Message-ID: <30927037.1173440424252.JavaMail.root@brutus> Date: Fri, 9 Mar 2007 03:40:24 -0800 (PST) From: "Aleksey Ignatenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-3343) [drlvm][EUT] 2 tests fail in org.eclipse.core.tests.runtime suit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [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.