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?
- not ok 5 - contains d? # TODO just cant get these working?
- 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.06s |
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?
- not ok 5 - contains d?
- ok 6 - youre ok
- not ok 7 - dont run me
- 1..7
- exit status: 3, wait status: 768
|
0.11s |
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!)
- exit status: 255, wait status: 65280
|
0.04s |
150.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.
- exit status: 255, wait status: 65280
|
0.11s |
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.
- exit status: 255, wait status: 65280
|
0.05s |
n/a |
t/data/06_skip_all.pl
|
- 1..0 # Skip likity skipity
|
0.03s |
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.09s |
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..
- 1..3
- exit status: 1, wait status: 256
|
0.02s |
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
- exit status: 255, wait status: 65280
|
0.01s |
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.10s |
100.0% |