As discussed since quite a time and specced in pdd03, param count mismatches throw an exception. Use :optional or :slurpy args if needed, or just fix function calls and/or .param directives to prevent that error. Below is a list of currently (r11570) failing core tests. Please note that return/result count mismatches are still not checked.

Fixes welcome, I'll try to resolve some too.
leo

Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------ -------
t/compilers/imcc/syn/objects.t     1   256    11    1   9.09%  5
t/compilers/imcc/syn/pcc.t         1   256    21    1   4.76%  7
t/configure/configure.t          255 65280    24    3  12.50%  23-24
t/examples/streams.t               7  1792    12    7  58.33%  1-3 5-8
t/library/dumper.t                 2   512    27    2   7.41%  12-13
t/library/parrotlib.t              1   256     6    1  16.67%  6
t/library/streams.t 8 2048 20 8 40.00% 9-11 13-16 19
t/library/test_builder_tester.t    1   256    12    8  66.67%  9-12
t/library/test_more.t              1   256    20   40 200.00%  1-20
t/pmc/coroutine.t                  1   256    10    1  10.00%  2
t/pmc/mmd.t                        1   256    31    1   3.23%  11
t/pmc/object-meths.t               1   256    33    1   3.03%  12
9 tests and 369 subtests skipped.
Failed 12/228 test scripts, 94.74% okay. 49/4529 subtests failed, 98.92% okay.

Reply via email to