Closed
Bug 1210655
Opened 10 years ago
Closed 10 years ago
module-evaluation.js will fail when Gecko 44 merges to mozilla-aurora on November 2nd
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: philor, Assigned: jonco)
References
Details
Attachments
(1 file)
3.04 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
a la https://treeherder.mozilla.org/#/jobs?repo=try&revision=b8647e9cd5b7
TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/modules/module-evaluation.js | <string>:1:0 SyntaxError: class is a reserved identifier: (code 3, args "")
Assignee | ||
Comment 1•10 years ago
|
||
Patch to make use of classes conditional in tests.
Assignee: nobody → jcoppeard
Attachment #8668878 -
Flags: review?(terrence)
Updated•10 years ago
|
Attachment #8668878 -
Flags: review?(terrence) → review+
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•