Closed
Bug 491989
Opened 16 years ago
Closed 16 years ago
TM: "TypeError: String is not a constructor"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: gal)
References
Details
(Keywords: testcase, verified1.9.1, Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
|
950 bytes,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
for (let i = 0; i < 5; ++i)
new String(new String(), 2);
Without -j: No errors
With -j: TypeError: String is not a constructor
Testing with the patch for bug 491965, fwiw.
| Reporter | ||
Comment 1•16 years ago
|
||
This happens even in a clean TM tree.
| Assignee | ||
Comment 2•16 years ago
|
||
Slow natives fallout. Doesn't affect branch IMO. Blocking 1.9.2?
| Assignee | ||
Comment 3•16 years ago
|
||
No jit code ever runs here. Trace recording seems to interfere with the interpreter execution.
| Assignee | ||
Comment 4•16 years ago
|
||
Assignee: general → gal
Attachment #376778 -
Flags: review?(dmandelin)
Updated•16 years ago
|
Attachment #376778 -
Flags: review?(dmandelin) → review+
| Assignee | ||
Comment 5•16 years ago
|
||
Looks to me like accidental fallout from 487134, so this is not on branch. Hence no need to block on it. But making this a dependency.
Blocks: 487134
Flags: blocking1.9.1?
| Assignee | ||
Comment 6•16 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Updated•16 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
| Assignee | ||
Comment 7•16 years ago
|
||
This doesn't affect branch. My b? was accidental.
Updated•16 years ago
|
Flags: blocking1.9.1+
Comment 8•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Flags: wanted1.9.1+
Comment 9•16 years ago
|
||
Keywords: fixed1.9.1
Comment 10•16 years ago
|
||
js1_8_1/trace/trace-test.js
http://hg.mozilla.org/tracemonkey/rev/61892f57b46a
Flags: in-testsuite+
Comment 11•16 years ago
|
||
v 1.9.1, 1.9.2
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
Comment 12•16 years ago
|
||
cvsroot/mozilla/js/tests/js1_8_1/trace/trace-test.js,v <-- trace-test.js
new revision: 1.14; previous revision: 1.13
/cvsroot/mozilla/js/tests/shell.js,v <-- shell.js
You need to log in
before you can comment on or make changes to this bug.
Description
•