[RFC]: Update test262 infrastructure #8353
magic-akari
started this conversation in
RFC
Replies: 1 comment 1 reply
-
I think we should do it. Thank you for the notice! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The last update on test262-parser-tests was two years ago, and there are many new language syntax features that lack test cases. Therefore, I propose using test262 directly as the test suite.
If this proposal is accepted, we need to make some modifications:
We need to parse the top-level comments in each test file to extract metadata that indicates whether the test case is in strict mode, module mode, involves early errors, or includes other relevant details.
It may be necessary to create a bot for automatically updating the test cases.
Beta Was this translation helpful? Give feedback.
All reactions