[libcxx-commits] [libcxx] 653b214 - [libc++] Fixes the CI.
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 27 11:01:57 PDT 2022
Author: Mark de Wever
Date: 2022-07-27T19:59:56+02:00
New Revision: 653b21416c1d0f22841c64cbfd09a2cdc49544a6
URL: https://github.com/llvm/llvm-project/commit/653b21416c1d0f22841c64cbfd09a2cdc49544a6
DIFF: https://github.com/llvm/llvm-project/commit/653b21416c1d0f22841c64cbfd09a2cdc49544a6.diff
LOG: [libc++] Fixes the CI.
The GDB test was disabled for clang-15, updated the filter since main
now is clang-16.
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 09a5dcfb82edb..58ea54d6e19cb 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-13, clang-14, clang-15
+// UNSUPPORTED: clang-13, 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