We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddb2de commit 36232c3Copy full SHA for 36232c3
t/io/closepid.t
@@ -19,7 +19,6 @@ my $killsig = 'HUP';
19
$killsig = 1 unless $Config{sig_name} =~ /\bHUP\b/;
20
21
{
22
- local $::TODO = $^O eq "MSWin32" ? "not fixed yet #4106" : undef;
23
# github #4106
24
open my $saveout, ">&", \*STDOUT or die;
25
my $start = time();
@@ -38,8 +37,6 @@ SKIP:
38
37
39
skip("Not relevant to $^O", 3)
40
if $^O eq "VMS";
41
- skip "Waits for any child on Windows", 3
42
- if $^O eq "MSWin32";
43
skip("only matters for waitpid or wait4", 3)
44
unless $Config{d_waitpid} || $Config{d_wait4};
45
# [perl #119893]
0 commit comments