Closed
Bug 1525327
Opened 6 years ago
Closed 6 years ago
wptrunner fails on fennec trying to get application info
Categories
(Testing :: web-platform-tests, enhancement)
Tracking
(firefox67 fixed)
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: jgraham, Assigned: jgraham)
Details
Attachments
(1 file)
We could probably pass the correct path here, but we don't and it shouldn't be a fatal error so wrap the whole thing in a try/except block.
Assignee | ||
Comment 1•6 years ago
|
||
On Android we aren't necessarily passing in the package path, so
mozversion can't extract the relevant metadata, and on other platforms
it could also fail if we pass in a script file or similar. In that
case we shouldn't fail.
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9592b19c9b09
Don't crash wptrunner if mozversion fails, r=ato
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/15271 for changes under testing/web-platform/tests
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6ab9304b1048
Don't crash wptrunner if mozversion fails, r=ato
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•6 years ago
|
Assignee: nobody → james
You need to log in
before you can comment on or make changes to this bug.
Description
•