Closed
Bug 1622803
Opened 5 years ago
Closed 5 years ago
xpcshell remotexpcshelltest.py pkill requires root to kill previous xpcshell process since launchProcess runs as root.
Categories
(Testing :: XPCShell Harness, defect)
Tracking
(firefox76 fixed)
RESOLVED
FIXED
mozilla76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: bc, Assigned: bc)
Details
Attachments
(1 file)
We launch the process with root=True but kill it and kill it without root=True. This is not a problem on the emulators since adbd runs as root but can be a problem on devices.
| Assignee | ||
Updated•5 years ago
|
Summary: xpcshell remotexpcshelltest.py launchProcess requires root to kill previous xpcshell process since it runs as root. → xpcshell remotexpcshelltest.py pkill requires root to kill previous xpcshell process since launchProcess runs as root.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by bclary@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4eba7b108ade
xpcshell remotexpcshelltest.py pkill requires root to kill previous xpcshell process since launchProcess runs as root, r=gbrown.
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•