[libc++] Mark GDB pretty printers as unsupported on GCC 11.2 to make CI green
authorLouis Dionne <ldionne.2@gmail.com>
Thu, 9 Jun 2022 19:50:56 +0000 (15:50 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Thu, 9 Jun 2022 19:51:02 +0000 (15:51 -0400)
libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp

index 6ad6cce..d2d5508 100644 (file)
@@ -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