Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@colomon
Created August 27, 2014 17: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 colomon/ffb6814a3e64d7609f90 to your computer and use it in GitHub Desktop.
Save colomon/ffb6814a3e64d7609f90 to your computer and use it in GitHub Desktop.
prove -e 'perl6 -Ilib' t
t/call.t ................ Segmentation fault (core dumped)
t/call.t ................ Dubious, test returned 139 (wstat 35584, 0x8b00)
Failed 11/11 subtests
t/eval.t ................ Failed 2/2 subtests
t/eval_return_values.t .. use of uninitialized value of type Any in string context in sub is at lib/Test.pm:97
t/eval_return_values.t .. 1/2
# Failed test at t/eval_return_values.t line 10
use of uninitialized value of type Any in string context in sub is at lib/Test.pm:100
# got: ''
# expected: '5'
use of uninitialized value of type Any in string context in sub is at lib/Test.pm:97
# Failed test at t/eval_return_values.t line 11
use of uninitialized value of type Any in string context in sub is at lib/Test.pm:100
# got: ''
# expected: 'Perl 5'
# Looks like you failed 2 tests of 2
t/eval_return_values.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
t/p5_to_p6.t ............ use of uninitialized value of type Any in string context in sub is at lib/Test.pm:97
t/p5_to_p6.t ............ 1/?
# Failed test at t/p5_to_p6.t line 9
use of uninitialized value of type Any in string context in sub is at lib/Test.pm:100
# got: ''
# expected: '5'
use of uninitialized value of type Any in string context in sub is at lib/Test.pm:97
# Failed test at t/p5_to_p6.t line 10
use of uninitialized value of type Any in string context in sub is at lib/Test.pm:100
# got: ''
# expected: 'Perl 5'
# Failed test at t/p5_to_p6.t line 11
# got: Any
# expected: [1, 2]
# Failed test at t/p5_to_p6.t line 1
# got: Any
# expected: [1, [2, 3]]
# Failed test at t/p5_to_p6.t line 13
# got: Any
# expected: {"a" => 1, "b" => 2}
# Failed test at t/p5_to_p6.t line 1
# got: Any
# expected: {"b" => {"c" => 3}, "a" => 1}
# Failed test at t/p5_to_p6.t line 1
# got: Any
# expected: [1, {"b" => {"c" => 3}}]
# Looks like you failed 7 tests of 8
t/p5_to_p6.t ............ Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/8 subtests
t/p6_to_p5.t ............ Can't locate object method "identity" via package "main".
t/p6_to_p5.t ............ Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/6 subtests
Test Summary Report
-------------------
t/call.t (Wstat: 35584 Tests: 0 Failed: 0)
Non-zero exit status: 139
Parse errors: Bad plan. You planned 11 tests but ran 0.
t/eval.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/eval_return_values.t (Wstat: 512 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
t/p5_to_p6.t (Wstat: 1792 Tests: 8 Failed: 7)
Failed tests: 1-7
Non-zero exit status: 7
t/p6_to_p5.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 6 tests but ran 0.
Files=5, Tests=10, 10 wallclock secs ( 0.03 usr 0.00 sys + 9.02 cusr 0.23 csys = 9.28 CPU)
Result: FAIL
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment