[all-commits] [llvm/llvm-project] 865c7a: [libcxx] [test] Fix moneypunct grouping tests on W...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Mon Feb 21 13:09:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 865c7ab421a6620e3ae7a45943db4eebc7717daa
https://github.com/llvm/llvm-project/commit/865c7ab421a6620e3ae7a45943db4eebc7717daa
Author: Martin Storsjö <martin at martin.st>
Date: 2022-02-21 (Mon, 21 Feb 2022)
Changed paths:
M libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp
M libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp
Log Message:
-----------
[libcxx] [test] Fix moneypunct grouping tests on Windows
For grouping strings, "\3" and "\3\3" are equivalent.
Differential Revision: https://reviews.llvm.org/D120091
Commit: bcee450937061139de4f75b4deaa06dee69aaf25
https://github.com/llvm/llvm-project/commit/bcee450937061139de4f75b4deaa06dee69aaf25
Author: Martin Storsjö <martin at martin.st>
Date: 2022-02-21 (Mon, 21 Feb 2022)
Changed paths:
M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp
M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp
M libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp
M libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp
Log Message:
-----------
[libcxx] [test] Fix the thousands_sep expectation for fr_FR locales on Windows
Windows uses U+00A0 NO-BREAK SPACE as thousands separator in the
fr_FR locale.
Differential Revision: https://reviews.llvm.org/D120090
Compare: https://github.com/llvm/llvm-project/compare/9f8cb68570d8...bcee45093706
More information about the All-commits
mailing list