42d9e5288b
Running the testsuite with the native-extended-gdbserver.exp board and passing a variant spec, like make check RUNTESTFLAGS="--target_board=native-extended-gdbserver/-m32" results in dejagnu trying to open a rsh connection to "native-extended-gdbserver", which of course is wrong. The point of this board is running things locally. The issue is that the native-extended-gdbserver board does not clear the "isremote" flag properly. Reported by Sergio at: https://sourceware.org/ml/gdb-patches/2015-02/msg00067.html testsuite/ 2015-02-04 Pedro Alves <palves@redhat.com> * boards/native-extended-gdbserver.exp: Remove any target variant specifications from the board name before clearing the isremote flag from board_info. |
||
---|---|---|
.. | ||
cc-with-tweaks.exp | ||
dwarf4-gdb-index.exp | ||
fission-dwp.exp | ||
fission.exp | ||
gdbserver-base.exp | ||
local-remote-host-native.exp | ||
local-remote-host-notty.exp | ||
local-remote-host.exp | ||
native-extended-gdbserver.exp | ||
native-gdbserver.exp | ||
native-stdio-gdbserver.exp | ||
remote-stdio-gdbserver.exp | ||
stabs.exp |