[libcxx-commits] [libcxx] 0759902 - [libc++] Fixes CI after Jammy update.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 9 12:57:11 PDT 2022


Author: Mark de Wever
Date: 2022-06-09T21:57:07+02:00
New Revision: 075990236f8f78defc705c8573a66321edccd63f

URL: https://github.com/llvm/llvm-project/commit/075990236f8f78defc705c8573a66321edccd63f
DIFF: https://github.com/llvm/llvm-project/commit/075990236f8f78defc705c8573a66321edccd63f.diff

LOG: [libc++] Fixes CI after Jammy update.

Reviewed By: #libc, philnik

Differential Revision: https://reviews.llvm.org/D127419

Added: 
    

Modified: 
    libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp

Removed: 
    


################################################################################
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 d2d550814a23..1395e626362a 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


        


More information about the libcxx-commits mailing list