Disable exec-dependent follow vfork tests for remote
authorDon Breazeal <donb@codesourcery.com>
Thu, 28 May 2015 20:36:05 +0000 (13:36 -0700)
committerDon Breazeal <donb@codesourcery.com>
Thu, 28 May 2015 21:40:30 +0000 (14:40 -0700)
commite970cb3401cf549accc92452f4888440fb983f39
tree507fadcac21141d774607253cb9da3e921e63670
parentbfacd19d64c76b740a4a9c18dce4277e4a9afde5
Disable exec-dependent follow vfork tests for remote

The native-extended-gdbserver target now supports fork events and
follow fork, but it does not yet support exec events.  Some of the
tests in gdb.base/foll-vfork.exp depend on exec events.  This patch
disables those tests for remote targets.  We can re-enable these
once the exec event support goes in.

gdb/testsuite/

* gdb.base/foll-vfork.exp (main): Disable exec-dependent
tests for remote targets by checking is_target_gdbserver.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/foll-vfork.exp