Closed
Bug 1132219
Opened 10 years ago
Closed 9 years ago
Gaia tests for a bad function name
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: evilpies, Assigned: zbraniecki)
References
Details
Attachments
(1 file)
In bug 1073816 we want to change the function name of bound function to something like "bound " + original function name. However Gaia seems to have some tests that think that f.name == f.bind().name should be true. https://treeherder.mozilla.org/logviewer.html#?job_id=6418506&repo=mozilla-inbound We will need to be clever about fixing this, because if we patch Gaia before SpiderMonkey the tests fail, but the reverse is also true.
I'd suggest simultaneously landing the gaia changes to gaia and the gecko changes to b2g-inbound so they land really close to each other. There might be a few pushes where either the gaia changes or the gecko changes are present without the other, but as long as you ping a sheriff before you do the landings, neither should be backed out before they have the chance to sync up with the other.
Comment 2•10 years ago
|
||
Yep, sounds exactly right to me - push the Gecko change to b-i, then immediately push the Gaia change (or merge the PR). There may be a job or two that burns, but the bustage should be minimized that way.
Comment 3•9 years ago
|
||
Hey Tom, is anybody working in the gaia patch you were mentioning in #c1?
Flags: needinfo?(evilpies)
Comment 5•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(evilpies)
Attachment #8718465 -
Flags: review?(fabrice)
Updated•9 years ago
|
Attachment #8718465 -
Flags: review?(fabrice) → review+
Assignee | ||
Comment 6•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•