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

Turn off the most time-consuming Date tests in MozillaSuiteTest #1690

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

gbrail
Copy link
Collaborator

@gbrail gbrail commented Oct 11, 2024

These are tests that iterate through all the days in a year and test date constructing and parsing. I think that at this point, between the test262 tests and the fact that date parsing in Java seems well-tested, we don't need these tests.

These tests are incredibly-time consuming, especially in interpreted mode -- one of them took 84 seconds on my machine.

This is a more focused version of a previous PR. I am also interested in exploring whether we really need to test three optimization levels, and whether we need all of the Mozilla suite, but this is a "low-hanging fruit."

These are tests that iterate through all the days in a year and test
date constructing and parsing. I think that at this point, between the
test262 tests and the fact that date parsing in Java seems well-tested,
we don't need these tests.

These tests are incredibly-time consuming, especially in interpreted
mode -- one of them took 84 seconds on my machine.
@gbrail gbrail merged commit 21645e8 into mozilla:master Oct 12, 2024
1 check passed
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.

1 participant