Open
Bug 1801725
Opened 3 years ago
Investigate Android Remote Test Runner chdir
Categories
(Testing :: XPCShell Harness, task)
Tracking
(Not tracked)
NEW
People
(Reporter: beth, Unassigned)
References
Details
Bug 1772733 ports testing/xpcshell/ to no longer use osfile.jsm and as such we call chdir directly via a JS_FN exposed to both the XPCShellImpl (parent process) and XPCShellEnvironment (child process).
The way its currently implemented (having the shell's head.js function do the chdir) seems cumbersome and this could potentially be moved up into the test activity itself (see https://phabricator.services.mozilla.com/D106207?vs=on&id=403650, a prior version of the patch that bug 1772733 is replacing)
You need to log in
before you can comment on or make changes to this bug.
Description
•