This is an archive of the discontinued LLVM Phabricator instance.

[chrono][test] Fixes some tests on Windows.
ClosedPublic

Authored by Mordante on Jun 3 2023, 4:39 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG59f266d2e278: [chrono][test] Fixes some tests on Windows.
Summary

The tests switched from assert to TEST_EQUAL to make it easier to debug
assertion failures. This is used to fix most tests on Windows.

Some CI tests give no output, which needs to be investigated separately.

Diff Detail

Event Timeline

Mordante created this revision.Jun 3 2023, 4:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2023, 4:39 AM
Mordante requested review of this revision.Jun 3 2023, 4:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2023, 4:39 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jun 20 2023, 8:41 AM
This revision is now accepted and ready to land.Jun 20 2023, 8:41 AM
This revision was automatically updated to reflect the committed changes.