[libcxx-commits] [PATCH] D122738: [libc++] Use the Japanese locale.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 7 10:34:52 PDT 2022


Mordante added a comment.

This is ready for review, assuming the CI passes ;-)



================
Comment at: libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp:14
 // REQUIRES: locale.fr_FR.UTF-8
+// REQUIRES: locale.ja_JP.UTF-8
 
----------------
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


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122738/new/

https://reviews.llvm.org/D122738



More information about the libcxx-commits mailing list