Skip to content

Commit 7ac946c

Browse files
committed
issue143 fails on MSVC
with Free to wrong pool. TODO it
1 parent 39d16e8 commit 7ac946c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/issue143.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ BEGIN {
1010
use Config ();
1111
# broken on 5.10.1 with 1.48
1212
my $todo = "TODO #143 " if $]>=5.010 and $]<5.012;
13+
$todo = "TODO Free to wrong pool with MSVC " if $^O eq 'MSWin32' and $Config{cc} =~ 'cl';
1314

1415
ctestok(1, "C,-O3", 'ccode143i', <<'EOS', "wrong length after double regex compilation");
1516
BEGIN {

0 commit comments

Comments
 (0)