Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Last active April 28, 2018 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/43e5db7850fabf397c08cb237262b856 to your computer and use it in GitHub Desktop.
Save zoffixznet/43e5db7850fabf397c08cb237262b856 to your computer and use it in GitHub Desktop.
t/spec/S10-packages/use-with-class.t (Wstat: 65280 Tests: 7 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 11 tests but ran 7.
t/spec/S11-modules/export.rakudo.moar (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/spec/S11-modules/importing.t (Wstat: 256 Tests: 17 Failed: 1)
Failed test: 15
Non-zero exit status: 1
t/spec/S11-modules/nested.t (Wstat: 256 Tests: 11 Failed: 1)
Failed test: 3
Non-zero exit status: 1
t/spec/S11-modules/require.t (Wstat: 65280 Tests: 31 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 34 tests but ran 31.
t/spec/S12-class/literal.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/spec/S12-meta/classhow.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/spec/S12-meta/exporthow.rakudo.moar (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/spec/S10-packages/precompilation.rakudo.moar (Wstat: 65280 Tests: 32 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 49 tests but ran 32.
t/spec/integration/advent2011-day14.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/spec/integration/advent2011-day07.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
Files=1294, Tests=153215, 199 wallclock secs (21.21 usr 3.12 sys + 3353.44 cusr 154.42 csys = 3532.19 CPU)
Result: FAIL
Makefile:581: recipe for target 'm-stresstest5' failed
make: *** [m-stresstest5] Error 1
The spawned command 'make' exited unsuccessfully (exit code: 2)
in block <unit> at /home/cpan/zscript/bin/z line 148
cpan@perlbuild4~/R/rakudo (master)$ z t t/spec/S10-packages/use-with-class.t
t/spec/S10-packages/use-with-class.t ..
1..11
ok 1 - can instantiate object of "imported" class
ok 2 - can access attribute
ok 3 - can access method
ok 4 - can set through setter
ok 5 - can set trough assignment
ok 6 - setting actually worked
ok 7 - can extend "imported" class
Cannot unbox a type object (VMNull) to int.
in method doit at t/spec/S10-packages/use-with-class.t line 43
in block <unit> at t/spec/S10-packages/use-with-class.t line 46
# Looks like you planned 11 tests, but ran 7
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/11 subtests
Test Summary Report
-------------------
t/spec/S10-packages/use-with-class.t (Wstat: 65280 Tests: 7 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 11 tests but ran 7.
Files=1, Tests=7, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.48 cusr 0.06 csys = 0.56 CPU)
Result: FAIL
The spawned command 't/fudgeandrun' exited unsuccessfully (exit code: 1)
in block <unit> at /home/cpan/zscript/bin/z line 148
cpan@perlbuild4~/R/rakudo (master)$ declutter
cpan@perlbuild4~/R/rakudo (master)$ z t t/spec/S10-packages/use-with-class.t
t/spec/S10-packages/use-with-class.t ..
1..11
ok 1 - can instantiate object of "imported" class
ok 2 - can access attribute
ok 3 - can access method
ok 4 - can set through setter
ok 5 - can set trough assignment
ok 6 - setting actually worked
ok 7 - can extend "imported" class
ok 8 - can load class from inside a method
ok 9 - declaring a class after use-ing a module (RT \#73910)
ok 10 - packages compile successfully
ok 11 - no Perl6/World.nqp in warning
ok
All tests successful.
Files=1, Tests=11, 3 wallclock secs ( 0.02 usr 0.00 sys + 3.47 cusr 0.34 csys = 3.83 CPU)
Result: PASS
cpan@perlbuild4~/R/rakudo (master)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment