This change is done to see whether all platforms have a CI with the
Japanese locale installed.
This wires in the locale in the tests and uses it in one test. This is
a preparation for the tests of the chrono formatters.
Differential D122738
[libc++][test] Use the Japanese locale. Mordante on Mar 30 2022, 8:35 AM. Authored by
Details
This change is done to see whether all platforms have a CI with the This wires in the locale in the tests and uses it in one test. This is
Diff Detail
Event Timeline
Comment Actions The Linux CI changes are committed, but it will take some time before they are propagated to the build nodes.
Comment Actions Rebased. Comment Actions This is ready for review, assuming the CI passes ;-)
Comment Actions LGTM, but have you verified that we were running that test in the CI? Since it REQUIRES: locale.ja_JP.UTF-8, we would simply skip it if the CI node didn't support that locale. Please make sure that's not what's happening, as we would simply lose coverage of that test. Comment Actions Thanks for the review! I indeed have verified that, per https://reviews.llvm.org/D122738#inline-1180541 For info I tested with this value set and an assert(false); in the tests to verify all platforms support Japanese. Only on AIX it's unsupported. However this platform has a lot (all?) locale tests disabled. The build can be found here https://buildkite.com/llvm-project/libcxx-ci/builds/10064 |
For info I tested with this value set and an assert(false); in the tests to verify all platforms support Japanese. Only on AIX it's unsupported. However this platform has a lot (all?) locale tests disabled.
The build can be found here
https://buildkite.com/llvm-project/libcxx-ci/builds/10064