[libcxx-commits] [PATCH] D113139: [libc++] Mark a failing test.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 9 10:00:15 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa948a0a23ce7: [libc++] Mark a failing test. (authored by Mordante).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113139/new/

https://reviews.llvm.org/D113139

Files:
  libcxx/test/std/utilities/format/format.functions/locale-specific_form.pass.cpp


Index: libcxx/test/std/utilities/format/format.functions/locale-specific_form.pass.cpp
===================================================================
--- libcxx/test/std/utilities/format/format.functions/locale-specific_form.pass.cpp
+++ libcxx/test/std/utilities/format/format.functions/locale-specific_form.pass.cpp
@@ -10,8 +10,13 @@
 // UNSUPPORTED: libcpp-has-no-localization
 // UNSUPPORTED: libcpp-has-no-incomplete-format
 
-// TODO(mordante): Investigate these localization/format failures since updating the Docker image in CI
-// UNSUPPORTED: stdlib=libc++
+// The issue is caused in __format_spec::__determine_grouping().
+// There a string iterator is modified. The string is returned
+// from the dylib's use_facet<numpunct<_CharT>>::grouping()
+// XFAIL: LIBCXX-DEBUG-FIXME
+
+// TODO FMT Evaluate gcc-11 status
+// UNSUPPORTED: gcc-11
 
 // REQUIRES: locale.en_US.UTF-8
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113139.385867.patch
Type: text/x-patch
Size: 893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211109/bb05b9d7/attachment.bin>


More information about the libcxx-commits mailing list