mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
Skip one test under miniperl
threads module not yet available. For: # https://github.com/Perl/perl5/issues/20524
This commit is contained in:
parent
6866894f3e
commit
decc3ce821
@ -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",
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user