Closed
Bug 1259239
Opened 6 years ago
Closed 4 years ago
[fxos-sunset] Test-agent probably doesn't launch as expected =(
Categories
(Firefox OS Graveyard :: Gaia::TestAgent, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: aus, Unassigned)
References
Details
Right now firefox bin fails to launch so we can't really confirm this, but it's likely it will need to take into account the new architecture to function as expected.
Comment 1•6 years ago
|
||
Not sure a lot will be needed. Everything works using http for test units, app:// is only translated to http:// under the hood by some code in httpd.js. Everything works the same if you access the test agent using http://test-agent.gaiamobile.org:8080 instead of app://test-agent.gaiamobile.org. Some tests rely on app:// when comparing some URLs so those will need to be updated.
Reporter | ||
Comment 2•6 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #1) > Not sure a lot will be needed. Everything works using http for test units, > app:// is only translated to http:// under the hood by some code in > httpd.js. Everything works the same if you access the test agent using > http://test-agent.gaiamobile.org:8080 instead of > app://test-agent.gaiamobile.org. > > Some tests rely on app:// when comparing some URLs so those will need to be > updated. Indeed, that's where we are now, thanks to the work being done on bug 1259094 we're now seeing those tests fail, but they run! We can now fix the relevant tests and disable or remove the ones that aren't necessary anymore.
Comment 3•4 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•