[libcxx-commits] [PATCH] D99093: [libcxx] [ci] Add a Windows CI buildkite configuration

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 24 02:21:50 PDT 2021


mstorsjo added a comment.

In D99093#2646967 <https://reviews.llvm.org/D99093#2646967>, @goncharov wrote:

> That's a lot of failed tests reported. If you want to add this step before fixing all tests I would probably need to modify test result processing to ignore all from the jobs that are "soft failed". Otherwise every review author will see them. WDYT?

Most of those failures have been silenced with `XFAIL: LIBCXX-WINDOWS-FIXME` separately in D99095 <https://reviews.llvm.org/D99095>. There's a few other minor mismatches with expectations left (D99096 <https://reviews.llvm.org/D99096> and some other bits), but it's supposed to be silent by the time this one is merged. I guess I could give this one a new run through CI to reflect the current state of affairs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99093



More information about the libcxx-commits mailing list