This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Skip timezone formatting tests on Windows
ClosedPublic

Authored by mstorsjo on Jul 13 2023, 4:43 AM.

Details

Reviewers
Mordante
Group Reviewers
Restricted Project
Commits
rG3277aaae6fec: [libcxx] [test] Skip timezone formatting tests on Windows
Summary

While these tests do pass in the CI environment, they fail elsewhere.
On GitHub Action runners, they produce '+0000' instead of '-0000' for
the UTC offset, and on local machines, it outputs the UTC offset of
the local timezone.

Diff Detail

Event Timeline

mstorsjo created this revision.Jul 13 2023, 4:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 4:43 AM
mstorsjo requested review of this revision.Jul 13 2023, 4:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 4:43 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Jul 13 2023, 10:05 AM

LGTM, thanks!

This revision is now accepted and ready to land.Jul 13 2023, 10:05 AM
mstorsjo updated this revision to Diff 540144.Jul 13 2023, 11:53 AM

Rebase to try to rerun CI