Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 4f90a4f

Browse files
committed
B-C: c.t 27 flaps under cygwin also
1 parent 086ff1b commit 4f90a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpan/B-C/t/c.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ my @skip = ();
2121
#push @skip, 29 if $] > 5.015; #hangs at while Perl_hfree_next_entry hv.c:1670
2222
push @skip, (21,38) if $^O eq 'cygwin'; #hangs
2323
# 38 hangs in IO reading from /dev/null
24-
push @todo, (44,45) if $^O eq 'cygwin'; #SEGV
24+
push @todo, (27,41,44,45,49) if $^O eq 'cygwin'; #SEGV
2525

2626
run_c_tests("C", \@todo, \@skip);

0 commit comments

Comments
 (0)