[libcxx-commits] [libcxx] 4fa997d - [libc++] Disables a test in clang-17.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 27 08:03:22 PST 2023


Author: Mark de Wever
Date: 2023-01-27T17:03:11+01:00
New Revision: 4fa997ddf4b93f8255e1643599a523198f3e026c

URL: https://github.com/llvm/llvm-project/commit/4fa997ddf4b93f8255e1643599a523198f3e026c
DIFF: https://github.com/llvm/llvm-project/commit/4fa997ddf4b93f8255e1643599a523198f3e026c.diff

LOG: [libc++] Disables a test in clang-17.

This test already had issues and bumping main to 17 causes them to fail
again.

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 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


        


More information about the libcxx-commits mailing list