Skip to content

Commit 9750a3d

Browse files
committed
[libc++] Enable the GDB pretty printers for Clang
1 parent 8b40a09 commit 9750a3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
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
16-
1715
// The Android libc++ tests are run on a non-Android host, connected to an
1816
// Android device over adb. gdb needs special support to make this work (e.g.
1917
// gdbclient.py, ndk-gdb.py, gdbserver), and the Android organization doesn't

0 commit comments

Comments
 (0)