[libcxx-commits] [PATCH] D128084: [libc++] Add CI job testing on FreeBSD

Ed Maste via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 15 06:55:26 PST 2022


emaste added inline comments.


================
Comment at: libcxx/utils/libcxx/test/features.py:257
+  Feature(name='freebsd', when=lambda cfg: '__FreeBSD__' in compilerMacros(cfg)),
+  Feature(name='LIBCXX-FREEBSD-FIXME', when=lambda cfg: '__FreeBSD__' in compilerMacros(cfg))
 ]
----------------
The intent of this one is to tag specifically those XFAILs added as part of enabling CI? There is one case of `XFAIL: freebsd` in the tree now (trivial_copy_move_ABI.pass.cpp).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128084



More information about the libcxx-commits mailing list