Re: [perl #38760] [BUG] Allow passing "todo => $reason" to Parrot::Test::example_output_(is|like|isnt)

2006-03-28 Thread chromatic
On Monday 20 March 2006 11:16, Bernhard Schmalhofer wrote: > I have put the calls to example_output_like() and example_output_is() as > comments into t/benchmarks/benchmarks.t. > > # XXX use example_output_is() and example_output_like() > # This does not work yet WRT to TODO >

Re: [perl #38760] [BUG] Allow passing "todo => $reason" to Parrot::Test::example_output_(is|like|isnt)

2006-03-20 Thread Bernhard Schmalhofer
chromatic via RT schrieb: On Sunday 19 March 2006 05:32, Bernhard Schmalhofer wrote: I tried to use something like: example_output_like( "examples/benchmarks/arriter.pir", $outputs{arriter.pit}, todo => 'syntax error' ); However the 'todo' flag is not honored. My guess is that the TODO va

Re: [perl #38760] [BUG] Allow passing "todo => $reason" to Parrot::Test::example_output_(is|like|isnt)

2006-03-19 Thread chromatic
On Sunday 19 March 2006 05:32, Bernhard Schmalhofer wrote: > I tried to use something like: > > example_output_like( "examples/benchmarks/arriter.pir", > $outputs{arriter.pit}, todo => 'syntax error' ); > > However the 'todo' flag is not honored. My guess is that the TODO > variable isn't set in

[perl #38760] [BUG] Allow passing "todo => $reason" to Parrot::Test::example_output_(is|like|isnt)

2006-03-19 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #38760] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38760 > Hi, I tried to use something like: example_output_like( "examples/benchmarks