Hi,
The tests are failing in appveyor with the following messages:
From test_clientserver.vim:
Found errors in Test_client_server():
Run 1:
function RunTheTest[39]..Test_client_server line 139: Expected ['E573:.*vim10'] but got 'E277: Unable to read a server reply': let x = remote_read('vim10')
function RunTheTest[39]..Test_client_server line 140: Expected ['E573:.*abc'] but got 'E258: Unable to send to client': call server2client('abc', 'xyz')
Run 2:
function RunTheTest[39]..Test_client_server line 139: Expected ['E573:.*vim10'] but got 'E277: Unable to read a server reply': let x = remote_read('vim10')
function RunTheTest[39]..Test_client_server line 140: Expected ['E573:.*abc'] but got 'E258: Unable to send to client': call server2client('abc', 'xyz')
This is started from patch 8.2.1183.
Regards,
Yegappan