Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 36825 invoked from network); 15 May 2007 09:55:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2007 09:55:42 -0000 Received: (qmail 15588 invoked by uid 500); 15 May 2007 09:55:45 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 15577 invoked by uid 500); 15 May 2007 09:55:45 -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 15195 invoked by uid 99); 15 May 2007 09:55:44 -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 02:55:44 -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 02:55:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B0113714072 for ; Tue, 15 May 2007 02:55:16 -0700 (PDT) Message-ID: <14839588.1179222916718.JavaMail.jira@brutus> Date: Tue, 15 May 2007 02:55:16 -0700 (PDT) From: "Eugene S. Ostrovsky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (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:all-tabpanel ] Eugene S. Ostrovsky updated HARMONY-3339: ----------------------------------------- Attachment: ArraysSortTest.java Atttached file: ArraysSortTest.java Simple (incorrct) test that shows bug2bug incompatibility with RI in Arrays.sort() implementation. Tests passes on RI but fails on harmony. > [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.