Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Junit 5 and use it for test262 #1515

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

gbrail
Copy link
Collaborator

@gbrail gbrail commented Jul 3, 2024

This lets the test 262 suite run in parallel.

It would be easy to parallelize the MozillaSuiteTest too, but there are many tests in that suite that are sensitive to memory and stack size and I fear that increasing the memory too much would cause a big resource drain. I will keep experimenting with that.

This lets the test 262 suite run in parallel.
@gbrail
Copy link
Collaborator Author

gbrail commented Jul 3, 2024

This is a better fix.

Closes #1509

@gbrail
Copy link
Collaborator Author

gbrail commented Jul 4, 2024

This is useful even though it doesn't solve all build time problems so I'm going to merge it.

@gbrail gbrail merged commit 84b324e into mozilla:master Jul 4, 2024
3 checks passed
@gbrail gbrail deleted the junit-5-upgrade branch July 4, 2024 22:05
@p-bakker p-bakker linked an issue Jul 16, 2024 that may be closed by this pull request
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.

Parallelize Test262SuiteTest
1 participant