[libcxx-commits] [PATCH] D144739: [libc++][chrono] Add sys_time formatter.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 22 09:25:26 PDT 2023
Mordante added inline comments.
Herald added a subscriber: mikhail.ramalho.
================
Comment at: libcxx/test/std/time/time.clock/time.clock.system/ostream.pass.cpp:20
+// 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/D144739/new/
https://reviews.llvm.org/D144739
More information about the libcxx-commits
mailing list