mozlog needs to support PRECONDITION_FAILED test and subtest status
Categories
(Testing :: Mozbase, enhancement, P3)
Tracking
(firefox72 fixed)
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: foolip, Assigned: foolip)
References
Details
Attachments
(4 files, 2 obsolete files)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36
Steps to reproduce:
https://github.com/web-platform-tests/wpt/pull/16689 needs a PRECONDITION_FAILED status for tests and subtests in order to be able to support the new assert_precondition method in testhharness.js.
| Assignee | ||
Comment 1•6 years ago
|
||
I have prepared some changes in https://github.com/mozilla/gecko-dev/compare/master...foolip:bug1589056?expand=1, requested try access in 1589061 to see if they work at all.
| Assignee | ||
Comment 2•6 years ago
|
||
This is needed for https://github.com/web-platform-tests/wpt/pull/16689.
Updated•6 years ago
|
| Assignee | ||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
| Assignee | ||
Comment 4•6 years ago
|
||
Depends on D50175
Comment 6•6 years ago
|
||
Backed out for lint failure on test_formatters.py.
Push with failure: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&revision=6bd10819c81400587de52b21fb062ef713ad1835&searchStr=f8
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=272562949&repo=autoland&lineNumber=51
Backout: https://hg.mozilla.org/integration/autoland/rev/e72fde5e9c8b77a7815400fc529eb38d8c8fc1e1
| Assignee | ||
Comment 7•6 years ago
|
||
Resubmitting changes backed out due to lint failure:
https://bugzilla.mozilla.org/show_bug.cgi?id=1589056#c6
Lint and tests verified to work locally with:
./mach lint testing/mozbase/mozlog/
./mach python-test testing/mozbase/mozlog/
Updated•6 years ago
|
| Assignee | ||
Comment 9•6 years ago
|
||
This is needed to release a new mozlog with the PRECONDITION_FAILED
test and subtest status for use in web-platform-tests.
Update all in-tree dependencies on mozlog to >=5.0. These were found
with hg grep 'mozlog.*[0-9]'.
Only testing/web-platform/tests/tools/wptrunner/requirements.txt
remains on 4.2.0, and it will be updated in upstream wpt after mozlog
5.0 has been released.
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/165dd3fa6c49
https://hg.mozilla.org/mozilla-central/rev/c8663c3c21a3
Updated•6 years ago
|
Updated•6 years ago
|
Comment 12•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 13•6 years ago
|
||
This is needed because the currently released versions use dependencies
like 'mozlog ~= 4.2.0', which won't match the newly released mozlog 5.0.
The dependencies were updated to 'mozlog >= 5.0' recently:
https://hg.mozilla.org/mozilla-central/rev/753beb12fdf6984c0a2ca8786fb9db1317e171b4
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
| bugherder | ||
Description
•