Closed
Bug 482506
Opened 16 years ago
Closed 16 years ago
increment_i and inclocal_i don't convert double to int on increment
Categories
(Tamarin Graveyard :: Virtual Machine, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
flash10.1
People
(Reporter: tharwood, Assigned: stejohns)
References
Details
Attachments
(1 file)
604 bytes,
text/plain
|
Details |
Per AVM2 spec, increment_i and inclocal_i convert their input to int before incrementing.
Repro case will be in abcasm/coverage tests "I" marked expectedfail.
Reporter | ||
Updated•16 years ago
|
Component: Tools → Virtual Machine
QA Contact: tools → vm
Comment 1•16 years ago
|
||
See also https://bugzilla.mozilla.org/show_bug.cgi?id=478179.
(When logging these bugs, please be sure to specify whether it's interpreter or JIT that's failing.)
Reporter | ||
Comment 2•16 years ago
|
||
Good idea re: JIT and interp. Both modes fail on my box; note that my system does declocal_i correctly bug some buildbot systems fail.
Did you have a different bug in mind? 478179 is a font problem.
Comment 3•16 years ago
|
||
Sorry, 478197, I'm mildly dyslexic with numbers. There was a better than 50% chance that I would have transposed two digits, and I did :-)
https://bugzilla.mozilla.org/show_bug.cgi?id=478197
Comment 4•16 years ago
|
||
Note that this is an interpreter-only failure, the jit failed to compile the "I" tests but this has now been fixed.
Depends on Box conversion because that will alter the code paths in the interpreter.
Depends on: 490565
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → stejohns
Flags: flashplayer-qrb+
Priority: -- → P2
Target Milestone: --- → flash10.x
Assignee | ||
Comment 5•16 years ago
|
||
fixed in changeset: 2006:d5654b2ac8b2
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•