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 Fix this test using GCC, it currently crashes. // UNSUPPORTED: gcc-12 @@ -562,7 +562,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