Closed
Bug 1402007
Opened 8 years ago
Closed 8 years ago
Permaoraonge on JSDCov toolkit/components/extensions/test/xpcshell/test_native_manifests.js | xpcshell return code: 0
Categories
(WebExtensions :: General, defect, P3)
WebExtensions
General
Tracking
(firefox58 fixed)
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: zombie)
References
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed:other])
Attachments
(1 file)
| Assignee | ||
Comment 2•8 years ago
|
||
This is an existing intermittent, the test file got renamed in bug 1386427.
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 4•8 years ago
|
||
The problem is that this code:
http://searchfox.org/mozilla-central/source/toolkit/components/extensions/test/xpcshell/test_native_manifests.js#73
expects Subprocess.pathSearch() to return null, but it throws upon finding nothing.
An even better solution might be to read the $PYTHON environment variable directly.
Assignee: nobody → tomica
Status: NEW → ASSIGNED
| Comment hidden (Intermittent Failures Robot) |
Comment 6•8 years ago
|
||
Whatever else this is, it isn't intermittent.
Summary: Intermittent toolkit/components/extensions/test/xpcshell/test_native_manifests.js | xpcshell return code: 0 → Permaoraonge on JSDCov toolkit/components/extensions/test/xpcshell/test_native_manifests.js | xpcshell return code: 0
Comment 7•8 years ago
|
||
This bug may be related to the error found here based on comment 4: https://bugzilla.mozilla.org/show_bug.cgi?id=1400728
Both of these tests use Subprocess.pathSearch().
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8915319 -
Flags: review?(aswan)
Comment 9•8 years ago
|
||
Zombie is working on this one. Marking it as a P3 to remove it from triage.
Priority: -- → P3
Comment 10•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8915319 [details]
Bug 1402007 - Use $PYTHON environment variable in test_native_manifest
https://reviewboard.mozilla.org/r/186514/#review192292
Attachment #8915319 -
Flags: review?(aswan) → review+
Comment 11•8 years ago
|
||
Pushed by tomica@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/bd5bda402097
Use $PYTHON environment variable in test_native_manifest r=aswan
Comment 12•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
| Comment hidden (Intermittent Failures Robot) |
Comment 14•8 years ago
|
||
thanks for the fix :zombie
Whiteboard: [stockwell needswork:owner] → [stockwell fixed:other]
Comment 15•8 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: needinfo?(tomica)
| Assignee | ||
Comment 16•8 years ago
|
||
This was a bug in our test code, no need for manual verification.
Flags: needinfo?(tomica) → qe-verify-
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•