Skip to content
Snippets Groups Projects
Commit 817766f4 authored by Luc Michel's avatar Luc Michel Committed by Jonathan Wakely
Browse files

libstdc++: Fix testsuite for skipping gdb tests on remote/non-native target


This fixes an incorrect invocation of gdb on remote targets where
DejaGNU would try to run host's gdb in remote target simulator.
gdb-test skips the testing when target is remote or non native but the
gdb version check function does not.

Suggested-by: default avatarJonathan Wakely <jwakely@redhat.com>
Signed-off-by: default avatarLuc Michel <lmichel@kalray.eu>

Co-authored-by: default avatarMarc Poulhies <mpoulhies@kalrayinc.com>

libstdc++-v3/ChangeLog:

	* testsuite/lib/gdb-test.exp (gdb_version_check)
	(gdb_version_check_xmethods): Only check the GDB version for
	local native targets.
parent 174f9257
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment