t/data/01_pass.pl
|
- ok 1 - im ok
- ok 2 - one is one
- ok 3 - contains b
- not ok 4 - one is two? # TODO just cant get these working?
- # Failed (TODO) test 'one is two?'
- # at t/data/01_pass.pl line 12.
- # got: '1'
- # expected: '2'
- not ok 5 - contains d? # TODO just cant get these working?
- # Failed (TODO) test 'contains d?'
- # at t/data/01_pass.pl line 13.
- # 'abc'
- # doesn't match '(?-xism:d)'
- ok 6 # skip to the loo
- ok 7 # skip to the loo
- not ok 8 # TODO & SKIP to the loo again
- not ok 9 # TODO & SKIP to the loo again
- 1..9
|
0.09s |
100.0% |
t/data/02_fail.pl
|
- ok 1 - im ok
- ok 2 - one is one
- ok 3 - contains b
- not ok 4 - one is two?
- # Failed test 'one is two?'
- # at t/data/02_fail.pl line 11.
- # got: '1'
- # expected: '2'
- not ok 5 - contains d?
- # Failed test 'contains d?'
- # at t/data/02_fail.pl line 12.
- # 'abc'
- # doesn't match '(?-xism:d)'
- ok 6 - youre ok
- not ok 7 - dont run me
- # Failed test 'dont run me'
- # at t/data/02_fail.pl line 17.
- 1..7
- # Looks like you failed 3 tests of 7.
- exit status: 3, wait status: 768
|
0.09s |
57.1% |
t/data/03_plan_fail.pl
|
- Parse error: Bad plan. You planned 2 tests but ran 3.
- 1..2
- ok 1 - im ok
- ok 2 - one is one
- ok 3 - contains b (unplanned!)
- # Looks like you planned 2 tests but ran 1 extra.
- exit status: 255, wait status: 65280
|
0.09s |
100.0% |
t/data/04_die_fail.pl
|
- 1..3
- ok 1 - im ok
- ok 2 - one is one
- ok 3 - contains b
- this is an error test, not some horrible error at t/data/04_die_fail.pl line 10.
- # Looks like your test died just after 3.
- exit status: 255, wait status: 65280
|
0.08s |
100.0% |
t/data/05_compile_fail.pl
|
- Parse error: No plan found in TAP output
- Bareword found where operator expected at t/data/05_compile_fail.pl line 6, near "be ok"
- (Do you need to predeclare be?)
- Semicolon seems to be missing at t/data/05_compile_fail.pl line 8.
- syntax error at t/data/05_compile_fail.pl line 6, near "be ok"
- Execution of t/data/05_compile_fail.pl aborted due to compilation errors.
- # Looks like your test died before it could output anything.
- exit status: 255, wait status: 65280
|
0.07s |
n/a |
t/data/06_skip_all.pl
|
- 1..0 # Skip likity skipity
|
0.06s |
n/a |
t/data/07_todo_pass.pl
|
- 1..7
- ok 1 - im ok
- ok 2 - one is one
- ok 3 - contains b
- ok 4 - one is one! # TODO just cant get these working? (unexpectedly succeeded!)
- ok 5 - contains c? # TODO just cant get these working? (unexpectedly succeeded!)
- not ok 6 # TODO & SKIP to the loo
- not ok 7 # TODO & SKIP to the loo
|
0.07s |
100.0% |
t/data/08_html_in_output.pl
|
- ok 1 - escape some of these chars: !@\#$%^++_)(*&^%$\#@!><
- ok 2 - contains <b> in the <output>
- not ok 3 - <html> in the diag messages..
- # Failed test '<html> in the diag messages..'
- # at t/data/08_html_in_output.pl line 8.
- # got: 'a<b>c'
- # expected: '<html><body><h1>eeek</h1></body></html>'
- 1..3
- # Looks like you failed 1 test of 3.
- exit status: 1, wait status: 256
|
0.07s |
66.7% |
t/data/09_skip_error.pl
|
- ok 1 # skip to the loo
- ok 2 # skip to the loo
- Label not found for "last SKIP" at /usr/local/lib/perl5/5.8.4/Test/More.pm line 1023.
- 1..2
- # Looks like your test died just after 2.
- exit status: 255, wait status: 65280
|
0.06s |
100.0% |
t/data/10_todo_skip.pl
|
- 1..2
- not ok 1 # TODO & SKIP to the loo
- not ok 2 # TODO & SKIP to the loo
|
0.00s |
100.0% |
t/data/11_lots_of_tests.pl
|
|
0.47s |
91.0% |