-
Bug
-
Resolution: Fixed
-
P4
-
port-stage-aarch32-8
-
None
-
aarch32
-
linux
A regression test jdk/test/com/sun/jdi/MethodExitReturnValuesTest.java fails with the following log (cut):
failure: sin: expected 0.8084964038195901, got 2.2
failure: double: expected 2.2, got 0.8084964038195901
failure: float: expected 3.3, got -1.5881868E-23
It looks like JDI gets double value instead of sinus of this value and vice-versa. Also float value is incorrect.
failure: sin: expected 0.8084964038195901, got 2.2
failure: double: expected 2.2, got 0.8084964038195901
failure: float: expected 3.3, got -1.5881868E-23
It looks like JDI gets double value instead of sinus of this value and vice-versa. Also float value is incorrect.