[libcxx-commits] [PATCH] D120611: [libcxx] [test] Remove an incorrect XFAIL, fix CI on main

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 25 23:23:34 PST 2022


mstorsjo created this revision.
mstorsjo added reviewers: Quuxplusone, stefanp.
mstorsjo requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.

9f5f08476e8979046ad3a13865d984c428eae442 <https://reviews.llvm.org/rG9f5f08476e8979046ad3a13865d984c428eae442> / D119770 <https://reviews.llvm.org/D119770> made this test
pass in the Windows configurations too, but didn't update the XFAIL
accordingly.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120611

Files:
  libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp


Index: libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp
===================================================================
--- libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp
+++ libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp
@@ -9,9 +9,6 @@
 // UNSUPPORTED: libcpp-no-concepts
 // UNSUPPORTED: libcpp-has-no-incomplete-format
 
-// UTF-32 doesn't work properly
-// XFAIL: windows
-
 // <format>
 
 // Tests the Unicode width support of the standard format specifiers.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120611.411582.patch
Type: text/x-patch
Size: 650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220226/0df996ae/attachment.bin>


More information about the libcxx-commits mailing list