[LLVMbugs] [Bug 1428] NEW: CFP2006/444.namd fails jit test
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed May 16 02:04:27 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1428
Summary: CFP2006/444.namd fails jit test
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rspencer at reidspencer.com
The jit fails on this test on Linux. The difference in output between native and
jit is:
diff Output/444.namd.out-nat Output/444.namd.out-jit
1,11c1,8
< *** TEST RUN - 1 ITERATIONS ***
< writing to output file namd.out
< iteration 0: 1 0 0
< iteration 0: 1 1 0
< iteration 0: 1 1 1
< iteration 0: 0 0 0
< iteration 0: 0 1 0
< iteration 0: 0 1 1
< *** TEST RUN - 1 ITERATIONS ***
< SUCCESSFUL COMPLETION
< 0000
---
> RESULTSET_BEGIN
> 92224 1 0 0
> -355359.705797 0.000000 24229.348329
> 229430.745102 5781.466932 -2454.694382
> 5781.466932 226184.623759 -7867.535225
> -2454.694382 -7867.535225 252281.168869
> 0.000000 0.000000 0.000000
> 0.000000 0.000000 0.000000
13c10
< -0.000000 0.000000 0.000000 24.034240
---
> 0.000000 -0.000000 0.000000 24.034240
15c12
< -0.000000 0.000000 0.000000 24.034240
---
> 0.000000 -0.000000 0.000000 24.034240
26c23
< 0.000000 0.000000 0.000000 24.034240
---
> 0.000000 -0.000000 0.000000 24.034240
28c25
< 0.000000 0.000000 0.000000 24.079992
---
> 0.000000 -0.000000 0.000000 24.079992
40,41c37,38
< -0.000000 -0.000000 0.000000 24.079992
< -0.000000 -0.000000 0.000000 24.079992
---
> 0.000000 -0.000000 0.000000 24.079992
> 0.000000 -0.000000 0.000000 24.079992
52c49
< -0.000000 0.000000 0.000000 24.034240
---
> 0.000000 -0.000000 0.000000 24.034240
54c51
< -0.000000 0.000000 0.000000 24.034240
---
> 0.000000 -0.000000 0.000000 24.034240
65c62
< -0.000000 0.000000 0.000000 24.034240
---
> 0.000000 -0.000000 0.000000 24.034240
67c64
< -0.000000 0.000000 0.000000 24.079992
---
> 0.000000 -0.000000 0.000000 24.079992
79,80c76,77
< -0.000000 -0.000000 0.000000 24.079992
< -0.000000 -0.000000 0.000000 24.079992
---
> 0.000000 -0.000000 0.000000 24.079992
> 0.000000 -0.000000 0.000000 24.079992
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list