Ticket #380 (closed bug: fixed)
t/pmc/exceptionhandler.t - Bad plan. You planned 8 tests but ran 6
| Reported by: | mikehh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Version: | trunk |
| Severity: | medium | Keywords: | pmc |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
This test started failing between r36930 and r36946.
It passes at build r36930:
1..8
ok 1 - Instantiated ExceptionHandler
ok 2 - Min and Max severity for exception handlers
ok 3 - Min and Max severity for exception handlers
ok 4 - Exception Handler type checks work
ok 5 - Exception Handler type checks work
ok 6 - Exception Handler subclass popped
ok 7 - Exception Handler subclass with can_handle method catch exception
ok 8 - Exception Handler subclass catch exception
but does not run the last two tests after r36946
1..8
ok 1 - Instantiated ExceptionHandler
...
ok 6 - Exception Handler subclass popped
mhk@mhk-desktop:~/parrot$ prove --verbose t/pmc/exceptionhandler.t
t/pmc/exceptionhandler.t ..
1..8
ok 1 - Instantiated ExceptionHandler
ok 2 - Min and Max severity for exception handlers
ok 3 - Min and Max severity for exception handlers
ok 4 - Exception Handler type checks work
ok 5 - Exception Handler type checks work
ok 6 - Exception Handler subclass popped
Failed 2/8 subtests
Test Summary Report
t/pmc/exceptionhandler.t (Wstat: 11 Tests: 6 Failed: 0)
Non-zero wait status: 11
Parse errors: Bad plan. You planned 8 tests but ran 6.
Files=1, Tests=6, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.01 cusr 0.01 csys = 0.07 CPU)
Result: FAIL
This happens on i386 Linux and AMD64 Linux.
I looked through the posts for r36931 through r36946 but could not see anything obvious.
Will continue checking.
