Closed
Bug 1177165
Opened 10 years ago
Closed 10 years ago
Provide a way to run the test runner in gdb
Categories
(Firefox OS Graveyard :: Gaia::TestAgent, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: julienw, Assigned: julienw)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
Hey Ricky,
what do you think of this change?
Now the test-agent-server is in background and Firefox/B2G is in foreground so that the developer can enter commands into gdb if necessary. When we press "ctrl C" it still works fine by killing all remaining processes.
Assignee: nobody → felash
Attachment #8625828 -
Flags: review?(rchien)
Comment 2•10 years ago
|
||
Comment on attachment 8625828 [details] [review]
master github PR
r+, one thing I'm concerned is we will lost log information from test-agent server. However, server just output the same testing result from b2g / firefox. I think it's fine to me since we can watch these logs from b2g / firefox.
Attachment #8625828 -
Flags: review?(rchien) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
master: 1019c52bd5a29f7d9a23a61a15cedf7773bcfd2a
looks like I forgot about it :D
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•