From 4fa997ddf4b93f8255e1643599a523198f3e026c Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Fri, 27 Jan 2023 17:01:55 +0100 Subject: [PATCH] [libc++] Disables a test in clang-17. This test already had issues and bumping main to 17 causes them to fail again. --- libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 48b3f10c8301..c8529f94d28e 100644 --- a/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp +++ b/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp @@ -12,7 +12,7 @@ // UNSUPPORTED: c++03 // TODO: Investigate these failures which break the CI. -// UNSUPPORTED: clang-14, clang-15, clang-16 +// UNSUPPORTED: clang-14, clang-15, clang-16, clang-17 // TODO: Investigate this failure on GCC 12 (in Ubuntu Jammy) // UNSUPPORTED: gcc-12 -- 2.34.1