This is an archive of the discontinued LLVM Phabricator instance.

[libc++][lit][AIX] Port tests for money format to AIX
ClosedPublic

Authored by xingxue on Jun 20 2022, 12:51 PM.

Details

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.

Diff Detail

Event Timeline

xingxue created this revision.Jun 20 2022, 12:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2022, 12:51 PM
xingxue requested review of this revision.Jun 20 2022, 12:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2022, 12:51 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
xingxue updated this revision to Diff 438474.Jun 20 2022, 2:24 PM

Add one more test case thousands_sep.pass.cpp.

Mordante accepted this revision.Jun 21 2022, 9:21 AM

Thanks for working on this, LGTM! Please wait for one of the AIX maintainers to approve too.

This revision is now accepted and ready to land.Jun 21 2022, 9:21 AM
This revision was automatically updated to reflect the committed changes.