test(ast/estree): ESTree conformance runner skip tests we cannot pass #9073
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ESTree conformance tester ignore tests which we cannot parse at present due to #3526 and #9029.
I've have checked all these tests one-by-one and made sure that their failures are all due to either #3526 and #9029.
Ignoring these tests results in 100% passing.
Really we shouldn't skip these tests because they should pass and they don't. But I intend to break everything again shortly by making the conformance tester stricter - e.g. make it insist fields be in same order as Acorn - so it'll be helpful to be able to see when we've fixed all those failures again, without having to filter out these "known bad" tests.