-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2
-
b17
-
itanium
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2064730 | 5.0 | Paul Hohensee | P2 | Closed | Fixed | beta |
--------------------------------------
Test : jit/common/FPCompare/TestFPBinop
TestBase : testbase_vm
VM : Server
Mode : -Xcomp
Platform : RedHat Linux 7.2, Windows XP ( ia64)
JDK : 1.4.2 beta (b16)
----------------------------------------
This test passed with -Xmixed mode on lin64/win64 and other
platforms with -Xcomp and -Xmixed.
Test of Floating Point Binary Ops.
This is intended to be run on a known-correct system and the
answer compared with the golden answer with diff or equivalent.
Step to reproduce
1. cd /net/sqesvr.eng/export/vsn/GammaBase/Bugs/{BugID}
2. sh rerun.sh
----------------------------------------
Error log:
[hnguyen@osmium TestFPBinop]$ cat TestFPBinop.diff
======< Gold file= /.automount/sqesvr.sfbay/root/export/st1/VM/mantis/DTWS/exec1/VM_FULLLOOK-WEEKLY-VM-ServerVM-comp-64BITRHAT7.2-en-2003-02-03-12-18-47-0272/work/hnguyen.Linux.ia64/TestFPBinop/TestFPBinop.pass
======> Output file=/.automount/sqesvr.sfbay/root/export/st1/VM/mantis/DTWS/exec1/VM_FULLLOOK-WEEKLY-VM-ServerVM-comp-64BITRHAT7.2-en-2003-02-03-12-18-47-0272/work/hnguyen.Linux.ia64/TestFPBinop/TestFPBinop.out
1c1
< 1.4E-45 + 1.4E-45 = 2.8E-45, with float param operands
---
> 1.4E-45 + 1.4E-45 = 0.0, with float param operands
5c5
< 1.4E-45 + 1.4E-45 = 2.8E-45, with float local operands
---
> 1.4E-45 + 1.4E-45 = 0.0, with float local operands
9c9
< 1.4E-45 + 1.4E-45 = 2.8E-45, with float static operands
---
> 1.4E-45 + 1.4E-45 = 0.0, with float static operands
33,36c33,36
< 1.4E-45 + 1.4E-45 = 2.8E-45, with float exprs operands
< 1.4E-45 - 1.4E-45 = 0.0, with float exprs operands
< 1.4E-45 * 1.4E-45 = 0.0, with float exprs operands
< 1.4E-45 / 1.4E-45 = 1.0, with float exprs operands
---
> 0.0 + 1.4E-45 = 1.4E-45, with float exprs operands
> 0.0 - 1.4E-45 = -1.4E-45, with float exprs operands
> 0.0 * 1.4E-45 = 0.0, with float exprs operands
> 0.0 / 1.4E-45 = 0.0, with float exprs operands
Test : jit/common/FPCompare/TestFPBinop
TestBase : testbase_vm
VM : Server
Mode : -Xcomp
Platform : RedHat Linux 7.2, Windows XP ( ia64)
JDK : 1.4.2 beta (b16)
----------------------------------------
This test passed with -Xmixed mode on lin64/win64 and other
platforms with -Xcomp and -Xmixed.
Test of Floating Point Binary Ops.
This is intended to be run on a known-correct system and the
answer compared with the golden answer with diff or equivalent.
Step to reproduce
1. cd /net/sqesvr.eng/export/vsn/GammaBase/Bugs/{BugID}
2. sh rerun.sh
----------------------------------------
Error log:
[hnguyen@osmium TestFPBinop]$ cat TestFPBinop.diff
======< Gold file= /.automount/sqesvr.sfbay/root/export/st1/VM/mantis/DTWS/exec1/VM_FULLLOOK-WEEKLY-VM-ServerVM-comp-64BITRHAT7.2-en-2003-02-03-12-18-47-0272/work/hnguyen.Linux.ia64/TestFPBinop/TestFPBinop.pass
======> Output file=/.automount/sqesvr.sfbay/root/export/st1/VM/mantis/DTWS/exec1/VM_FULLLOOK-WEEKLY-VM-ServerVM-comp-64BITRHAT7.2-en-2003-02-03-12-18-47-0272/work/hnguyen.Linux.ia64/TestFPBinop/TestFPBinop.out
1c1
< 1.4E-45 + 1.4E-45 = 2.8E-45, with float param operands
---
> 1.4E-45 + 1.4E-45 = 0.0, with float param operands
5c5
< 1.4E-45 + 1.4E-45 = 2.8E-45, with float local operands
---
> 1.4E-45 + 1.4E-45 = 0.0, with float local operands
9c9
< 1.4E-45 + 1.4E-45 = 2.8E-45, with float static operands
---
> 1.4E-45 + 1.4E-45 = 0.0, with float static operands
33,36c33,36
< 1.4E-45 + 1.4E-45 = 2.8E-45, with float exprs operands
< 1.4E-45 - 1.4E-45 = 0.0, with float exprs operands
< 1.4E-45 * 1.4E-45 = 0.0, with float exprs operands
< 1.4E-45 / 1.4E-45 = 1.0, with float exprs operands
---
> 0.0 + 1.4E-45 = 1.4E-45, with float exprs operands
> 0.0 - 1.4E-45 = -1.4E-45, with float exprs operands
> 0.0 * 1.4E-45 = 0.0, with float exprs operands
> 0.0 / 1.4E-45 = 0.0, with float exprs operands
- backported by
-
JDK-2064730 Lin64/win64: Floating Point Binary Ops test failures
-
- Closed
-