Created
September 26, 2011 15:23
-
-
Save ingydotnet/1242486 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
cp bin/mo-inline blib/script/mo-inline | |
/usr/bin/perl "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mo-inline | |
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t xt/*.t | |
t/build.t ............ ok | |
t/extends.t .......... ok | |
t/has.t .............. ok | |
t/object.t ........... ok | |
t/strict.t ........... ok | |
t/test.t ............. ok | |
xt/inline.t .......... ok | |
xt/layout.t .......... ok | |
xt/mo-inline.t ....... Can't tie 'Tie::File' to '/home/ingy/src/mo-pm/blib/lib/Mo.pm': | |
Permission denied at /home/ingy/src/mo-pm/blib/lib/Mo/Inline.pm line 62 | |
Unquoted string "has" may clash with future reserved word at xt/TestMyMo.pm line 5. | |
Unquoted string "has" may clash with future reserved word at xt/TestMyMo.pm line 6. | |
syntax error at xt/TestMyMo.pm line 5, near "has this" | |
Compilation failed in require at xt/mo-inline.t line 18. | |
# Looks like your test exited with 13 before it could output anything. | |
xt/mo-inline.t ....... Dubious, test returned 13 (wstat 3328, 0xd00) | |
Failed 3/3 subtests | |
xt/module-install.t .. ok | |
Test Summary Report | |
------------------- | |
xt/mo-inline.t (Wstat: 3328 Tests: 0 Failed: 0) | |
Non-zero exit status: 13 | |
Parse errors: Bad plan. You planned 3 tests but ran 0. | |
Files=10, Tests=58, 2 wallclock secs ( 0.07 usr 0.01 sys + 1.08 cusr 0.22 csys = 1.38 CPU) | |
Result: FAIL | |
Failed 1/10 test programs. 0/58 subtests failed. | |
make: *** [test_dynamic] Error 255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment