Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 19110 invoked from network); 16 May 2007 03:34:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 03:34:37 -0000 Received: (qmail 50842 invoked by uid 500); 16 May 2007 03:34:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 50812 invoked by uid 500); 16 May 2007 03:34: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 50803 invoked by uid 99); 16 May 2007 03:34:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 20:34:43 -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; Tue, 15 May 2007 20:34:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7C3CF71406A for ; Tue, 15 May 2007 20:34:16 -0700 (PDT) Message-ID: <25010857.1179286456504.JavaMail.jira@brutus> Date: Tue, 15 May 2007 20:34:16 -0700 (PDT) From: "Aleksey Ignatenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3339) [drlvm][EUT] 51 tests fail in jdtcoremodel suit with NullPointerException In-Reply-To: <17227279.1173429684448.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-3339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496181 ] Aleksey Ignatenko commented on HARMONY-3339: -------------------------------------------- Eugene, thanks for the comment. As the bug is in the tests then it is to be filed on Eclipse and this JIRA closed with comment about Eclipse bug. Please, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=176157 as example of Harmony related bug. > [drlvm][EUT] 51 tests fail in jdtcoremodel suit with NullPointerException > ------------------------------------------------------------------------- > > Key: HARMONY-3339 > URL: https://issues.apache.org/jira/browse/HARMONY-3339 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Aleksey Ignatenko > Attachments: ArraysSortTest.java > > > EUT: jdtcoremodel suit - 51 tests fails due to NullPointerException. > Log: > N/A > java.lang.NullPointerException > at org.eclipse.jdt.core.tests.model.CompletionTestsRequestor2.getElementName(CompletionTestsRequestor2.java) > at org.eclipse.jdt.core.tests.model.CompletionTestsRequestor2.printProposal(CompletionTestsRequestor2.java:201) > at org.eclipse.jdt.core.tests.model.CompletionTestsRequestor2.getResultsWithoutSorting(CompletionTestsRequestor2.java:185) > at org.eclipse.jdt.core.tests.model.CompletionTestsRequestor2.getReversedResults(CompletionTestsRequestor2.java:160) > at org.eclipse.jdt.core.tests.model.AbstractJavadocCompletionModelTest.assertSortedResults(AbstractJavadocCompletionModelTest.java:209) > at org.eclipse.jdt.core.tests.model.JavadocBugsCompletionModelTest.testBug118311(JavadocBugsCompletionModelTest.java:713) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.runTest(SuiteOfTestCases.java:96) > at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.superRun(SuiteOfTestCases.java) > at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$1.protect(SuiteOfTestCases.java) > at org.eclipse.jdt.core.tests.model.SuiteOfTestCases$Suite.run(SuiteOfTestCases.java:67) > 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.