[libcxx-commits] [PATCH] D144331: [libc++][format] Implements formatter thread::id.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 22 09:25:48 PDT 2023
Mordante added inline comments.
Herald added a subscriber: mikhail.ramalho.
================
Comment at: libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/format.functions.format.pass.cpp:17
+// 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/D144331/new/
https://reviews.llvm.org/D144331
More information about the libcxx-commits
mailing list