Skip one test under miniperl

threads module not yet available.

For: # https://github.com/Perl/perl5/issues/20524
This commit is contained in:
James E Keenan 2022-11-18 14:39:10 +00:00
parent 6866894f3e
commit decc3ce821

View File

@ -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",
{