[libcxx-commits] [libcxx] bc5c151 - Disable gdb_pretty_printer_test.sh.cpp for clang 19

via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 27 02:24:16 PST 2024


Author: cor3ntin
Date: 2024-01-27T11:24:13+01:00
New Revision: bc5c151348a1efb392b25153dfa73ddd7ee06d3f

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

LOG: Disable gdb_pretty_printer_test.sh.cpp for clang 19

As it breaks buildkite CI

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 29315e76ec09de4..479c1b93fcab95a 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-16, clang-17, clang-18
+// UNSUPPORTED: clang-16, clang-17, clang-18, clang-19
 
 // TODO: Investigate this failure on GCC 13 (in Ubuntu Jammy)
 // UNSUPPORTED: gcc-13


        


More information about the libcxx-commits mailing list