Closed
Bug 1529052
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 15422 - Do not throw from taskcluster-run.py if wpt fails
Categories
(Testing :: web-platform-tests, defect, P4)
Testing
web-platform-tests
Tracking
(firefox67 fixed)
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 15422 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/15422
Details from upstream follow.
Robert Ma <robertma@chromium.org> wrote:
Do not throw from taskcluster-run.py if wpt fails
Previously when
wpt run
stability check fails, the wrapper script
taskcluster-run.py would throw an uncaught exception, which might be
confused with an infra error.This change makes taskcluster-run.py return a non-zero exit code without
printing the traceback.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/97385559862c
[wpt PR 15422] - Do not throw from taskcluster-run.py if wpt fails, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c6d92a71240c
[wpt PR 15422] - Do not throw from taskcluster-run.py if wpt fails, a=testonly
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•