Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
todo modules.t Test:Harness on Windows
Browse files Browse the repository at this point in the history
fails there with "Free to wrong pool 155c2d0 not 880131005df0b161"
  • Loading branch information
Reini Urban committed Sep 12, 2016
1 parent d0f38a3 commit 56d1993
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/modules.t
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ sub is_todo {

# ---------------------------------------
if ($Config{useithreads}) {
if ($^O eq 'MSWin32') { foreach(qw(
Test::Harness
)) { return 'MSWin32 with threads' if $_ eq $module; }}
if ($] >= 5.008008 and $] < 5.008009) { foreach(qw(
Test::Tester
)) { return '5.8.8 with threads' if $_ eq $module; }}
Expand Down

0 comments on commit 56d1993

Please sign in to comment.