Closed
Bug 1461308
Opened 7 years ago
Closed 7 years ago
Xpcshell bustage eg: toolkit/mozapps/extensions/test/xpcshell/test_proxy.js when Gecko 62 merges to Beta on 2018-06-14
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla62
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox-esr60 | --- | unaffected |
| firefox60 | --- | unaffected |
| firefox61 | --- | unaffected |
| firefox62 | + | verified |
People
(Reporter: ebalazs_, Assigned: kmag)
References
Details
(Keywords: regression)
Attachments
(1 file)
Central as beta simulation: https://treeherder.mozilla.org/#/jobs?repo=try&revision=89fdae9f4f5e6dbcf0abb820fd04b6cdaf3c953f&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable&selectedJob=178316027
TEST-UNEXPECTED-FAIL | xpcshell.ini:toolkit/mozapps/extensions/test/xpcshell/test_proxy.js | xpcshell return code: 0
TEST-UNEXPECTED-FAIL | xpcshell.ini:toolkit/mozapps/extensions/test/xpcshell/test_proxy.js | - "undefined" != "undefined"
TEST-UNEXPECTED-FAIL | xpcshell.ini:toolkit/mozapps/extensions/test/xpcshell/test_temporary.js | xpcshell return code: 0
Flags: needinfo?(kmaglione+bmo)
| Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
There are new XPCshell failures on today's beta simulation. The patch from this bug was applied. Kris, please take a look if those are caused by the patch: https://treeherder.mozilla.org/#/jobs?repo=try&revision=1026dda5c85882d141a7a43a33f9fcaf140bb194&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable&filter-resultStatus=pending&filter-resultStatus=running&selectedJob=178553885
Comment 4•7 years ago
|
||
This causes the DevEdition builds to fail with an XPCshell failure: https://treeherder.mozilla.org/#/jobs?repo=try&revision=1026dda5c85882d141a7a43a33f9fcaf140bb194&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=runnable&filter-resultStatus=pending&filter-resultStatus=running&filter-searchStr=xpcshell&selectedJob=178561024
Log: https://treeherder.mozilla.org/logviewer.html#?job_id=178561024&repo=try
TEST-UNEXPECTED-FAIL | xpcshell.ini:toolkit/mozapps/extensions/test/xpcshell/test_proxies.js | xpcshell return code: 0
TEST-UNEXPECTED-FAIL | xpcshell.ini:toolkit/mozapps/extensions/test/xpcshell/test_proxies.js | run_proxy_tests - [run_proxy_tests : 122] true == false
Those were passing yesterday:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=218bf7a9b3a25071e68a7c008f6fd2761fb1e235&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable&filter-resultStatus=success&filter-searchStr=xpcshell&group_state=expanded
Comment 5•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8975695 [details]
Bug 1461308: Fix tests that rely on fake privileged signatures for unpacked extensions.
https://reviewboard.mozilla.org/r/243914/#review250102
::: toolkit/mozapps/extensions/test/xpcshell/test_temporary.js:175
(Diff revision 1)
> + // Unpacked extensions don't support signing, which means that
> + // our mock signing service is not able to give them a
> + // privileged signed state, and we can't install them on release
> + // builds.
> + if (!AppConstants.MOZ_ALLOW_LEGACY_EXTENSIONS) {
> + continue;
> + }
bah, we should be using a webextension here
Attachment #8975695 -
Flags: review?(aswan) → review+
| Assignee | ||
Comment 6•7 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8975695 [details]
Bug 1461308: Fix tests that rely on fake privileged signatures for unpacked extensions.
https://reviewboard.mozilla.org/r/243914/#review250102
> bah, we should be using a webextension here
Yeah, I made a mental note to update a bunch of these tests to use WebExtensions. We'll need an alternative to the current BootstrapMonitor gunk first, though.
| Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(kmaglione+bmo)
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → kmaglione+bmo
| Assignee | ||
Comment 8•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/bb1107ba82aa0df34b873efff7bda995e92f0fa8
Bug 1461308: Fix tests that rely on fake privileged signatures for unpacked extensions. r=aswan
| Reporter | ||
Comment 9•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Comment 10•7 years ago
|
||
Is manual testing required on this bug? If Yes, please provide some STR and the proper webextension(if required), if No set the “qe-verify-“ flag.
Flags: qe-verify-
Flags: needinfo?(kmaglione+bmo)
Comment 11•7 years ago
|
||
No manual testing needed, thank you. This is verified fixed with today's central-as-beta simulation: https://treeherder.mozilla.org/#/jobs?repo=try&revision=27768cf639b7719f58e6c90c1c4ed78f30e0b155&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable
Flags: needinfo?(kmaglione+bmo)
Updated•7 years ago
|
Status: RESOLVED → VERIFIED
| Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•