Commit f4bc67f
authored
Don't set test fail status in web-extensions-helper.js. (#61149)
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.UNDEFINED` since the message and
stack are `undefined`.
`test.set_status(status, message, stack);` is already being handled by
testharness.js in the `step()` method (see line 2878) so we can just
rely on that.1 parent 20a4998 commit f4bc67f
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
| |||
0 commit comments