Closed
Bug 1645888
Opened 5 years ago
Closed 5 years ago
remotexpcshelltests.py is not (quite) py3 compatible
Categories
(Testing :: XPCShell Harness, defect, P1)
Testing
XPCShell Harness
Tracking
(firefox79 fixed)
RESOLVED
FIXED
mozilla79
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
With a few small changes I think I can unblock bug 1639009.
| Assignee | ||
Comment 1•5 years ago
|
||
Resolve two py3 issues in remotexpcshelltests.py:
- use six.iteritems() to iterate on the env dict
- use 'wb' to create the log file
Some cleanup rides along (I couldn't resist).
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8a9b992d9318
Make remotexpcshelltests.py py2/py3 compatible; r=bc
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•