Created
July 14, 2017 23:02
-
-
Save zoffixznet/0e6c85eaea2b6261d770f207da2b1ee2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zoffix@VirtualBox~/CPANPRC/rakudo (nom)$ make spectest; echo "===="; cat ERR; echo "===="; echo OUT | |
cd t/spec && git pull --ff-only | |
Already up-to-date. | |
/home/zoffix/perl5/perlbrew/perls/perl-5.26.0/bin/perl t/harness5 --fudge --moar --keep-exit-code --tests-from-file=t/spectest.data | |
t/spec/S32-io/open.t .. Dubious, test returned 1 (wstat 256, 0x100) | |
Failed 1/1 subtests | |
Test Summary Report | |
------------------- | |
t/spec/S32-io/open.t (Wstat: 256 Tests: 1 Failed: 1) | |
Failed test: 1 | |
Non-zero exit status: 1 | |
Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.41 cusr 0.09 csys = 0.52 CPU) | |
Result: FAIL | |
make: *** [m-spectest5] Error 1 | |
==== | |
Reading from filehandle failed: Bad file descriptor | |
in block <unit> at getout-16651-754866.code line 6 | |
==== | |
OUT | |
zoffix@VirtualBox~/CPANPRC/rakudo (nom)$ /home/zoffix/perl5/perlbrew/perls/perl-5.26.0/bin/perl t/harness5 --fudge --moar --keep-exit-code --tests-from-file=t/spectest.data; echo "===="; cat ERR; echo "===="; echo OUT | |
t/spec/S32-io/open.t .. ok | |
All tests successful. | |
Files=1, Tests=1, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.41 cusr 0.08 csys = 0.51 CPU) | |
Result: PASS | |
==== | |
==== | |
OUT | |
zoffix@VirtualBox~/CPANPRC/rakudo (nom)$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment