summaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorJake Egan <5326451+jakeegan@users.noreply.github.com>2023-05-08 13:36:09 -0400
committerJake Egan <5326451+jakeegan@users.noreply.github.com>2023-05-08 13:41:00 -0400
commit7ad7b3275f702128ee49883c17f8e3c19e9ad450 (patch)
tree78e27c90ece812016de6d0b1022770582c9e594d /libcxx
parentb8d2f7177c39af7be371ba7f46cb00b9c63ef8f5 (diff)
downloadllvm-7ad7b3275f702128ee49883c17f8e3c19e9ad450.tar.gz
[AIX] Adjust support of format function tests
escaped_output.unicode.pass.cpp is failing only on 32-bit AIX. The rest are passing. Reviewed by: #libc, Mordante Differential Revision: https://reviews.llvm.org/D149078
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp5
-rw-r--r--libcxx/test/std/utilities/format/format.functions/unicode.pass.cpp3
2 files changed, 3 insertions, 5 deletions
diff --git a/libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp b/libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp
index 8ee7396871f2..5d838a727bf5 100644
--- a/libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp
+++ b/libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp
@@ -11,9 +11,8 @@
// This version runs the test when the platform has Unicode support.
// UNSUPPORTED: libcpp-has-no-unicode
-// TODO FMT Investigate Windows and AIX issues.
-// UNSUPPORTED: msvc, target={{.+}}-windows-gnu
-// UNSUPPORTED: LIBCXX-AIX-FIXME
+// TODO FMT Investigate Windows and 32-bit AIX issues.
+// UNSUPPORTED: msvc, target={{.+}}-windows-gnu, target=powerpc-ibm-aix{{.*}}
// TODO FMT Fix this test using GCC, it currently crashes.
// UNSUPPORTED: gcc-12
diff --git a/libcxx/test/std/utilities/format/format.functions/unicode.pass.cpp b/libcxx/test/std/utilities/format/format.functions/unicode.pass.cpp
index 1af442ea4d65..c90e5c2fc1c4 100644
--- a/libcxx/test/std/utilities/format/format.functions/unicode.pass.cpp
+++ b/libcxx/test/std/utilities/format/format.functions/unicode.pass.cpp
@@ -11,9 +11,8 @@
// This version runs the test when the platform has Unicode support.
// UNSUPPORTED: libcpp-has-no-unicode
-// TODO FMT Investigate Windows and AIX issues.
+// TODO FMT Investigate Windows issues.
// UNSUPPORTED msvc, target={{.+}}-windows-gnu
-// UNSUPPORTED: LIBCXX-AIX-FIXME
// TODO FMT This test should not require std::to_chars(floating-point)
// XFAIL: availability-fp_to_chars-missing