Closed
Bug 908051
Opened 8 years ago
Closed 8 years ago
mach talos-test fails on Windows with AttributeError: 'module' object has no attribute 'uname'
Categories
(Testing :: Talos, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla27
People
(Reporter: MattN, Assigned: jyeo)
References
Details
(Whiteboard: [mach])
Attachments
(1 file)
1.16 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
AttributeError: 'module' object has no attribute 'uname' from the line 'title': os.uname()[1].lower().split('.')[0], Python docs say os.uname is only available on "recent flavors of Unix". [1] [1] http://docs.python.org/2/library/os.html#os.uname
Assignee | ||
Comment 1•8 years ago
|
||
Using socket.gethostname() instead.
Assignee: nobody → jasonyeo88
Attachment #793849 -
Flags: review?(gps)
Updated•8 years ago
|
Component: mach → Talos
Product: Core → Testing
Whiteboard: [mach]
Updated•8 years ago
|
Attachment #793849 -
Flags: review?(gps) → review+
Comment 2•8 years ago
|
||
did this land? if not, lets land this and close out the bug!
Comment 3•8 years ago
|
||
Not landed yet.
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 4•8 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/039e8cb45a4f Please make sure that future patches have all the needed commit information in them per the link below. Thanks! https://developer.mozilla.org/en-US/docs/Mercurial_FAQ#How_can_I_generate_a_patch_for_somebody_else_to_check-in_for_me.3F
Keywords: checkin-needed
Whiteboard: [mach] → [mach][fixed-in-fx-team]
Comment 5•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/039e8cb45a4f
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Whiteboard: [mach][fixed-in-fx-team] → [mach]
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•