Closed
Bug 732849
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: !isIndex(&dummy), at vm/String.h:832
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: dvander)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
(deleted),
patch
|
sstangl
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on ionmonkey revision 1fd6c40d3852 (run with --ion -n -m --ion-eager):
a = [];
evaluate("if ('1234' + '' != (01 )) { var a = [];}");
Assignee | ||
Comment 1•13 years ago
|
||
This probably broke with a merge.
Updated•13 years ago
|
Attachment #605103 -
Flags: review?(sstangl) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•12 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/ion/bug732849.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•