summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2004-10-26 08:41:59 -0600
committerNicholas Clark <nick@ccl4.org>2004-11-01 18:20:33 +0000
commit705c41e47dc665604dd0834d27d695677385c107 (patch)
treeba63e8db96818df1e38979fd5fc5d9ccb4fdbd50
parentc4e097a1183667aad8d78a3ed90bbe67cc117261 (diff)
downloadperl-705c41e47dc665604dd0834d27d695677385c107.tar.gz
Re: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
Message-ID: <417EB697.9020301@divsol.com> Date: Tue, 26 Oct 2004 14:41:59 -0600 p4raw-id: //depot/maint-5.8/perl@23464
-rw-r--r--ext/B/t/optree_check.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/B/t/optree_check.t b/ext/B/t/optree_check.t
index a48f3abc3a..75399810ee 100644
--- a/ext/B/t/optree_check.t
+++ b/ext/B/t/optree_check.t
@@ -59,8 +59,9 @@ checkOptree ( name => 'test skip itself',
# no good way to expect a successful todo, and inducing a failure
# causes the harness to print verbose errors, which is NOT helpful.
-checkOptree ( name => 'test todo itself',
- todo => "your excuse here ;-)",
+checkOptree ( name => 'test todo itself. suppressed, remove skip to test',
+ todo => "suppress todo test for now",
+ skip => 1,
bcopts => '-exec',
code => sub {print 1},
noanchors => 1, # unanchored match