-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
test(date): validate locale formats via runtime expansion #9831
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
base: main
Are you sure you want to change the base?
Conversation
933541a to
8ab3dd6
Compare
8ab3dd6 to
0caeab6
Compare
|
GNU testsuite comparison: |
42a604f to
30f84e7
Compare
|
GNU testsuite comparison: |
30f84e7 to
2582fed
Compare
|
GNU testsuite comparison: |
2582fed to
bf9126c
Compare
|
GNU testsuite comparison: |
33a076a to
3978c5c
Compare
|
GNU testsuite comparison: |
3978c5c to
f1c95e1
Compare
|
GNU testsuite comparison: |
CodSpeed Performance ReportMerging #9831 will not alter performanceComparing Summary
Footnotes
|
f1c95e1 to
3834585
Compare
|
GNU testsuite comparison: |
3834585 to
8c6519b
Compare
Tried to reproduce on macOS 26 but tests pass fine locally.
Fails on CI's macOS 15.7.2 though. Turns out
nl_langinforeturns different format codes across macOS versions. Fixed by validating the expanded output instead of checking literal format strings.Fixes #9654