mirror of https://github.com/boa-dev/boa.git
Browse Source
This Pull Request ignores a bunch of features in the Boa tester, since we do not implement those. The new "failures" were in fact false positives (for example, a parsing test that should fail, and it failed not because it detected wrong syntax, but because it didn't even understand it). I wanted to bring down the "failed" tests, and I was able to do it a bit, but not quite. One feature that I noticed was failing a lot was "async-iteration". It makes around 5k tests fail, but it also makes around 6k tests work, so I guess it's just 50% implemented. In any case, this gives a better overview on the real conformance.pull/2252/head
Iban Eguia
2 years ago
1 changed files with 16 additions and 0 deletions
Loading…
Reference in new issue