[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:16:19 PDT 2023


Jake-Egan updated this revision to Diff 556030.
Jake-Egan added a comment.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
This revision now requires review to proceed.

rebase


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
@@ -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.556030.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230906/99b41023/attachment-0001.bin>


More information about the libcxx-commits mailing list