[libcxx-commits] [PATCH] D122738: [libc++] Use the Japanese locale.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 30 08:35:22 PDT 2022
Mordante created this revision.
Mordante added a reviewer: ldionne.
Herald added subscribers: mstorsjo, arichardson.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
NOTE THIS CHANGES THE CI JOBS TO SEE WHETHER THEY PASS, THIS WILL BE UNDONE
This change is done to see whether all platforms have a CI with the
Japanese locale installed. This is validation will fail for now and
needs to be rebased until the Linux Docker changes have landed
(D122736 <https://reviews.llvm.org/D122736>).
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D122738
Files:
libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp
libcxx/test/support/platform_support.h
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/libcxx/test/features.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122738.419163.patch
Type: text/x-patch
Size: 21992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220330/f63d4f2e/attachment-0001.bin>
More information about the libcxx-commits
mailing list