Android 7.0 TV mochitests run against the Fennec APK instead of TestRunnerActivity
Categories
(Firefox Build System :: Task Configuration, defect)
Tracking
(firefox70 fixed)
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: robwu, Assigned: gbrown)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
According to the first comment at bug 1563281, Android 7.0 tests generally run with GeckoView.
Apparently, this is not the case for TV tests, and several days were wasted on debugging a try-only test failure (because the issue happened with Fennec only, and the expectation was that the tests only ran on GeckoView).
The lack of TV test coverage reduces the likelihood of catching common causes for intermittent failures at an early stage, so hopefully TV is going to be enabled for GeckoView soon.
Example of TV with unexpected results: https://treeherder.mozilla.org/#/jobs?repo=try&selectedJob=256704266&revision=badc5136d3cfa1c866713fd1648109f7ad664216
Example of mochitest that runs as expected: https://treeherder.mozilla.org/#/jobs?repo=try&selectedJob=256704268&revision=badc5136d3cfa1c866713fd1648109f7ad664216
Reporter | ||
Comment 1•5 years ago
|
||
I think that something needs to be added at https://searchfox.org/mozilla-central/rev/07f7390618692fa4f2a674a96b9b677df3a13450/taskcluster/ci/test/misc.yml#78 , but you probably know better. Could you take a look?
Assignee | ||
Comment 3•5 years ago
|
||
It is easy to change Android 7.0 TV to run against geckoview, but Android 7.0 xpcshell still runs against fennec, and TV verifies xpcshell tests as well as mochitest and reftest. Let's see if we can move bug 1553225 along soon so that all of Android 7.0 can run against geckoview.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
As soon as xpcshell is switched over to geckoview, we can do the same for android TV.
Comment 6•5 years ago
|
||
bugherder |
Description
•