Skip to content

Instantly share code, notes, and snippets.

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/17f266b129c113654df29d2d786e0bbd to your computer and use it in GitHub Desktop.
Save zoffixznet/17f266b129c113654df29d2d786e0bbd to your computer and use it in GitHub Desktop.
Test Summary Report
-------------------
t/spec/S17-lowlevel/lock.t (Wstat: 6 Tests: 18 Failed: 0)
Non-zero wait status: 6
Parse errors: Bad plan. You planned 23 tests but ran 18.
t/spec/S11-modules/nested.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: 17 Failed: 1)
Failed test: 12
Non-zero exit status: 1
Files=1149, Tests=125810, 124 wallclock secs (22.31 usr 3.32 sys + 2500.02 cusr 101.92 csys = 2627.57 CPU)
Result: FAIL
cpan@perlbuild2:~/CPANPRC/rakudo$ prove -e './perl6-m' -vlr t/spec/S11-modules/nested.t
t/spec/S11-modules/nested.t .. ===SORRY!=== Error while compiling /home/cpan/CPANPRC/rakudo/t/spec/packages/RoleA.pm (RoleA)
'use lib' may not be pre-compiled
at /home/cpan/CPANPRC/rakudo/t/spec/packages/RoleA.pm (RoleA):2
------> use lib 't/spec/packages'⏏;
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run
Test Summary Report
-------------------
t/spec/S11-modules/nested.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
Files=1, Tests=0, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.34 cusr 0.02 csys = 0.37 CPU)
Result: FAIL
cpan@perlbuild2:~/CPANPRC/rakudo$ prove -e './perl6-m' -vlr t/spec/S11-modules/require.rakudo.moar
t/spec/S11-modules/require.rakudo.moar ..
1..17
ok 1 - successful require PACKAGE returns PACKAGE
ok 2 - successful require STRING returns STRING
not ok 3 - require Test installs stub Test package at compile time# TODO creation of stub package symbol NYI RT \#125083
# Failed test 'require Test installs stub Test package at compile time'
# at t/spec/S11-modules/require.rakudo.moar line 20
# expected: '(Test)'
# got: '(Any)'
ok 4 - can load InnerModule from a path at run time
ok 5 - can call our-sub from required module
ok 6 - can load InnerModule from a variable at run time
ok 7 - can call our-sub from required module
ok 8 - can load InnerModule by name and path, with import list
ok 9 - \# SKIP Trying to import from 'InnerModule', but the following symbols are missing: quux RT \#118407
ok 10 - can load Fancy::Utilities at run time
ok 11 - can call our-sub from required module
not ok 12 - can require with variable name
# Failed test 'can require with variable name'
# at t/spec/S11-modules/require.rakudo.moar line 59
# ===SORRY!=== Error while compiling /home/cpan/CPANPRC/rakudo/t/spec/packages/A.pm (A)
# 'use lib' may not be pre-compiled
# at /home/cpan/CPANPRC/rakudo/t/spec/packages/A.pm (A):3
# ------> use lib 't/spec/packages'⏏;
ok 13 - can call subroutines in a module by name
ok 14 - require with import list
ok 15 - loading modules does not clobber GLOBAL
ok 16 - can change directory and require a module
ok 17 - requiring something non-existent does not make it segfault
# FUDGED!
# Looks like you failed 1 test of 17
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/17 subtests
Test Summary Report
-------------------
t/spec/S11-modules/require.rakudo.moar (Wstat: 256 Tests: 17 Failed: 1)
Failed test: 12
Non-zero exit status: 1
Files=1, Tests=17, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.97 cusr 0.08 csys = 1.07 CPU)
Result: FAIL
cpan@perlbuild2:~/CPANPRC/rakudo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment