[libcxx] [test] Skip timezone formatting tests on Windows
authorMartin Storsjö <martin@martin.st>
Thu, 13 Jul 2023 10:52:06 +0000 (13:52 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 14 Jul 2023 06:53:19 +0000 (09:53 +0300)
commit3277aaae6feca4960b6546d20c17bcd796934a52
tree49cc40422b29dd232bee03f5fe4a6ad80093436c
parent61d2a9b3ea10a3abfaf95d329c1e840eef4fda8d
[libcxx] [test] Skip timezone formatting tests on Windows

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.

Differential Revision: https://reviews.llvm.org/D155182
libcxx/test/std/time/time.syn/formatter.file_time.pass.cpp
libcxx/test/std/time/time.syn/formatter.sys_time.pass.cpp