You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/06/27 10:52:26 UTC

[jira] Closed: (HARMONY-4287) [classlib][build] failures in MathTest and StrictMathTest if classlib is compiled in RELEASE mode

     [ https://issues.apache.org/jira/browse/HARMONY-4287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov closed HARMONY-4287.
------------------------------------

    Resolution: Fixed

Looks good. Thanks Stepan.

> [classlib][build] failures in MathTest and StrictMathTest if classlib is compiled in RELEASE mode
> -------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4287
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4287
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux
>            Reporter: Alexei Zakharov
>            Assignee: Alexei Zakharov
>         Attachments: H4287.patch
>
>
> Currently two tests from org.apache.harmony.luni.tests.java.lang.StrictMathTest fail and three tests from org.apache.harmony.luni.tests.java.lang.MathTest fail with about the same log if are run on top of the RELEASE version of Harmony classlib:
> test_log1p_D
> Failure
> Should return 0.4633708685409921 expected:<0.4633708685409921> but was:<0.46337086854099213>
> junit.framework.AssertionFailedError: Should return 0.4633708685409921 expected:<0.4633708685409921> but was:<0.46337086854099213>
> at org.apache.harmony.luni.tests.java.lang.StrictMathTest.test_log1p_D(StrictMathTest.java:393)
> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.