We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seen for example on a freebsd 13 system:
"/usr/perl5.32.1Dp/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Raw.bs blib/arch/auto/Git/Raw/Raw.bs 644 PERL_DL_NONLAZY=1 "/usr/perl5.32.1Dp/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'Git/Raw.pm loaded ok' # at t/00-compile.t line 102. # got: '139' # expected: '0' # Failed test 'Git/Raw/AnnotatedCommit.pm loaded ok' # at t/00-compile.t line 102. # got: '139' # expected: '0' # Failed test 'Git/Raw/Blame.pm loaded ok' # at t/00-compile.t line 102. # got: '139' # expected: '0' ... etc ... Test Summary Report ------------------- t/00-compile.t (Wstat: 13056 (exited 51) Tests: 60 Failed: 51) Failed tests: 1-6, 10-11, 13-28, 30-39, 42-43, 45, 47-60 Non-zero exit status: 51 t/01-repo.t (Wstat: 139 (Signal: SEGV, dumped core) Tests: 0 Failed: 0) Non-zero wait status: 139 Parse errors: No plan found in TAP output ... etc ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seen for example on a freebsd 13 system:
The text was updated successfully, but these errors were encountered: