[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:57:20 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Mordante marked an inline comment as done.
Closed by commit rG075990236f8f: [libc++] Fixes CI after Jammy update. (authored by Mordante).
Changed prior to commit:
https://reviews.llvm.org/D127419?vs=435623&id=435656#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127419/new/
https://reviews.llvm.org/D127419
Files:
libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
Index: libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
===================================================================
--- libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
+++ libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
@@ -12,7 +12,7 @@
// UNSUPPORTED: c++03
// TODO: Investigate this failure, which happens only with the Bootstrapping build.
-// UNSUPPORTED: clang-14, clang-15
+// UNSUPPORTED: clang-13, clang-14, clang-15
// TODO: Investigate this failure on GCC 11.2 (in Ubuntu Jammy)
// UNSUPPORTED: gcc-11.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127419.435656.patch
Type: text/x-patch
Size: 548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220609/0fc0566d/attachment.bin>
More information about the libcxx-commits
mailing list