[NFC][chrono][test] Fixes some tests on Windows.
authorMark de Wever <koraq@xs4all.nl>
Mon, 15 May 2023 17:14:39 +0000 (19:14 +0200)
committerMark de Wever <koraq@xs4all.nl>
Wed, 5 Jul 2023 16:09:24 +0000 (18:09 +0200)
commit1403080a1f23b27c61da524a31513c449773375d
treed7b1beac712308eaed0b0137aa5228f3283d5fb0
parentfd5748cb5a45c4178b84eb329bea9055f8ee485d
[NFC][chrono][test] Fixes some tests on Windows.

This updates the tests to match the actual output on Windows.
Note some tests still need more investigation.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D153498
libcxx/test/std/time/time.syn/formatter.day.pass.cpp
libcxx/test/std/time/time.syn/formatter.duration.pass.cpp
libcxx/test/std/time/time.syn/formatter.file_time.pass.cpp
libcxx/test/std/time/time.syn/formatter.hh_mm_ss.pass.cpp
libcxx/test/std/time/time.syn/formatter.local_time.pass.cpp
libcxx/test/std/time/time.syn/formatter.month_day.pass.cpp
libcxx/test/std/time/time.syn/formatter.sys_time.pass.cpp
libcxx/test/std/time/time.syn/formatter.weekday.pass.cpp
libcxx/test/std/time/time.syn/formatter.weekday_index.pass.cpp
libcxx/test/std/time/time.syn/formatter.weekday_last.pass.cpp
libcxx/test/std/time/time.syn/formatter.year_month_day.pass.cpp