[wpt-sync] Sync PR 61149 - Don't set test fail status in web-extensions-helper.js.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox154 fixed)
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 61149 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/61149
Details from upstream follow.
justinlulejian <justinlulejian@users.noreply.github.com> wrote:
Don't set test fail status in web-extensions-helper.js.
web-extension-helper.js was overriding the test status to just
test.FAIL, leaving out the test message. This causes a test failure to look like:FAIL message: Undefined.UNDEFINEDsince the message and stack areundefined.
test.set_status(status, message, stack);is already being handled by testharness.js in thestep()method (see line 2878) so we can just rely on that.
| Assignee | ||
Updated•9 days ago
|
| Assignee | ||
Updated•9 days ago
|
| Assignee | ||
Comment 1•9 days ago
|
||
| Assignee | ||
Comment 2•8 days ago
|
||
The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
| Assignee | ||
Comment 4•6 days ago
|
||
Test result changes from PR not available.
Comment 5•6 days ago
|
||
| bugherder | ||
Description
•