We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1082c commit 353324eCopy full SHA for 353324e
libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
@@ -14,6 +14,9 @@
14
// TODO: Investigate this failure, which happens only with the Bootstrapping build.
15
// UNSUPPORTED: clang-14, clang-15
16
17
+// TODO: Investigate this failure on GCC 11.2 (in Ubuntu Jammy)
18
+// UNSUPPORTED: gcc-11.2
19
+
20
// RUN: %{cxx} %{flags} %s -o %t.exe %{compile_flags} -g %{link_flags}
21
// Ensure locale-independence for unicode tests.
22
// 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