[all-commits] [llvm/llvm-project] 7eeccc: [libcxx][test] Fix numpunct grouping tests on AIX ...
Xing Xue via All-commits
all-commits at lists.llvm.org
Mon May 13 03:30:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7eeccc1430eeaa434724522945245ba21c97ac57
https://github.com/llvm/llvm-project/commit/7eeccc1430eeaa434724522945245ba21c97ac57
Author: Xing Xue <xingxue at outlook.com>
Date: 2024-05-13 (Mon, 13 May 2024)
Changed paths:
M libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp
Log Message:
-----------
[libcxx][test] Fix numpunct grouping tests on AIX (#91781)
The `grouping` string for locale `en_US.UTF-8` and `fr_FR.UTF-8` on AIX
is `3`. This is different from Linux's `3;3` but is the same as Windows.
This patch removes `XFAIL: LIBCXX-AIX-FIXME` and changes to use the
`WIN32` code path.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list