Closed
Bug 1248535
Opened 9 years ago
Closed 9 years ago
running mochitest on Windows 10 will crash
Categories
(Testing :: Mochitest, defect)
Tracking
(firefox47 fixed)
RESOLVED
DUPLICATE
of bug 1248316
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: jya, Unassigned)
References
Details
Not sure where to lodge this... so here it is.
attempting to run mochitest on windows 10 will crash with:
""FATAL ERROR: Non-local network connections are disabled and a connection attempt to www.mozilla.org (104.16.41.2) was made.""
removing the MOZ_CRASH shows that it is loading:
https://www.mozilla.org/en-US/firefox/windows-10/welcome/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_content=firstrun
and only then starts the mochitest.
Reporter | ||
Updated•9 years ago
|
Component: General → Mochitest
Product: Core → Testing
Reporter | ||
Comment 1•9 years ago
|
||
i figure it's better in this category...
Comment 2•9 years ago
|
||
Hopefully there's a pref to turn this off, and if there is we need to set that in the testing prefs:
https://dxr.mozilla.org/mozilla-central/source/testing/profiles/prefs_general.js
From a brief glance, it looks like setting browser.usedOnWindows10 = true would do it, but I'm not sure if that would break any tests for this feature:
https://hg.mozilla.org/mozilla-central/annotate/ea39d4a6232c278dd8d805608a07cf9f4cc4c76b/browser/components/nsBrowserContentHandler.js#l557
Comment 3•9 years ago
|
||
No tests for this code. You can safely set that pref.
![]() |
||
Comment 5•9 years ago
|
||
Unless I'm misunderstanding, it looks like Bug 1248316 was also filed for this, and already has a reviewed and landed in m-i patch.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•