On 28 Oct 01, at 1:43, Gerrit Haase wrote: > some tests fail > > Failed Test Status Wstat Total Fail Failed List of Failed > -------------------------------------------------------------------------------- > > t/09_part.t 72 6 8.33% 31-33, 67-69 > Failed 1/13 test scripts, 92.31% okay. 6/1849 subtests failed, 99.68% okay.
Thank you for the report; those are known failures and are marked with 'TODO'. Which version of Test::Harness are you using? I have 1.25 and it does not mark any tests as failed, since it recognises the 'TODO' part of the output. Here is the relevant bit of the output as produced on my system (with Test::More v0.32): not ok 31 - present participle of kies # TODO kies has no participle yet # Failed (TODO) test (t/09_part.t at line 16) # got: undef # expected: 'kaivec' not ok 32 - past participle of kies # TODO kies has no participle yet # Failed (TODO) test (t/09_part.t at line 17) # got: undef # expected: 'kaivul' not ok 33 - gerund of kies # TODO kies has no participle yet # Failed (TODO) test (t/09_part.t at line 18) # got: undef # expected: 'kaiv�m' [...] not ok 67 - present participle of kies # TODO kies has no participle yet # Failed (TODO) test (t/09_part.t at line 16) # got: undef # expected: 'kaivec' not ok 68 - past participle of kies # TODO kies has no participle yet # Failed (TODO) test (t/09_part.t at line 17) # got: undef # expected: 'kaivul' not ok 69 - gerund of kies # TODO kies has no participle yet # Failed (TODO) test (t/09_part.t at line 18) # got: undef # expected: 'kaiv�m' Those tests concern the participle of 'kies', which is ill-defined; I expect what I believe the participle should be, but Mark Rosenfelder hasn't stated what it should be and the module does not produce it yet. Cheers, Philip -- Philip Newton <[EMAIL PROTECTED]>
