From 1d29657acb08cb14a27fad6b19a434513b8e057c Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 12 Oct 2022 10:40:06 -0400 Subject: [PATCH] [libc++] Disable the GDB pretty printer tests again, since they break the CI --- libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp b/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp index b922a8b..48b3f10 100644 --- a/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp +++ b/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp @@ -11,6 +11,9 @@ // UNSUPPORTED: no-localization // UNSUPPORTED: c++03 +// TODO: Investigate these failures which break the CI. +// UNSUPPORTED: clang-14, clang-15, clang-16 + // TODO: Investigate this failure on GCC 12 (in Ubuntu Jammy) // UNSUPPORTED: gcc-12 -- 2.7.4