mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 11:39:35 +00:00
[libc++][format][test] Adds Windows support.
These tests pass on Windows without additional changes. This has been tested in D150593.
This commit is contained in:
parent
cbaa3597aa
commit
48985f58b4
@ -9,8 +9,6 @@
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17
|
||||
// UNSUPPORTED: no-localization
|
||||
|
||||
// TODO FMT Investigate Windows issues.
|
||||
// UNSUPPORTED msvc, target={{.+}}-windows-gnu
|
||||
// TODO FMT Evaluate gcc-12 status
|
||||
// UNSUPPORTED: gcc-12
|
||||
|
||||
|
@ -9,8 +9,6 @@
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17
|
||||
// UNSUPPORTED: no-localization
|
||||
|
||||
// TODO FMT Investigate Windows issues.
|
||||
// UNSUPPORTED msvc, target={{.+}}-windows-gnu
|
||||
// TODO FMT It seems GCC uses too much memory in the CI and fails.
|
||||
// UNSUPPORTED: gcc-12
|
||||
|
||||
|
@ -9,8 +9,6 @@
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17
|
||||
// UNSUPPORTED: no-localization
|
||||
|
||||
// TODO FMT Investigate Windows issues.
|
||||
// UNSUPPORTED msvc, target={{.+}}-windows-gnu
|
||||
// TODO FMT It seems GCC uses too much memory in the CI and fails.
|
||||
// UNSUPPORTED: gcc-12
|
||||
|
||||
|
@ -9,8 +9,6 @@
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17
|
||||
// UNSUPPORTED: no-localization
|
||||
|
||||
// TODO FMT Investigate Windows issues.
|
||||
// UNSUPPORTED msvc, target={{.+}}-windows-gnu
|
||||
// TODO FMT It seems GCC uses too much memory in the CI and fails.
|
||||
// UNSUPPORTED: gcc-12
|
||||
|
||||
|
@ -9,8 +9,6 @@
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17
|
||||
// UNSUPPORTED: no-localization
|
||||
|
||||
// TODO FMT Investigate Windows issues.
|
||||
// UNSUPPORTED: msvc, target={{.+}}-windows-gnu
|
||||
// TODO FMT Evaluate gcc-12 status
|
||||
// UNSUPPORTED: gcc-12
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
// TODO FMT Evaluate gcc-12 status
|
||||
// UNSUPPORTED: gcc-12
|
||||
|
||||
// TODO FMT Investigate Windows issues.
|
||||
// UNSUPPORTED: msvc, target={{.+}}-windows-gnu
|
||||
|
||||
// XFAIL: availability-fp_to_chars-missing
|
||||
|
||||
// REQUIRES: locale.fr_FR.UTF-8
|
||||
|
@ -10,9 +10,6 @@
|
||||
// This version runs the test when the platform has Unicode support.
|
||||
// UNSUPPORTED: libcpp-has-no-unicode
|
||||
|
||||
// TODO FMT Investigate Windows issues.
|
||||
// UNSUPPORTED msvc, target={{.+}}-windows-gnu
|
||||
|
||||
// TODO FMT This test should not require std::to_chars(floating-point)
|
||||
// XFAIL: availability-fp_to_chars-missing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user