From 075990236f8f78defc705c8573a66321edccd63f Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Thu, 9 Jun 2022 20:51:25 +0200 Subject: [PATCH] [libc++] Fixes CI after Jammy update. Reviewed By: #libc, philnik Differential Revision: https://reviews.llvm.org/D127419 --- 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 d2d5508..1395e62 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-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 -- 2.7.4