mirror of https://github.com/boa-dev/boa.git
Browse Source
So, while working on #2658 I apparently broke 1280 tests... except I didn't! Turns out we were considering async tests that didn't call the `print` function as passed tests, but the `async` section of https://github.com/tc39/test262/blob/main/INTERPRETING.md#flags says: > The test must not be considered complete until the implementation-defined print function has been invoked or some length of time has passed without any such invocation.pull/2689/head
José Julián Espina
2 years ago
1 changed files with 41 additions and 6 deletions
Loading…
Reference in new issue