[libcxx-commits] [PATCH] D120611: [libcxx] [test] Remove an incorrect XFAIL, fix CI on main
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 26 09:30:13 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1198c309db1a: [libcxx] [test] Remove an incorrect XFAIL, fix CI on main (authored by mstorsjo, committed by arthur.j.odwyer).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120611/new/
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.411620.patch
Type: text/x-patch
Size: 650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220226/6a602e89/attachment.bin>
More information about the libcxx-commits
mailing list