Problem: MS-Windows: Using socket after it was closed causes an exception.
Solution: Don't give an error when handling WM_NETBEANS. Re-enable tests
for MS-Windows.
int channel_idx = channel_fd2idx((sock_T)msg.wParam);
if (channel_idx >= 0)
+ {
+ /* Disable error messages, they can mess up the display and throw
+ * an exception. */
+ ++emsg_off;
channel_read(channel_idx, FALSE, "process_message");
+ --emsg_off;
+ }
return;
}
#endif
endfunc
func Test_two_channels()
- " TODO: make this work again with MS-Windows
- if has('unix')
- call s:run_server('s:two_channels')
- endif
+ call s:run_server('s:two_channels')
endfunc
" Test that a server crash is handled gracefully.
endfunc
func Test_server_crash()
- " TODO: make this work again with MS-Windows
- if has('unix')
- call s:run_server('s:server_crash')
- endif
+ call s:run_server('s:server_crash')
endfunc
let s:reply = ""
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1313,
/**/
1312,
/**/