Closed
Bug 491989
Opened 14 years ago
Closed 14 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•14 years ago
|
||
This happens even in a clean TM tree.
Assignee | ||
Comment 2•14 years ago
|
||
Slow natives fallout. Doesn't affect branch IMO. Blocking 1.9.2?
Assignee | ||
Comment 3•14 years ago
|
||
No jit code ever runs here. Trace recording seems to interfere with the interpreter execution.
Assignee | ||
Comment 4•14 years ago
|
||
Assignee: general → gal
Attachment #376778 -
Flags: review?(dmandelin)
Updated•14 years ago
|
Attachment #376778 -
Flags: review?(dmandelin) → review+
Assignee | ||
Comment 5•14 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•14 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/be7969c1ec5d
Whiteboard: fixed-in-tracemonkey
Updated•14 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
Assignee | ||
Comment 7•14 years ago
|
||
This doesn't affect branch. My b? was accidental.
Updated•14 years ago
|
Flags: blocking1.9.1+
Comment 8•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/be7969c1ec5d
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Flags: wanted1.9.1+
Comment 9•14 years ago
|
||
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/c9f2cd6f5bad
Keywords: fixed1.9.1
Comment 10•14 years ago
|
||
js1_8_1/trace/trace-test.js http://hg.mozilla.org/tracemonkey/rev/61892f57b46a
Flags: in-testsuite+
Comment 11•14 years ago
|
||
v 1.9.1, 1.9.2
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
Comment 12•14 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
•