Skip to content

Conversation

@rbri
Copy link
Collaborator

@rbri rbri commented Dec 8, 2025

This enables the intl402 test for the 262 test suite and also provides a first fix for #535

This is based on a rewritten test262.properties generator because the current impl has some problem and I was not able to fix that in the existing code. Problems are mainly occure when enabling the intl402 test; different from the other test this part has test files at the folder root also. The stats for exluded folders now always available and the order of excluded folders is a bit more natural.

The new version is much slower but i think this is not a real problem with this suite.

Not so many intl402 tests are passing so far but this is a beginning (hopefully)

rbri added 6 commits December 8, 2025 13:36
The current impl has some problem and I was not able to fix that in the existing code. Therefore I wrote a new one. Problems are mainly occure when enabling the intl402 test; different from the other test this part has test files at the folder root also. The stats for exluded folders now always available and the order of excluded folders is a bit more natural.

The new version is much slower but i think this is not a real problem with this suite.
* if 402 is not enabled for the context, ignore the given parameters
* if 402 is enabled, support string locales
@gbrail
Copy link
Collaborator

gbrail commented Dec 12, 2025

Well the new test262 framework works, and that's pretty cool. Let me take some time to read it more carefully (I'd be happy if someone else does too) and make sure it still supports the old use cases!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants