Closed Bug 465605 Opened 16 years ago Closed 16 years ago

TM: JIT starts thinking all numbers are Infinity?

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: testcase)

for each (let d in [2, 1/0, 1/0, 2]) { if (d == 1/0) d = 83; print('' + d); }

Interpreter:
2
83
83
2

JIT:
2
83
83
83
Flags: blocking1.9.1+
Could you try again with current TM? I just tried to duplicate this with trunk TM and got the "2 83 83 2" in both modes.
Yep, WFM.
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: in-testsuite?
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.