[libcxx-commits] [PATCH] D113112: [libc++] Add XFAIL annotations for older Clangs

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 3 08:48:23 PDT 2021


ldionne added a comment.

Since we install the nightly ToT Clang (which is `clang-14`) on our CI machines, it turns out that this still fails for `clang-14`. It will fail until the Docker images pick up a ToT Clang that contains D111477 <https://reviews.llvm.org/D111477>, but we don't really have control over when that happens.

That's not a great story for rolling out changes to Clang and libc++ in lockstep, we need to figure out how to do that better. Ideally we'd build Clang ToT in each job before running the tests, but that is going to be prohibitively expensive.

For now, I'm going to mark the test as `UNSUPPORTED` on `clang-14` until the builders pick up something recent enough. Not great but it should get the CI green again.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113112



More information about the libcxx-commits mailing list