gdbserver --wrapper also doesn't work on Cygwin.

Skip the test on Cygwin too.

2013-09-18  Pedro Alves  <palves@redhat.com>

	PR server/15967
	* gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
	change text.
This commit is contained in:
Pedro Alves 2013-09-18 13:21:41 +00:00
parent 58c48e7253
commit a205fbfc18
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2013-09-18 Pedro Alves <palves@redhat.com>
PR server/15967
* gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
change text.
2013-09-18 Yao Qi <yao@codesourcery.com>
* gdb.server/wrapper.c: New.

View File

@ -25,8 +25,9 @@ if { [skip_gdbserver_tests] } {
return 0
}
if [istarget *-*-mingw*] {
unsupported "Command env doesn't exist on Windows."
if { [istarget *-*-mingw*]
|| [istarget *-*-cygwin*] } {
unsupported "gdbserver does not support --wrapper on this target (PR server/15967)"
return -1
}