Closed Bug 517332 Opened 16 years ago Closed 16 years ago

TM: testEliminatedGuardWithinAnchor.js is reported to fail on ARM (but is correct)

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Tracking Status
status1.9.2 --- beta1-fixed

People

(Reporter: gal, Assigned: dmandelin)

References

Details

(Whiteboard: fixed-in-tracemonkey)

Attachments

(1 file)

We don't have integer div/mod on ARM, so the test only results in one trace instead of 3 in case of 386, where we generate fast path code until the multiplication overflows. There is currently no way to distinguish arm from x86 in the trace-test harness.
Once bug 517345 lands, this should do it: if (jitstats.archIsARM) ...
Depends on: 517345
Attached patch PatchSplinter Review
Assignee: general → dmandelin
Attachment #401933 - Flags: review?(dvander)
Attachment #401933 - Flags: review?(dvander) → review+
Pushed to TM as 6d90fb9ae924.
Status: NEW → ASSIGNED
Whiteboard: fixed-in-tracemonkey
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Flags: in-testsuite+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: