Review mochitest tests skipped on Android
Categories
(Testing :: General, task, P2)
Tracking
(firefox72 fixed)
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(3 files)
Some mochitest tests currently skipped on Android were skipped because they failed in the android test environment of the time: the android 4.3 emulator, or perhaps a pandaboard or tegraboard. Today's emulator is much faster and has other improved capabilities. Also, our code has evolved. This seems like a good time to review skipped tests: Can some of them be enabled without introducing new failures?
| Assignee | ||
Comment 1•6 years ago
|
||
Most of these tests have been disabled for a long time; they run well
in the current test environment.
With the additional tests running, task times increase; I have added one
more test chunk for android mochitest-plain.
These tests were identified from a random sampling of mochitest manifests;
I intend to enable more mochitests in future patches.
| Assignee | ||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 4•6 years ago
|
||
Before:
./mach test-info report --filter-keys=skip-if --filter-values=android --show-summary --flavor=mochitest
Finding tests...
Resolver found 10360 tests, 160 manifests
{
"summary": {
"components": 54,
"failed tests": 243,
"manifests": 160,
"skipped tests": 4975,
"tests": 4975
}
}
After:
Resolver found 10350 tests, 157 manifests
{
"summary": {
"components": 51,
"failed tests": 238,
"manifests": 157,
"skipped tests": 4850,
"tests": 4850
}
}
Comment 5•6 years ago
|
||
Nice reduction in test cases, and I like that command for my future work as well.
| Assignee | ||
Comment 6•6 years ago
|
||
Most of these tests have been disabled for a long time; they run well
in the current test environment.
I intend to enable still more mochitests in a future patch.
Comment 8•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 9•6 years ago
|
||
Final planned patch ready now:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=6150ed322df5c324fb786b2950cba18fc2495834
Resolver found 10351 tests, 157 manifests
{
"summary": {
"components": 44,
"failed tests": 235,
"manifests": 157,
"skipped tests": 4592,
"tests": 4592
}
}
4975 - 4592 = 383 mochitests un-skipped.
| Assignee | ||
Comment 10•6 years ago
|
||
Most of these tests have been disabled for a long time; they run well
in the current test environment.
This completes my review of skipped Android tests.
Comment 11•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Comment 12•6 years ago
|
||
| bugherder | ||
Description
•