mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
kfail gdb.python/py-evsignal.exp on RSP targets properly
Fixes, with --target_board=native-extended-gdbserver: Running ..../src/gdb/testsuite/gdb.python/py-evsignal.exp ... FAIL: gdb.python/py-evsignal.exp: signal Thread 3 gdb/testsuite/ChangeLog: 2017-10-13 Pedro Alves <palves@redhat.com> * gdb.python/py-evsignal.exp: Check gdb_protocol instead of is_remote.
This commit is contained in:
parent
d7bcd5b8e5
commit
8d6ef72b04
@ -1,3 +1,8 @@
|
||||
2017-10-13 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gdb.python/py-evsignal.exp: Check gdb_protocol instead of
|
||||
is_remote.
|
||||
|
||||
2017-10-13 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gdb.threads/thread_events.exp: Check gdb_protocol instead of
|
||||
|
@ -13,7 +13,8 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
if {[is_remote target]} {
|
||||
if {[target_info gdb_protocol] == "remote"
|
||||
|| [target_info gdb_protocol] == "extended-remote"} {
|
||||
# RuntimeError: Could not find event thread
|
||||
kfail "python/12966" "Signal Thread 3"
|
||||
return -1
|
||||
|
Loading…
Reference in New Issue
Block a user