On Saturday 29 July 2006 19:50, Bob Rogers wrote:

> +local $TODO = 'runloop shenanigans';
> +# stringification is handled by a vtable method, which runs in a second
> +# runloop. when an error in the method tries to go to a Error_Handler
> defined +# outside it, it winds up going to the inner runloop, giving
> strange results. +pir_output_is(<<'CODE', <<'OUTPUT', 'clear_eh out of
> context (2)');

You should be able to replace this with pir_output_is( ..., todo => '...' );

Migrating existing TODO tests might make a good cage cleaners task.

-- c

Reply via email to