From 653b21416c1d0f22841c64cbfd09a2cdc49544a6 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Wed, 27 Jul 2022 19:59:56 +0200 Subject: [PATCH] [libc++] Fixes the CI. The GDB test was disabled for clang-15, updated the filter since main now is clang-16. --- 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 09a5dcfb82ed..58ea54d6e19c 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 this failure, which happens only with the Bootstrapping build. -// UNSUPPORTED: clang-13, clang-14, clang-15 +// UNSUPPORTED: clang-13, clang-14, clang-15, clang-16 // TODO: Investigate this failure on GCC 12 (in Ubuntu Jammy) // UNSUPPORTED: gcc-12