This is an archive of the discontinued LLVM Phabricator instance.

[NFC][libc++][chrono] Improves test coverage.
ClosedPublic

Authored by Mordante on Dec 1 2022, 9:59 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG0df9a72f283a: [NFC][libc++][chrono] Improves test coverage.
Summary

The function year_month_weekday::sys_days should work properly with a
weekday index of 0 per [time.cal.ymwd.members]/20. This adds a test for
this case.

Diff Detail

Event Timeline

Mordante created this revision.Dec 1 2022, 9:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2022, 9:59 AM
Mordante requested review of this revision.Dec 1 2022, 9:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2022, 9:59 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Dec 20 2022, 4:40 PM
This revision is now accepted and ready to land.Dec 20 2022, 4:40 PM
This revision was automatically updated to reflect the committed changes.