Skip to content

Instantly share code, notes, and snippets.

@colomon
Created August 16, 2010 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 colomon/527534 to your computer and use it in GitHub Desktop.
Save colomon/527534 to your computer and use it in GitHub Desktop.
Wynne:testml-pm6 colomon$ make test
env PERL6LIB=/Users/colomon/tools/testml-pm6/blib/lib:/Users/colomon/tools/testml-pm6/lib: /Users/colomon/localperl/bin/prove -e '/Users/colomon/tools/rakudo/perl6' -r --nocolor t/
t/arguments.t .............. Failed 2/2 subtests
t/assertions.t ............. ok
t/basic.t .................. === A Basic TestML File ===
t/basic.t .................. Failed 3/3 subtests
t/dataless.t ............... ok
t/exceptions.t ............. Failed 3/3 subtests
t/markers.t ................ Failed 2/2 subtests
t/parse-testml-document.t .. Failed 4/23 subtests
t/t1.t ..................... === The Simplest TestML Test That Could Possibly Fail! ===
t/t1.t ..................... Failed 2/2 subtests
t/truth.t .................. ok
Test Summary Report
-------------------
t/arguments.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/basic.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/exceptions.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/markers.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/parse-testml-document.t (Wstat: 0 Tests: 23 Failed: 4)
Failed tests: 19-20, 22-23
t/t1.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 2 tests but ran 0.
Files=9, Tests=35, 121 wallclock secs ( 0.06 usr 0.04 sys + 103.96 cusr 6.22 csys = 110.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