diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 60a19eb5f0b..d4e7d8b6707 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2019-06-21 Tom de Vries + + PR testsuite/24518 + PR ada/24713 + * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains + index. + 2019-06-19 Tom Tromey * gdb.ada/length_cond.exp: Add intro comment. diff --git a/gdb/testsuite/gdb.ada/ptype_union.exp b/gdb/testsuite/gdb.ada/ptype_union.exp index 4f33721c817..c27db1f2926 100644 --- a/gdb/testsuite/gdb.ada/ptype_union.exp +++ b/gdb/testsuite/gdb.ada/ptype_union.exp @@ -19,6 +19,11 @@ if {[prepare_for_testing "failed to prepare" ${testfile} ${srcfile}]} { return -1 } +if {[exec_has_index_section $binfile]} { + unsupported "Ada is not currently supported by the index (PR 24713)" + return -1 +} + # The test case is written in C, because it was easy to make the # required type there; but the bug itself only happens in Ada. gdb_test "set lang ada" ""