[all-commits] [llvm/llvm-project] 80baa5: [libc++][lit][AIX] Port tests for money format to AIX
xingxue-ibm via All-commits
all-commits at lists.llvm.org
Mon Jun 27 12:58:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80baa56c467a0a53477f56e7a5beeaa6de1c36d9
https://github.com/llvm/llvm-project/commit/80baa56c467a0a53477f56e7a5beeaa6de1c36d9
Author: Xing Xue <xingxue at outlook.com>
Date: 2022-06-27 (Mon, 27 Jun 2022)
Changed paths:
M libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp
M libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp
M libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp
Log Message:
-----------
[libc++][lit][AIX] Port tests for money format to AIX
Summary:
This patch ports libc++ LIT test cases for money formats to AIX. On AIX, the money format of locale zh_CN.UTF-8 is the similar to that of en_US.UTF-8, i.e., sign, symbol, none, value.
Reviewed by: Mordante, DiggerLin, libc++
Differential Revision: https://reviews.llvm.org/D128220
More information about the All-commits
mailing list