[libcxx-commits] [PATCH] D145120: [libc++][chrono] XFAIL hh_mm_ss formatter test on FreeBSD
Ed Maste via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 2 12:30:46 PST 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5295fe4e98dc: [libc++][chrono] XFAIL hh_mm_ss formatter test on FreeBSD (authored by emaste).
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145120/new/
https://reviews.llvm.org/D145120
Files:
libcxx/test/std/time/time.syn/formatter.hh_mm_ss.pass.cpp
Index: libcxx/test/std/time/time.syn/formatter.hh_mm_ss.pass.cpp
===================================================================
--- libcxx/test/std/time/time.syn/formatter.hh_mm_ss.pass.cpp
+++ libcxx/test/std/time/time.syn/formatter.hh_mm_ss.pass.cpp
@@ -15,6 +15,8 @@
// TODO FMT Investigate Windows issues.
// UNSUPPORTED: msvc, target={{.+}}-windows-gnu
+// XFAIL: LIBCXX-FREEBSD-FIXME
+
// REQUIRES: locale.fr_FR.UTF-8
// REQUIRES: locale.ja_JP.UTF-8
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145120.501949.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230302/0634fc75/attachment.bin>
More information about the libcxx-commits
mailing list