Skip to content

Commit 56d1993

Browse files
author
Reini Urban
committed
todo modules.t Test:Harness on Windows
fails there with "Free to wrong pool 155c2d0 not 880131005df0b161"
1 parent d0f38a3 commit 56d1993

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/modules.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,9 @@ sub is_todo {
345345

346346
# ---------------------------------------
347347
if ($Config{useithreads}) {
348+
if ($^O eq 'MSWin32') { foreach(qw(
349+
Test::Harness
350+
)) { return 'MSWin32 with threads' if $_ eq $module; }}
348351
if ($] >= 5.008008 and $] < 5.008009) { foreach(qw(
349352
Test::Tester
350353
)) { return '5.8.8 with threads' if $_ eq $module; }}

0 commit comments

Comments
 (0)