[libcxx-commits] [PATCH] D149078: [AIX] Adjust support of format function tests
Jake Egan via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 25 10:39:26 PDT 2023
Jake-Egan updated this revision to Diff 516845.
Jake-Egan retitled this revision from "[AIX] Remove UNSUPPORTED from format function tests" to "[AIX] Adjust support of format function tests".
Jake-Egan edited the summary of this revision.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149078/new/
https://reviews.llvm.org/D149078
Files:
libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp
libcxx/test/std/utilities/format/format.functions/unicode.pass.cpp
Index: libcxx/test/std/utilities/format/format.functions/unicode.pass.cpp
===================================================================
--- libcxx/test/std/utilities/format/format.functions/unicode.pass.cpp
+++ 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
Index: libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp
===================================================================
--- libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp
+++ 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149078.516845.patch
Type: text/x-patch
Size: 1514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230425/6b004624/attachment.bin>
More information about the libcxx-commits
mailing list