[libcxx-commits] [PATCH] D127419: [libc++] Fixes CI after Jammy update.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 9 11:54:11 PDT 2022


Mordante added a comment.

Note I intend to land this when the CI passes. Making a review gives faster feedback.



================
Comment at: libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp:15
 // TODO: Investigate this failure, which happens only with the Bootstrapping build.
-// UNSUPPORTED: clang-14, clang-15
+// UNSUPPORTED: clang-14, clang-15, gcc-11
 
----------------
Only 11 so I can see whether GCC-12 has the same issue. (I've a patch prepared for GCC-12.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127419



More information about the libcxx-commits mailing list