[libcxx-commits] [libcxx] 1d29657 - [libc++] Disable the GDB pretty printer tests again, since they break the CI
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 12 07:40:30 PDT 2022
Author: Louis Dionne
Date: 2022-10-12T10:40:11-04:00
New Revision: 1d29657acb08cb14a27fad6b19a434513b8e057c
URL: https://github.com/llvm/llvm-project/commit/1d29657acb08cb14a27fad6b19a434513b8e057c
DIFF: https://github.com/llvm/llvm-project/commit/1d29657acb08cb14a27fad6b19a434513b8e057c.diff
LOG: [libc++] Disable the GDB pretty printer tests again, since they break the 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 b922a8bd8ab61..48b3f10c83018 100644
--- a/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
+++ b/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
@@ -11,6 +11,9 @@
// UNSUPPORTED: no-localization
// UNSUPPORTED: c++03
+// TODO: Investigate these failures which break the CI.
+// UNSUPPORTED: clang-14, clang-15, clang-16
+
// TODO: Investigate this failure on GCC 12 (in Ubuntu Jammy)
// UNSUPPORTED: gcc-12
More information about the libcxx-commits
mailing list