[libcxx-commits] [libcxx] 353324e - [libc++] Mark GDB pretty printers as unsupported on GCC 11.2 to make CI green

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 9 12:51:12 PDT 2022


Author: Louis Dionne
Date: 2022-06-09T15:51:02-04:00
New Revision: 353324eb1458f56e11ff63d820ff78ea287f3bf3

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

LOG: [libc++] Mark GDB pretty printers as unsupported on GCC 11.2 to make CI green

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 6ad6ccea0e35f..d2d550814a23c 100644
--- a/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
+++ b/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
@@ -14,6 +14,9 @@
 // TODO: Investigate this failure, which happens only with the Bootstrapping build.
 // UNSUPPORTED: clang-14, clang-15
 
+// TODO: Investigate this failure on GCC 11.2 (in Ubuntu Jammy)
+// UNSUPPORTED: gcc-11.2
+
 // RUN: %{cxx} %{flags} %s -o %t.exe %{compile_flags} -g %{link_flags}
 // Ensure locale-independence for unicode tests.
 // RUN: env LANG=en_US.UTF-8 %{gdb} -nx -batch -iex "set autoload off" -ex "source %S/../../../utils/gdb/libcxx/printers.py" -ex "python register_libcxx_printer_loader()" -ex "source %S/gdb_pretty_printer_test.py" %t.exe


        


More information about the libcxx-commits mailing list