Skip to content

Commit 3cc56f7

Browse files
philnik777github-actions[bot]
authored andcommitted
Automerge: [libc++] Enable the GDB pretty printers for Clang (#135484)
The GDB pretty printer test works just fine with Clang in the CI now, except that it breaks (not exactly unexpectedly) with optimizations enabled.
2 parents c5faaba + edc9d91 commit 3cc56f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88

99
// REQUIRES: host-has-gdb-with-python
1010
// REQUIRES: locale.en_US.UTF-8
11+
// REQUIRES: optimization=none
1112
// UNSUPPORTED: no-localization
1213
// UNSUPPORTED: c++03
1314

14-
// TODO: Investigate these failures which break the CI.
15-
// UNSUPPORTED: clang-18, clang-19, clang-20, clang-21
15+
// TODO: Investigate why this fails on the arm bots
16+
// UNSUPPORTED: target=arm{{.*}}
1617

1718
// The Android libc++ tests are run on a non-Android host, connected to an
1819
// Android device over adb. gdb needs special support to make this work (e.g.

0 commit comments

Comments
 (0)