diff options
author | Andreu Botella <abb@randomunok.com> | 2021-07-12 21:15:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 21:15:07 +0200 |
commit | 2c7c130f0a7193c4a497d40f07774d08fbb43ecf (patch) | |
tree | 2bcc14f3a4be5169cc5e601a1f3e1d3f1c1d5d9d /runtime/js/13_buffer.js | |
parent | 6d4e9bad98cd05a893620f8d66deb89d1f179005 (diff) |
chore(wpt): Mark a WPT test as failed if it exits before completion (#11371)
Currently, a WPT test is considered failed if its status code is
anything other than 0, regardless of whether the test suite completed
running or not, and any subtests that haven't finished running are not
considered to be failures.
But a test can exit with a zero status code before it has completed
running, if the event loop has run out of tasks because of a bug in one
of the ops, leading to false positives. This change fixes that.
Diffstat (limited to 'runtime/js/13_buffer.js')
0 files changed, 0 insertions, 0 deletions