Chromatic <[EMAIL PROTECTED]> wrote:
> On Sun, 2004-04-04 at 00:28, Leopold Toetsch wrote:

>> Object gurus, please have a look at t/pmc/object-meths_17. Is the code
>> ok? Is it failing because init order is really wrong?
>>
>> BTW I tried to add this test as a TODO but this seems not to work.

> That's odd.  If I uncomment line 467 ( local $TODO = "wrong init
> order?"; ), it prints the proper TODO information:

>   not ok 17 - constructor - diamond parents # TODO wrong init order?
>   #     Failed (TODO) test (t/pmc/object-meths.t at line 469)

$ perl -Ilib t/pmc/object-meths.t
1..17
...
not ok 17 - constructor - diamond parents # TODO wrong init order?
#     Failed (TODO) test (t/pmc/object-meths.t at line 469)
...

$ perl -Ilib t/harness t/pmc/o*.t
t/pmc/object-meths....ok
t/pmc/objects.........ok
t/pmc/orderedhash.....ok
All tests successful.
Files=3, Tests=72,  2 wallclock secs ( 1.15 cusr +  0.60 csys =  1.75 CPU)

It's suboptimal that the summary doesn't cover the TODO test. There is no
sign that something is wrong.

> -- c

leo

Reply via email to