[libcxx-commits] [PATCH] D145853: [libc++][format] range-default-formatter for strings.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 22 09:24:45 PDT 2023


Mordante added inline comments.


================
Comment at: libcxx/test/std/utilities/format/format.range/format.range.fmtstr/format.pass.cpp:13
+// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{.+}}
+// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx11.{{.+}}
+
----------------
Review all test to match the availablity as changed in D134598.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145853



More information about the libcxx-commits mailing list