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

Ed Maste via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 16 09:23:37 PST 2022


emaste added a comment.

Forcing CI to use clang15 for now and have the following failures:

  Failed Tests (9):
    llvm-libc++-shared.cfg.in :: std/localization/locale.stdcvt/depr.verify.cpp
    llvm-libc++-shared.cfg.in :: std/localization/locales/locale.convenience/conversions/conversions.buffer/depr.verify.cpp
    llvm-libc++-shared.cfg.in :: std/localization/locales/locale.convenience/conversions/conversions.string/depr.verify.cpp
    llvm-libc++-shared.cfg.in :: std/time/time.cal/time.cal.month/time.cal.month.nonmembers/ostream.pass.cpp
    llvm-libc++-shared.cfg.in :: std/time/time.syn/formatter.day.pass.cpp
    llvm-libc++-shared.cfg.in :: std/time/time.syn/formatter.duration.pass.cpp
    llvm-libc++-shared.cfg.in :: std/time/time.syn/formatter.month.pass.cpp
    llvm-libc++-shared.cfg.in :: std/time/time.syn/formatter.weekday.pass.cpp
    llvm-libc++-shared.cfg.in :: std/time/time.syn/formatter.year.pass.cpp

https://reviews.llvm.org/harbormaster/unit/203630/

Looking much better, one or two more iterations on XFAILs and should be good to go.


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