Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Last active August 29, 2015 14:13
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 FROGGS/f7101c862a663144d92d to your computer and use it in GitHub Desktop.
Save FROGGS/f7101c862a663144d92d to your computer and use it in GitHub Desktop.
PERL6LIB=lib prove -e perl6-m t/*.t
t/01-argless.t ......... ok
t/02-simple-args.t ..... ok
t/03-simple-returns.t .. ok
t/04-pointers.t ........ ok
t/05-arrays.t .......... 1/20
# Failed test 'int in struct in element 0'
# at t/05-arrays.t line 50
# expected: '2'
# got: '876148073976299522'
# Failed test 'int in struct in element 1'
# at t/05-arrays.t line 50
# expected: '3'
# got: '935169136600809475'
# Failed test 'int in struct in element 2'
# at t/05-arrays.t line 50
# expected: '5'
# got: '880456647728693253'
# Looks like you failed 3 tests of 20
t/05-arrays.t .......... Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/20 subtests
t/06-struct.t .......... 1/19
# Failed test 'getting int from C-created struct'
# at t/06-struct.t line 1
# expected: '17'
# got: '-3689348813882916847'
# Failed test 'getting num from C-created struct'
# at t/06-struct.t line 1
# expected: 4.2
# got: 2.81169881985422e-313
# Failed test 'getting int8 from C-created struct'
# at t/06-struct.t line 1
# expected: '13'
# got: '-61'
# Failed test 'getting num32 from C-created struct'
# at t/06-struct.t line 1
# expected: -6.28
# got: 1.98914257628067e-30
t/06-struct.t .......... Failed 14/19 subtests
t/07-writebarrier.t .... ok
t/08-callbacks.t ....... 1/5
# Failed test 'struct callback int argument'
# at t/08-callbacks.t line 43
# expected: '-42'
# got: '73014443990'
# Looks like you failed 1 tests of 5
t/08-callbacks.t ....... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
t/09-nativecast.t ...... ok
t/10-cglobals.t ........ ok
Test Summary Report
-------------------
t/05-arrays.t (Wstat: 768 Tests: 20 Failed: 3)
Failed tests: 10-12
Non-zero exit status: 3
t/06-struct.t (Wstat: 139 Tests: 9 Failed: 4)
Failed tests: 6-9
Non-zero wait status: 139
Parse errors: Bad plan. You planned 19 tests but ran 9.
t/08-callbacks.t (Wstat: 256 Tests: 5 Failed: 1)
Failed test: 5
Non-zero exit status: 1
Files=10, Tests=88, 30 wallclock secs ( 0.07 usr 0.02 sys + 26.40 cusr 0.94 csys = 27.43 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment