[libcxx-commits] [PATCH] D141542: [libc++] Add FreeBSD XFAILs in preparation for CI runner

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 20 08:58:15 PST 2023


Mordante accepted this revision.
Mordante added a comment.

IMO we should fix these issues, but I rather have a CI that tests most of libc++ instead of all of FreeBSD.

Note I really would like to help with the locale stuff, but that requires remote access to a FreeBSD box.



================
Comment at: libcxx/test/std/time/time.cal/time.cal.month/time.cal.month.nonmembers/ostream.pass.cpp:9
 
+// XFAIL: LIBCXX-FREEBSD-FIXME
+
----------------
Is there a way to get remote access to a FreeBSD machine? I wouldn't mind to fix these, and upcoming time locale issues, when I have access.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141542



More information about the libcxx-commits mailing list