[libcxx-commits] [PATCH] D127419: [libc++] Fixes CI after Jammy update.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 9 12:53:34 PDT 2022
ldionne added inline comments.
================
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
----------------
Mordante wrote:
> 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.
Sorry, I missed this patch but I just did this in 353324eb1458f56e11ff63d820ff78ea287f3bf3.
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