Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 94827 invoked from network); 12 Mar 2007 10:03:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2007 10:03:31 -0000 Received: (qmail 8009 invoked by uid 500); 12 Mar 2007 10:03:38 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 7992 invoked by uid 500); 12 Mar 2007 10:03:38 -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 7980 invoked by uid 99); 12 Mar 2007 10:03:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2007 03:03:38 -0700 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; Mon, 12 Mar 2007 03:03:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6CA4571406D for ; Mon, 12 Mar 2007 03:03:09 -0700 (PDT) Message-ID: <13741942.1173693789442.JavaMail.jira@brutus> Date: Mon, 12 Mar 2007 03:03:09 -0700 (PDT) From: "Aleksey Ignatenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3359) [drlvm][EUT] "testClass" test fails 12 times in org.eclipse.ui.tests suit In-Reply-To: <22098987.1173693249380.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-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480035 ] Aleksey Ignatenko commented on HARMONY-3359: -------------------------------------------- To reproduce one needs to: 1. build the latest Harmony jre 2. dowload EUT runniing script from jira-2038 3. update eut.properties: set test.jre.home= to Harmony jre home 4. run "ant -Dtests=ui" > [drlvm][EUT] "testClass" test fails 12 times in org.eclipse.ui.tests suit > ------------------------------------------------------------------------- > > Key: HARMONY-3359 > URL: https://issues.apache.org/jira/browse/HARMONY-3359 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Aleksey Ignatenko > > 12 time "testClass" test fails in org.eclipse.ui.tests suit of EUT. > Stack trace: > Reference not enqueued > junit.framework.AssertionFailedError: Reference not enqueued > at org.eclipse.ui.tests.leaks.LeakTests.checkRef(LeakTests.java:66) > at org.eclipse.ui.tests.dynamicplugins.DynamicTestCase.testClass(DynamicTestCase.java:170) > 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.UITestApplication$3.run(UITestApplication.java:188) > at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:121) > at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1912) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1875) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java) > at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) > at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:130) > at org.eclipse.test.UITestApplication.run(UITestApplication.java:55) > 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.