Closed
Bug 1196123
Opened 10 years ago
Closed 10 years ago
Autophone smoketest lacks preferences to turn off remote accesses
Categories
(Testing Graveyard :: Autophone, defect)
Testing Graveyard
Autophone
Tracking
(firefox43 affected)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | affected |
People
(Reporter: bc, Assigned: bc)
References
Details
Attachments
(1 file)
|
1.67 KB,
patch
|
gbrown
:
review+
|
Details | Diff | Splinter Review |
https://treeherder.allizom.org/#/jobs?repo=mozilla-inbound&revision=1e1b1e7995c4&exclusion_profile=false&filter-searchStr=autophone
shows the smoketest fails with PROCESS-CRASH | autophone-smoketest | application crashed [@ nsSocketTransport::InitiateSocket]. We must be missing one or more prefs which turn off access to remote network resources.
| Assignee | ||
Comment 1•10 years ago
|
||
This syncs the prefs used in smoketest by adding
+ 'browser.firstrun.show.localepicker': False,
+ 'browser.firstrun.show.uidiscovery': False,
to the default preferences and using them in the smoketest.
Attachment #8650444 -
Flags: review?(gbrown)
Comment 2•10 years ago
|
||
Comment on attachment 8650444 [details] [diff] [review]
Bug-1196123-v1.patch
Review of attachment 8650444 [details] [diff] [review]:
-----------------------------------------------------------------
It looks like the exception was caused by an access to location.services.mozilla.com. I suppose picking up the phonetest default for browser.search.geoip.url should avoid that.
Attachment #8650444 -
Flags: review?(gbrown) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•