Closed
Bug 894958
Opened 12 years ago
Closed 12 years ago
Improve Negatus support for Linux
Categories
(Testing Graveyard :: SUTAgent, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dminor, Assigned: dminor)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
2.68 KB,
patch
|
mcote
:
review+
|
Details | Diff | Splinter Review |
In the course of doing some tests of Negatus on Linux to support the WebRTC testing improvement work, I've hit a few things that do not work as expected:
* info os
* info memory
* ps
* default test root
I have a patch for the above, but I'll hold off submitting to see if any other small issues come up over the next few days.
Comment 1•12 years ago
|
||
Saw this patch still sitting in your fork--maybe it's time to submit it? :)
Assignee | ||
Comment 2•12 years ago
|
||
Probably tomorrow I'll find something new to fix :)
The changes from int to long in memory() were necessary to avoid overflows on linux. I'm guessing this will do the appropriate thing on B2G, but maybe it should be #ifdef'ed.
Comment 3•12 years ago
|
||
Comment on attachment 8355273 [details] [diff] [review]
Small linux fixes
Review of attachment 8355273 [details] [diff] [review]:
-----------------------------------------------------------------
This breaks Android support, at least, since __linux__ is defined there, and I wouldn't be surprised if it is on b2g too. We'll need a better way to determine if this is a desktop linux distro or a linux-based device (android, b2g).
Attachment #8355273 -
Flags: review?(mcote) → review-
Assignee | ||
Comment 4•12 years ago
|
||
Added a define in Makefile.linux for desktop linux builds.
Sorry, I should have done an Android build for the last patch. Unfortunately I don't have access to my Android test device this week, so once again this is only tested this on Linux.
Attachment #8355273 -
Attachment is obsolete: true
Attachment #8356181 -
Flags: review?(mcote)
Comment 5•12 years ago
|
||
Comment on attachment 8356181 [details] [diff] [review]
Small linux fixes.
Cool cool.
Attachment #8356181 -
Flags: review?(mcote) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Thanks, created pull request: https://github.com/mozilla/Negatus/pull/8
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•