[libcxx-commits] [PATCH] D150273: [libc++][AIX] Remove hardcode fail from format test
Jake Egan via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 6 07:18:57 PDT 2023
Jake-Egan updated this revision to Diff 556031.
Jake-Egan added a comment.
Restore patch (lost part of the patch when rebasing)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150273/new/
https://reviews.llvm.org/D150273
Files:
libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp
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,8 +11,8 @@
// This version runs the test when the platform has Unicode support.
// UNSUPPORTED: libcpp-has-no-unicode
-// TODO FMT Investigate Windows and 32-bit AIX issues.
-// UNSUPPORTED: msvc, target={{.+}}-windows-gnu, target=powerpc-ibm-aix{{.*}}
+// 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
@@ -565,7 +565,6 @@
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
# ifdef _LIBCPP_SHORT_WCHAR
test_ill_formed_utf16();
- assert(false);
# else // _LIBCPP_SHORT_WCHAR
test_ill_formed_utf32();
# endif // _LIBCPP_SHORT_WCHAR
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150273.556031.patch
Type: text/x-patch
Size: 1028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230906/34dafe35/attachment.bin>
More information about the libcxx-commits
mailing list