This patch ports libc++ LIT test cases for getting time in various locales to AIX.
Details
Details
- Reviewers
ldionne philnik Mordante hubert.reinterpretcast DiggerLin daltenty - Group Reviewers
Restricted Project - Commits
- rG339e824bcae0: [libc++][lit][AIX] Port tests for getting time to AIX
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for working on this!
libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp | ||
---|---|---|
187 | Is it not possible to add a time here? If it's not possible please add a comment to clarify it's not possible to set a time. |
Comment Actions
Added a comment in test case get_one.pass.cpp to explain the reason why the time field is omitted in the const definition for locale zh_CN.UTF-8.
libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp | ||
---|---|---|
187 | Thanks for the comment. Added a comment to explain the reason why the time field is omitted. |
Comment Actions
LGTM, but please wait for approval of an AIX maintainer.
libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp | ||
---|---|---|
190 | Thanks, great comment! |
Comment Actions
You've added some of the people regularly working on AIX and @daltenty also works on AIX.
Is it not possible to add a time here? If it's not possible please add a comment to clarify it's not possible to set a time.