Android mochitests should log similar to desktop; currently e.g. WARNING - <processID> ERROR TEST-UNEXPECTED-FAIL | ...
Categories
(Testing :: Mochitest, task)
Tracking
(firefox87 fixed)
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: aryx, Assigned: gbrown)
References
Details
Attachments
(1 file)
Android mochitests should log similar to desktop; currently they have e.g. WARNING - <processID> ERROR TEST-UNEXPECTED-FAIL | ...
(example).
On desktop, the format is ERROR - TEST-UNEXPECTED-FAIL | ...
(example).
This causes some differences in tooling like bugs tracking intermittent failures containing <processID> ERROR TEST-UNEXPECTED-FAIL |
in the failure summary. There might already be a bug for the issue (didn't find it).
Assignee | ||
Comment 1•4 years ago
|
||
It looks like the extra <num> <level> is added by the MochitestFormatter; I think that can be safely removed now. Testing a patch...
Assignee | ||
Comment 2•4 years ago
|
||
The MochitestFormatter adds an additional count and log level, from the mochitest test
harness. As far as I can tell, the MochitestFormatter is not called during desktop tests
(only Android); this difference appears accidental. Removing this log formatter removes
the extra, undesired fields.
Assignee | ||
Updated•4 years ago
|
Comment 4•4 years ago
|
||
bugherder |
Description
•