This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Fix the locale.time.put.byname/put1 testcase on Linux and Windows
ClosedPublic

Authored by mstorsjo on Jan 26 2022, 4:19 AM.

Details

Summary

The Windows and Glibc abbreviated forms of Saturday in French locale
is "sam." with a trailing period included. Account for this in the
test reference.

Diff Detail

Event Timeline

mstorsjo requested review of this revision.Jan 26 2022, 4:19 AM
mstorsjo created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 26 2022, 4:19 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jan 26 2022, 9:41 AM
ldionne added inline comments.
libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp
72–80
This revision is now accepted and ready to land.Jan 26 2022, 9:41 AM
mstorsjo updated this revision to Diff 403335.Jan 26 2022, 10:40 AM

Applied suggestion.