From decc3ce8213259c446820ae1f87d793000287fd4 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Fri, 18 Nov 2022 14:39:10 +0000 Subject: [PATCH] Skip one test under miniperl threads module not yet available. For: # https://github.com/Perl/perl5/issues/20524 --- t/run/switchF2.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/run/switchF2.t b/t/run/switchF2.t index 5a434eb782..bf40e403e9 100644 --- a/t/run/switchF2.t +++ b/t/run/switchF2.t @@ -30,6 +30,7 @@ SKIP: { $have_config or skip "Can't check if we have threads", 1; $Config::Config{usethreads} or skip "No threads", 1; + is_miniperl() and skip "threads module not available under miniperl", 1; # this would only fail under valgrind/ASAN fresh_perl_is('print $F[1]; threads->new(sub {})->join', "b", {