Closed
Bug 1068668
Opened 10 years ago
Closed 10 years ago
Fix some shell-only failures in JS reftests
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: jandem, Assigned: shu)
References
Details
Attachments
(2 files)
(deleted),
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
js1_8_5/extensions/clone-complex-object.js fails like this:
clone-complex-object.js:281:6 TypeError: redeclaration of variable obj:
clone-complex-object.js:281:6 let obj = new Object();
clone-complex-object.js:281:6 ......^
Some other shell-only tests are also failing.
(We should probably move all shell-only jstests to jit-tests...)
Flags: needinfo?(shu)
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(shu)
Summary: Bug 1001090 broke some shell-only jstests → Fix some shell-only failures in JS reftests
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8491116 -
Flags: review?(terrence)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8491117 -
Flags: review?(jwalden+bmo)
Comment 4•10 years ago
|
||
Comment on attachment 8491116 [details] [diff] [review]
Fix stale reference to the -d JS shell flag.
Review of attachment 8491116 [details] [diff] [review]:
-----------------------------------------------------------------
\o/
Attachment #8491116 -
Flags: review?(terrence) → review+
Updated•10 years ago
|
Attachment #8491117 -
Flags: review?(jwalden+bmo) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a143960a6f7b
https://hg.mozilla.org/mozilla-central/rev/da168f16c5b0
https://hg.mozilla.org/mozilla-central/rev/c24e03e12b0b
Assignee: nobody → shu
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Updated•10 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•