[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 12:50:32 PDT 2022


Mordante marked an inline comment as done.
Mordante added a comment.

Thanks for the review!



================
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
 
----------------
philnik wrote:
> Mordante wrote:
> > Only 11 so I can see whether GCC-12 has the same issue. (I've a patch prepared for GCC-12.)
> Could you put this as it's own `// UNSUPPORTED` with it's own (correct) comment?
I've done that. It also seems to fail for clang 13 :-( So I wonder in how many CIs this is actually tested. But it seems that was already an existing issue.

PS: the GCC-12 patch is already made I just want to wait for the CI to be stable to test it.


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