Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created May 20, 2017 15:23
Show Gist options
  • Save zoffixznet/841902c4f511ee1044e29fb8f09e6333 to your computer and use it in GitHub Desktop.
Save zoffixznet/841902c4f511ee1044e29fb8f09e6333 to your computer and use it in GitHub Desktop.
cpan@perlbuild4~/CPANPRC/rakudo (nom)$ t/fudgeandrun t/spec/integration/advent2011-day07.t
t/spec/integration/advent2011-day07.t .. Potential difficulties:
Redeclaration of symbol '%timing'
at /home/cpan/CPANPRC/rakudo/t/spec/integration/advent2011-day07.t:16
------> my %timing⏏ = get-timing();
1..3
No such method 'name' for invocant of type 'Mu'
in block at /home/cpan/CPANPRC/rakudo/t/spec/packages/Advent/GrammarProfiler.pm (Advent::GrammarProfiler) line 14
in block at /home/cpan/CPANPRC/rakudo/t/spec/packages/Advent/GrammarProfiler.pm (Advent::GrammarProfiler) line 17
in block at /home/cpan/CPANPRC/rakudo/t/spec/packages/Advent/GrammarProfiler.pm (Advent::GrammarProfiler) line 17
in block at /home/cpan/CPANPRC/rakudo/t/spec/packages/Advent/GrammarProfiler.pm (Advent::GrammarProfiler) line 17
in block <unit> at t/spec/integration/advent2011-day07.t line 14
# Looks like you planned 3 tests, but ran 0
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/3 subtests
Test Summary Report
-------------------
t/spec/integration/advent2011-day07.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 3 tests but ran 0.
Files=1, Tests=0, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.25 cusr 0.05 csys = 0.32 CPU)
Result: FAIL
cpan@perlbuild4~/CPANPRC/rakudo (nom)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment