Skip to content

Cleanup strftime tests. NFC #20657

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

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Nov 8, 2023

The core test now reports errors using assert which links directly the line number of the failure.

The other test is now written in pure C (which I think makes it a lot easier to read).

The core test now reports errors using `assert` which links directly
the line number of the failure.

The other test is now written in pure C (which I think makes it a lot
easier to read).
@sbc100 sbc100 changed the title Cleanup strftime tests Cleanup strftime tests. NFC Nov 8, 2023
@sbc100 sbc100 requested review from kripken and dschuff November 8, 2023 20:30
@sbc100 sbc100 enabled auto-merge (squash) November 8, 2023 20:40
@kripken
Copy link
Member

kripken commented Nov 8, 2023

In #20470 I see that it caused breakage - should we avoid landing this for now to see if we need to revert it? Landing this would prevent a clean revert I think?

@sbc100
Copy link
Collaborator Author

sbc100 commented Nov 8, 2023

This cleanup is of strftime tests. Only strptime tests were modified by #20470

Copy link
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, thanks.

@sbc100 sbc100 merged commit 5ce75b8 into emscripten-core:main Nov 8, 2023
@sbc100 sbc100 deleted the cleanup_strftime_tests branch November 8, 2023 21:38
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