Simon Glover:
# On Sun, 13 Oct 2002, Steve Fink wrote:
#  Your problem was probably forgetting to use Test::More 
# (which defines  skip). In any case, the enclosed patch should 
# do the trick.
# 
# +SKIP: { skip("Doesn't work with JIT enabled", 1);
#  output_like(<<'CODE', <<'OUTPUT', "restart trace");
#       print 2, "ok 1\n"
#       set I0, 1

But that doesn't discriminate between having the JIT enabled and not
having it.  That test *should* run if the JIT isn't activated.

--Brent Dax <[EMAIL PROTECTED]>
@roles=map {"Parrot $_"} qw(embedding regexen Configure)

Wire telegraph is a kind of a very, very long cat. You pull his tail in
New York and his head is meowing in Los Angeles. And radio operates
exactly the same way. The only difference is that there is no cat.
    --Albert Einstein (explaining radio)

Reply via email to