geckoview-only perma-fail security/manager/ssl/tests/unit/test_certDB_import.js | xpcshell return code: 0
Categories
(GeckoView :: General, defect, P5)
Tracking
(firefox69 unaffected, firefox70 fixed)
Tracking | Status | |
---|---|---|
firefox69 | --- | unaffected |
firefox70 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: gbrown)
References
Details
Attachments
(1 file)
Filed by: gbrown [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=248020253&repo=try
Full log: https://queue.taskcluster.net/v1/task/MvCAUqJ-S5e7-a0MO9Jw7A/runs/0/artifacts/public/logs/live_backing.log
When Android xpcshell is run against the geckoview apk, some tests fail -- this is one of them.
Assignee | ||
Comment 1•6 years ago
|
||
05-23 22:01:51.115 5067 5067 I Gecko : {"action":"log","time":1558645311115,"thread":null,"pid":null,"source":"xpcshell/head.js","level":"ERROR","message":"NS_ERROR_FACTORY_NOT_REGISTERED: Component returned failure code: 0x80040154 (NS_ERROR_FACTORY_NOT_REGISTERED) [nsIComponentRegistrar.contractIDToCID]","extra":{"source_file":"xpcshell/head.js","stack":"register@resource://testing-common/MockRegistrar.jsm:46:36\nrun_test@test_certDB_import.js:112:19\n_execute_test@/sdcard/tests/xpc/head.js:523:7\n@-e:1:1\n"},"stack":"register@resource://testing-common/MockRegistrar.jsm:46:36\nrun_test@test_certDB_import.js:112:19\n_execute_test@/sdcard/tests/xpc/head.js:523:7\n@-e:1:1\n"}
The contract ID is contractID=@mozilla.org/nsCertificateDialogs;1, associated with NSSDialogService.js in the fennec components.manifest, but absent from the geckoview omni.ja.
Assignee | ||
Comment 2•6 years ago
|
||
test_certDB_import_with_master_password.js fails in exactly the same way.
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
With these last two tests skipped we can run xpcshell tests against geckoview builds.
Comment 6•5 years ago
|
||
bugherder |
Comment 7•5 years ago
|
||
firefox69=unaffected because the GV xpcshell tests were only recently enabled in GV 70 Nightly by bug 1553225. We don't need to uplift this patch to disable tests on GV 69 Beta.
Description
•