Closed
Bug 1561150
Opened 5 years ago
Closed 5 years ago
Support assertions in SpecialPowers.spawn sandboxes
Categories
(Testing :: Mochitest, enhancement, P2)
Tracking
(Fission Milestone:M4, firefox69 fixed)
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This will include some refactoring to make the sandboxes created by SpecialPowers.spawn share the same assertion handling logic as the ones created by loadChromeScript, and fix some bugs in the latter in the process.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Fission Milestone: --- → M4
Priority: -- → P2
Assignee | ||
Comment 2•5 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/0b3e2164f1283b639782b41b7fd640986d3feca5
Bug 1561150: Support test assertions in SpecialPowers.spawn sandboxes. r=nika
https://hg.mozilla.org/integration/mozilla-inbound/rev/19e0edc9207746c7987b98f3c7787b7c363d651d
Bug 1561150: Follow-up: Fix buggy chrome scripts in form autofill tests. r=me,test-only
Assignee | ||
Comment 3•5 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/adf832af8e4878c77b7c100a44004bf7730fd126
Bug 1561150: Follow-up: Fix rebase bustage. r=bustage
Assignee | ||
Comment 4•5 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/92c01418b96fb0da7920eca573e944116accaeb6
Bug 1561150: Follow-up: Fix assertions being triggered during mochitest cleanup. r=bustage CLOSED TREE
Pushed by maglione.k@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6644e38a6692
Support test assertions in SpecialPowers.spawn sandboxes. r=nika
https://hg.mozilla.org/integration/mozilla-inbound/rev/4aaf4882780d
Follow-up: Fix buggy chrome scripts in form autofill tests. r=me,test-only
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6644e38a6692
https://hg.mozilla.org/mozilla-central/rev/4aaf4882780d
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Comment 7•5 years ago
|
||
Backed out 34 changesets (bug 1561150, bug 1541557, bug 1561724, bug 1561999, bug 1558298, bug 1561061, bug 1532795, bug 1560400, bug 1561122) for beta simulation failures (bug 1563905, bug 1564001):
https://hg.mozilla.org/mozilla-central/rev/7e6657f88b7694ecd841088963ff71d767e4ec22
Status: RESOLVED → REOPENED
status-firefox69:
fixed → ---
Flags: needinfo?(kmaglione+bmo)
Resolution: FIXED → ---
Target Milestone: mozilla69 → ---
Comment 8•5 years ago
|
||
Relanded (backout got backed out):
https://hg.mozilla.org/mozilla-central/rev/e596664275d5e3e2fdcb7fa8d1447289f99269c3
Status: REOPENED → RESOLVED
Closed: 5 years ago → 5 years ago
status-firefox69:
--- → fixed
Flags: needinfo?(kmaglione+bmo)
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•