diff options
author | Tom de Vries <tdevries@suse.de> | 2024-09-23 09:47:26 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2024-09-23 09:47:26 +0200 |
commit | bee9d0068824629a136afc02818a1495209186ae (patch) | |
tree | 9092825bd952eab7e2fca9940b549d5cc439eb6a /gdb/python/python.h | |
parent | 3169d006121af0316903bb05f72ca52b40083834 (diff) | |
download | binutils-bee9d0068824629a136afc02818a1495209186ae.zip binutils-bee9d0068824629a136afc02818a1495209186ae.tar.gz binutils-bee9d0068824629a136afc02818a1495209186ae.tar.bz2 |
[gdb/testsuite] Fix gdb.base/return.exp on arm-linux
After doing pre-commit testing of some patch on arm-linux, the Linaro CI
reported:
...
FAIL: 1 regressions: 1 improvements
regressions.sum:
=== gdb tests ===
Running gdb:gdb.base/return.exp ...
ERROR: no fileid for ccd235fdc9bf
improvements.sum:
=== gdb tests ===
Running gdb:gdb.base/return.exp ...
ERROR: no fileid for 017e9b314c5a
...
The problem is the call to allow_float_test. It calls gdb_exit (for arm-linux
only), and consequently kills the gdb instance setup by prepare_for_testing:
...
if { [prepare_for_testing "failed to prepare" "return"] } {
return -1
}
set allow_float_test [allow_float_test]
...
Fix this by moving the call to allow_float_test to before prepare_for_testing.
Tested on arm-linux and x86_64-linux.
Diffstat (limited to 'gdb/python/python.h')
0 files changed, 0 insertions, 0 deletions