Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created August 18, 2016 19:11
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/2b862a3e6a43edd930e4fa2fbe44e36e to your computer and use it in GitHub Desktop.
Save zoffixznet/2b862a3e6a43edd930e4fa2fbe44e36e to your computer and use it in GitHub Desktop.
Test Summary Report
-------------------
t/spec/S17-procasync/kill.rakudo.moar (Wstat: 0 Tests: 9 Failed: 0)
TODO passed: 9
t/spec/S10-packages/use-with-class.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/spec/S11-modules/import-tag.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/spec/S11-modules/lexical.t (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: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/spec/S11-modules/need.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/spec/S11-modules/require.rakudo.moar (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
Files=1162, Tests=128858, 119 wallclock secs (21.94 usr 3.17 sys + 2542.19 cusr 110.56 csys = 2677.86 CPU)
Result: FAIL
cpan@perlbuild2:~/CPANPRC/rakudo$ make t/spec/S10-packages/use-with-class.t
rm -f -- perl6
cp -- perl6-m perl6
chmod -- 755 perl6
/home/cpan/perl5/perlbrew/perls/perl-5.24.0/bin/perl t/harness5 --fudge --moar --keep-exit-code --verbosity=1 t/spec/S10-packages/use-with-class.t
t/spec/S10-packages/use-with-class.t ..
1..9
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
All tests successful.
Files=1, Tests=9, 1 wallclock secs ( 0.01 usr 0.00 sys + 1.71 cusr 0.12 csys = 1.84 CPU)
Result: PASS
cpan@perlbuild2:~/CPANPRC/rakudo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment