[all-commits] [llvm/llvm-project] d49c0b: [libc++][test] Use the Japanese locale.

mordante via All-commits all-commits at lists.llvm.org
Fri Apr 8 11:00:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d49c0ba5abdeb8f6ebe081d96e0fdf44de46e7f8
      https://github.com/llvm/llvm-project/commit/d49c0ba5abdeb8f6ebe081d96e0fdf44de46e7f8
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-04-08 (Fri, 08 Apr 2022)

  Changed paths:
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp
    M libcxx/test/support/platform_support.h
    M libcxx/utils/libcxx/test/features.py

  Log Message:
  -----------
  [libc++][test] Use the Japanese locale.

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.

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D122738




More information about the All-commits mailing list