Closed
Bug 1642265
Opened 4 years ago
Closed 4 years ago
[MIPS] fix build issues caused by recent updates (branchTestSymbol, fallibleUnboxPtr)
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | fixed |
firefox76 | --- | unaffected |
firefox77 | --- | unaffected |
firefox78 | --- | wontfix |
firefox79 | --- | fixed |
People
(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-esr78+
|
Details | Review |
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → zhaojiazhong-hf
Updated•4 years ago
|
Severity: -- → S4
Status: UNCONFIRMED → ASSIGNED
status-firefox76:
--- → unaffected
status-firefox77:
--- → unaffected
status-firefox79:
--- → affected
status-firefox-esr68:
--- → unaffected
Ever confirmed: true
Priority: -- → P5
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d50b63346352
[MIPS64] Add branchTestSymbol and fallibleUnboxPtr to MacroAssembler. r=tcampbell
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
Assignee | ||
Comment 4•4 years ago
|
||
Comment on attachment 9153051 [details]
Bug 1642265 - [MIPS64] Add branchTestSymbol and fallibleUnboxPtr to MacroAssembler. r=tcampbell
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Failed to build firefox-esr78 on mips64 platform without this patch.
- User impact if declined: Can't provide newest firefox-esr78 product on mips64 platform.
- Fix Landed on Version: firefox79
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This patch just adds some missing functions in mips-only files.
- String or UUID changes made by this patch:
Attachment #9153051 -
Flags: approval-mozilla-esr78?
Comment 5•4 years ago
|
||
Comment on attachment 9153051 [details]
Bug 1642265 - [MIPS64] Add branchTestSymbol and fallibleUnboxPtr to MacroAssembler. r=tcampbell
Approved for 78.7esr.
Attachment #9153051 -
Flags: approval-mozilla-esr78? → approval-mozilla-esr78+
Comment 6•4 years ago
|
||
bugherder uplift |
status-firefox-esr78:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•