Skip to content

Commit 36a243c

Browse files
committed
Merge pull request #17 from ribasushi/5_8_1_testfix
Skip a group of tests intermittently failing on 5.8.1
2 parents 00f8dd1 + a8a4cd5 commit 36a243c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/31methcache.t

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ run_tests("magic", new_handle());
142142

143143
SKIP: {
144144
skip "no threads / perl < 5.8.9", 12 unless $has_threads;
145+
146+
skip "weaken itself is buggy on 5.8.1 (magic killbackrefs panic "
147+
."triggered by threads, fixed in 5.8.2)"
148+
, 12 unless $] > 5.008001;
145149
# only enable this when handles are allowed to be shared across threads
146150
#{
147151
# my @h = new_handle();

0 commit comments

Comments
 (0)