Commit 64e12f6
committed
test: re-enable test_connect_stdio on Windows
Problem:
test_connect_stdio was marked xfail on Windows since #544, but Neovim
has since fixed stdio channel handling for detached processes on Windows
(neovim/neovim#37977).
Solution:
Remove the xfail mark from test_connect_stdio. Keep xfail on
test_connect_socket since it uses UNIX domain sockets which are
fundamentally unsupported on Windows.1 parent 38cbc4f commit 64e12f6
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
| |||
0 commit comments