]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Avoid timeouts with gnat-llvm in gdb.ada/operator_call.exp
authorTom Tromey <tromey@adacore.com>
Mon, 28 Jul 2025 13:17:09 +0000 (07:17 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 28 Jul 2025 13:17:09 +0000 (07:17 -0600)
commit8c50b5191904d5e9b66683f5c47bc7306cb5fbbe
tree5a8993f8a1d87efeb9481ced600ea51ed2f9e113
parentd3e582895b2038feb47b68f1e03efaa0d9dae325
Avoid timeouts with gnat-llvm in gdb.ada/operator_call.exp

While working on gnat-llvm, gdb.ada/operator_call.exp has many
timeouts.  This happens because gnat-llvm's DWARF output is still
incomplete, and so gdb emits an unexpected error in this test.

This patch improves the test by having it recognize this output and
issue a failure rather than a timeout.  This greatly speeds up
testing.
gdb/testsuite/gdb.ada/operator_call.exp