Skip to content

Commit 353324e

Browse files
committed
[libc++] Mark GDB pretty printers as unsupported on GCC 11.2 to make CI green
1 parent be1082c commit 353324e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
// TODO: Investigate this failure, which happens only with the Bootstrapping build.
1515
// UNSUPPORTED: clang-14, clang-15
1616

17+
// TODO: Investigate this failure on GCC 11.2 (in Ubuntu Jammy)
18+
// UNSUPPORTED: gcc-11.2
19+
1720
// RUN: %{cxx} %{flags} %s -o %t.exe %{compile_flags} -g %{link_flags}
1821
// Ensure locale-independence for unicode tests.
1922
// 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

0 commit comments

Comments
 (0)