Closed
Bug 1909897
Opened 5 months ago
Closed 4 months ago
[mips] Failed to build js (error: call to deleted function 'patchFarJump')
Categories
(Core :: JavaScript Engine: JIT, defect, P1)
Tracking
()
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox128 | --- | unaffected |
firefox129 | --- | unaffected |
firefox130 | --- | fixed |
People
(Reporter: flygoat, Assigned: flygoat)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
JS Engine FTBFS on MIPS due to change 1905716.
Error message:
error: call to deleted function 'patchFarJump'
Patch on the way.
Assignee | ||
Updated•5 months ago
|
Keywords: regression
Regressed by: 1905716
Comment 1•5 months ago
|
||
:rhunt, since you are the author of the regressor, bug 1905716, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Flags: needinfo?(rhunt)
Updated•5 months ago
|
Flags: needinfo?(rhunt) → needinfo?(zhaojiazhong-hf)
Assignee | ||
Comment 2•5 months ago
|
||
Port D215415 to MIPS.
Updated•5 months ago
|
Assignee: nobody → jiaxun.yang
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 3•5 months ago
|
||
Set release status flags based on info from the regressing bug 1905716
status-firefox128:
--- → unaffected
status-firefox129:
--- → unaffected
status-firefox130:
--- → affected
status-firefox-esr115:
--- → unaffected
status-firefox-esr128:
--- → unaffected
Updated•5 months ago
|
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/a97e683001bc
Implement MacroAssembler::patchFarJump for MIPS. r=rhunt
Comment 6•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•