-
Notifications
You must be signed in to change notification settings - Fork 822
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
perl 5.26.0 build reports failed tests using perlbrew #2223
Comments
Thanks for reporting the issue. Looking at the names of the tests above, it is likely known missing functionality in WSL. Outside of the test failures, is this blocking development with perl? |
Hi, aside from the test failures, things have been fine for me so far. I forced the install without the tests and so far I haven't run up against any problems. |
Thanks for confirming! As I mentioned these are likely all known issues but I'll mark it as a bug so we can track getting the tests to run clean. |
Ok so perl itself works; it's only the tests that fail I guess? May be annoying but is probably not of highest priority I suppose. |
@robertoabraham How did you force install without tests? |
@sudhirj I just used the --notest switch on the install command. It's described in the perlbrew manpage. Sorry for the slow reply - I'm traveling at the moment. |
Thanks... Perl was holding out Postgres for me, but with this out of the way I can actually give WSL a shot for work. |
I seem to be having another issue:
This is a:
Any hint on what's missing or needs upgrade? It's an Ubuntu server 14.04LTS otherwise |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
This bug-tracker is monitored by developers and other technical types. We like detail! So please use this form and tell us, concisely but precisely, what's up. Please fill out ALL THE FIELDS!
If you have a feature request, please post to the UserVoice. If you're reporting a BSOD, don't post here! Instead, e-mail "[email protected]", and if possible attach the minidump from "C:\Windows\minidump".
ver
at a Windows Command Prompt)Version 10.0.16215.1000
perlbrew install perl-5.26.0
The build fails reporting the following summary of test failures in the error log:
Test Summary Report
io/sem.t (Wstat: 5632 Tests: 1 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 7 tests but ran 1.
io/shm.t (Wstat: 0 Tests: 15 Failed: 14)
Failed tests: 2-15
io/socket.t (Wstat: 0 Tests: 15 Failed: 1)
Failed test: 11
../cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t (Wstat: 29440 Tests: 8 Failed: 1)
Failed test: 3
Non-zero exit status: 115
Parse errors: No plan found in TAP output
../cpan/IPC-SysV/t/ipcsysv.t (Wstat: 5632 Tests: 7 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 39 tests but ran 7.
../cpan/IPC-SysV/t/sem.t (Wstat: 5632 Tests: 1 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 11 tests but ran 1.
../cpan/IPC-SysV/t/shm.t (Wstat: 3328 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 13
Parse errors: Bad plan. You planned 23 tests but ran 2.
../dist/Net-Ping/t/510_ping_udp.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 1
Files=2553, Tests=1230362, 2196 wallclock secs (107.41 usr 122.59 sys + 609.17 cusr 494.53 csys = 1333.70 CPU)
Result: FAIL
makefile:832: recipe for target 'test_harness' failed
make: *** [test_harness] Error 18
Brew Failed
<cmd>
is failing, then runstrace -o strace.txt -ff <cmd>
, and post the strace.txt output here)See our contributing instructions for assistance.
The text was updated successfully, but these errors were encountered: