[libcxx-commits] [PATCH] D112726: [libc++] Update the CI Docker image to Focal

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 28 09:06:31 PDT 2021


Mordante added a comment.

Interesting this fails with GCC-11 for some format functions. I've seen GCC-11 issues in format before, like
in this https://reviews.llvm.org/D112727#change-pkkDJKXHGfxB file.
Can you disable the tests with

  // TODO FMT Evaluate gcc-11 status
  // UNSUPPORTED: gcc-11

Then it will automatically be in my TODO list.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112726



More information about the libcxx-commits mailing list