Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 84585 invoked from network); 24 Apr 2009 09:12:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Apr 2009 09:12:51 -0000 Received: (qmail 95334 invoked by uid 500); 24 Apr 2009 09:12:51 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 95265 invoked by uid 500); 24 Apr 2009 09:12:51 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 95257 invoked by uid 99); 24 Apr 2009 09:12:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2009 09:12:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2009 09:12:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 56CEE234C003 for ; Fri, 24 Apr 2009 02:12:30 -0700 (PDT) Message-ID: <1261647127.1240564350340.JavaMail.jira@brutus> Date: Fri, 24 Apr 2009 02:12:30 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2447) ejbql and floattypes in org.apache.derbyTesting.functionTests.tests.lang.LangScripts intermittently fails with 'expected:<[0.0 ] > but was:<[-0.0] ' In-Reply-To: <20138738.1173777969990.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-2447: -------------------------------------- Derby Info: [Patch Available] Derbyall and suites.All ran cleanly. The patch is ready for review. > ejbql and floattypes in org.apache.derbyTesting.functionTests.tests.lang.LangScripts intermittently fails with 'expected:<[0.0 ] > but was:<[-0.0] ' > ------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-2447 > URL: https://issues.apache.org/jira/browse/DERBY-2447 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.3.1.4 > Environment: OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 3) 64bits - Linux 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 GNU/Linux > JVM: Sun Microsystems Inc. 1.5.0_07-b03 > OS: Solaris 10 6/06 s10s_u2wos_09a SPARC 64bits - SunOS 5.10 Generic_118833-17 > JVM: Sun Microsystems Inc. - 1.5.0_07-b03 > Reporter: Ole Solberg > Assignee: Knut Anders Hatlen > Priority: Minor > Attachments: negative-zero.diff, Normalize.java > > > Seen intermittently on Linux since 2007-02-27. > Seen on Solaris 2007-03-12. > > ejbql(org.apache.derbyTesting.functionTests.tests.lang.LangScripts)junit.framework.ComparisonFailure: Output at line 454 expected:<[0.0 ] > but was:<[-0.0] > > at org.apache.derbyTesting.functionTests.util.CanonTestCase.compareCanon(CanonTestCase.java:100) > at org.apache.derbyTesting.functionTests.util.ScriptTestCase.runTest(ScriptTestCase.java:124) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:80) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.extensions.TestSetup.run(TestSetup.java:25) > > > floattypes(org.apache.derbyTesting.functionTests.tests.lang.LangScripts)junit.framework.ComparisonFailure: Output at line 1823 expected:<[0.0 ] > but was:<[-0.0] > > at org.apache.derbyTesting.functionTests.util.CanonTestCase.compareCanon(CanonTestCase.java:100) > at org.apache.derbyTesting.functionTests.util.ScriptTestCase.runTest(ScriptTestCase.java:124) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:80) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.extensions.TestSetup.run(TestSetup.java:25) > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.