Skip to content

Commit 48985f5

Browse files
committed
[libc++][format][test] Adds Windows support.
These tests pass on Windows without additional changes. This has been tested in D150593.
1 parent cbaa359 commit 48985f5

File tree

7 files changed

+0
-16
lines changed

7 files changed

+0
-16
lines changed

libcxx/test/std/time/time.cal/time.cal.day/time.cal.day.nonmembers/ostream.pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
// UNSUPPORTED: c++03, c++11, c++14, c++17
1010
// UNSUPPORTED: no-localization
1111

12-
// TODO FMT Investigate Windows issues.
13-
// UNSUPPORTED msvc, target={{.+}}-windows-gnu
1412
// TODO FMT Evaluate gcc-12 status
1513
// UNSUPPORTED: gcc-12
1614

libcxx/test/std/time/time.clock/time.clock.file/ostream.pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
// UNSUPPORTED: c++03, c++11, c++14, c++17
1010
// UNSUPPORTED: no-localization
1111

12-
// TODO FMT Investigate Windows issues.
13-
// UNSUPPORTED msvc, target={{.+}}-windows-gnu
1412
// TODO FMT It seems GCC uses too much memory in the CI and fails.
1513
// UNSUPPORTED: gcc-12
1614

libcxx/test/std/time/time.clock/time.clock.local/ostream.pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
// UNSUPPORTED: c++03, c++11, c++14, c++17
1010
// UNSUPPORTED: no-localization
1111

12-
// TODO FMT Investigate Windows issues.
13-
// UNSUPPORTED msvc, target={{.+}}-windows-gnu
1412
// TODO FMT It seems GCC uses too much memory in the CI and fails.
1513
// UNSUPPORTED: gcc-12
1614

libcxx/test/std/time/time.clock/time.clock.system/ostream.pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
// UNSUPPORTED: c++03, c++11, c++14, c++17
1010
// UNSUPPORTED: no-localization
1111

12-
// TODO FMT Investigate Windows issues.
13-
// UNSUPPORTED msvc, target={{.+}}-windows-gnu
1412
// TODO FMT It seems GCC uses too much memory in the CI and fails.
1513
// UNSUPPORTED: gcc-12
1614

libcxx/test/std/time/time.duration/time.duration.nonmember/ostream.pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
// UNSUPPORTED: c++03, c++11, c++14, c++17
1010
// UNSUPPORTED: no-localization
1111

12-
// TODO FMT Investigate Windows issues.
13-
// UNSUPPORTED: msvc, target={{.+}}-windows-gnu
1412
// TODO FMT Evaluate gcc-12 status
1513
// UNSUPPORTED: gcc-12
1614

libcxx/test/std/time/time.hms/time.hms.nonmembers/ostream.pass.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
// TODO FMT Evaluate gcc-12 status
1313
// UNSUPPORTED: gcc-12
1414

15-
// TODO FMT Investigate Windows issues.
16-
// UNSUPPORTED: msvc, target={{.+}}-windows-gnu
17-
1815
// XFAIL: availability-fp_to_chars-missing
1916

2017
// REQUIRES: locale.fr_FR.UTF-8

libcxx/test/std/utilities/format/format.functions/unicode.pass.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// This version runs the test when the platform has Unicode support.
1111
// UNSUPPORTED: libcpp-has-no-unicode
1212

13-
// TODO FMT Investigate Windows issues.
14-
// UNSUPPORTED msvc, target={{.+}}-windows-gnu
15-
1613
// TODO FMT This test should not require std::to_chars(floating-point)
1714
// XFAIL: availability-fp_to_chars-missing
1815

0 commit comments

Comments
 (0)