Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created December 4, 2017 19:02
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/a0230986ac398f0101b6738bc58daae2 to your computer and use it in GitHub Desktop.
Save zoffixznet/a0230986ac398f0101b6738bc58daae2 to your computer and use it in GitHub Desktop.
cpan@perlbuild4~/CPANPRC/rakudo (master)$ t/fudgeandrun t/spec/S26-documentation/07-tables.t
t/spec/S26-documentation/07-tables.t ..
===WARNING: One or more tables evidence bad practice.
== Set environment variable 'RAKUDO_POD6_TABLE_DEBUG' for more details.
1..40
ok 1 - The object is-a 'Pod::Block::Table'
ok 2 -
ok 3 -
ok 4 -
ok 5 -
ok 6 -
ok 7 -
ok 8 -
ok 9 -
ok 10 -
ok 11 -
ok 12 -
ok 13 -
ok 14 -
ok 15 -
ok 16 -
ok 17 -
ok 18 -
ok 19 -
ok 20 -
ok 21 -
ok 22 -
ok 23 -
ok 24 -
ok 25 -
ok 26 -
ok 27 -
ok 28 -
ok 29 -
ok 30 -
ok 31 -
ok 32 -
ok 33 -
ok 34 -
not ok 35 -
not ok 36 -
# Failed test at t/spec/S26-documentation/07-tables.t line 130
# expected: 'Foo'
# got: (Any)
# Failed test at t/spec/S26-documentation/07-tables.t line 131
# expected: 'meow'
# got: ''meow''
ok 37 -
not ok 38 -
# Failed test at t/spec/S26-documentation/07-tables.t line 133
# expected: 'foos'
# got: 'Q|foos|'
ok 39 -
not ok 40 -
# Failed test at t/spec/S26-documentation/07-tables.t line 135
# expected: 'meow'
# got: '"meow"'
# Looks like you failed 4 tests of 40
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/40 subtests
Test Summary Report
-------------------
t/spec/S26-documentation/07-tables.t (Wstat: 1024 Tests: 40 Failed: 4)
Failed tests: 35-36, 38, 40
Non-zero exit status: 4
Files=1, Tests=40, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.54 cusr 0.05 csys = 0.61 CPU)
Result: FAIL
cpan@perlbuild4~/CPANPRC/rakudo (master)$ t/fudgeandrun t/spec/MISC/bug-coverage-stress.t
t/spec/MISC/bug-coverage-stress.t ..
1..5
1..2
ok 1 - program did not hang
ok 2 - STDOUT
ok 1 - no deadlock while acquiring mutex
ok 2 - Supply.merge on signals does not crash
ok 3 - dir() does not produce wrong results under concurrent load
ok 4 - no issues when piping one Proc's STDOUT to another's STDIN
not ok 5 - supply inside sock does not hang
# Failed test 'supply inside sock does not hang'
# at /home/cpan/CPANPRC/rakudo/t/spec/packages/Test/Util.pm (Test::Util) line 111
# got out: ""
# expected out: "pass"
# Looks like you failed 1 test of 5
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
Test Summary Report
-------------------
t/spec/MISC/bug-coverage-stress.t (Wstat: 256 Tests: 5 Failed: 1)
Failed test: 5
Non-zero exit status: 1
Files=1, Tests=5, 5 wallclock secs ( 0.00 usr 0.02 sys + 2.74 cusr 0.60 csys = 3.36 CPU)
Result: FAIL
cpan@perlbuild4~/CPANPRC/rakudo (master)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment