Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests fail in macOS with Perl 5.34 and Perl 5.38 #40

Open
ballapete opened this issue Nov 2, 2024 · 0 comments
Open

Tests fail in macOS with Perl 5.34 and Perl 5.38 #40

ballapete opened this issue Nov 2, 2024 · 0 comments

Comments

@ballapete
Copy link

Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-kavorka/p5.34-kavorka/work/Kavorka-0.039" && /usr/bin/make test
PERL_DL_NONLAZY=1 "/opt/local/bin/perl5.34" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/.t
t/01basic.t .................... ok
...
t/70introspection.t ............ ok
Can't call method "add_attribute" on an undefined value at /opt/local/lib/perl5/vendor_perl/5.34/Moo/HandleMoose.pm line 172.
Compilation failed in require at t/71moosemeta.t line 34.
BEGIN failed--compilation aborted at t/71moosemeta.t line 34.
t/71moosemeta.t ................
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/80returntype.t ............... ok
...
t/99threads.t .................. ok

Test Summary Report

t/71moosemeta.t (Wstat: 65280 (exited 255) Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=43, Tests=337, 20 wallclock secs ( 0.16 usr 0.09 sys + 15.02 cusr 1.52 csys = 16.79 CPU)
Result: FAIL
Failed 1/43 test programs. 0/337 subtests failed.

And similarly:

Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_perl_p5-kavorka/p5.38-kavorka/work/Kavorka-0.039" && /usr/bin/make test
PERL_DL_NONLAZY=1 "/opt/local/bin/perl5.38" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/.t
t/01basic.t .................... ok
...
t/70introspection.t ............ ok
Can't call method "add_attribute" on an undefined value at /opt/local/lib/perl5/vendor_perl/5.38/Moo/HandleMoose.pm line 172.
Compilation failed in require at t/71moosemeta.t line 34.
BEGIN failed--compilation aborted at t/71moosemeta.t line 34.
t/71moosemeta.t ................
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/80returntype.t ............... ok
...
t/99threads.t .................. ok

Test Summary Report

t/71moosemeta.t (Wstat: 65280 (exited 255) Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=43, Tests=337, 19 wallclock secs ( 0.16 usr 0.08 sys + 15.01 cusr 1.52 csys = 16.77 CPU)
Result: FAIL
Failed 1/43 test programs. 0/337 subtests failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant