Avoid tests which crash the calling process on Windows

Andrew Dunstan <andrew@dunslane.net>

Commit: 734cb4c2e7de92972c01b6339a3e15ac4bc605dd
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2017-05-12T10:41:23Z
Releases: 10.0
Avoid tests which crash the calling process on Windows

Certain recovery tests use the Perl IPC::Run module's start/kill_kill
method of processing. On at least some versions of perl this causes the
whole process and its caller to crash. If we ever find a better way of
doing these tests they can be re-enabled on this platform. This does not
affect Mingw or Cygwin builds, which use a different perl and a
different shell and so are not affected.

Files