[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
[perl #59206] ext/B/t/concise fails test 155 without dynamic loading
# New Ticket Created by Andy Dougherty
# Please include the string: [perl #59206]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59206 >
On perl-5.8.x @ 34398, compiled without dynamic loading
(i.e. I ran Configure with -Uusedl) I get the following test failure:
../ext/B/t/concise....1..156
ok 1 - require B::Concise
ok 2 - Smallest OP sequence number
[ . . . ]
ok 152 - stash rendering includes constant sub: PAD_FAKELEX_MULTI
ok 153 - stash rendering identifies it as constant
ok 154 - src-line rendering works
# Failed at ../ext/B/t/concise.t line 413
# got '-e syntax OK
# FUNC: *Data::Dumper::bootstrap
# bootstrap is XS code
# 1 <0> enter
# 1: -src not supported for -e
# 2 <;> nextstate(main 1 -e:1) v
# 3 <$> const(IV 1) s
# 4 <1> ftis vK/1
# 5 <@> leave[1 ref] vKP/REFC
# '
# expected /(?-xism:FUNC: \*Data::Dumper::format_refaddr)/
not ok 155 - stash rendering loads package as needed
ok 156 - stash rendering works on inlined package
FAILED test 155
Failed 1/156 tests, 99.36% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
../ext/B/t/concise.t 156 1 155
Failed 1/1 test scripts. 1/156 subtests failed.
Files=1, Tests=156, 1 wallclock secs ( 1.43 cusr + 0.18 csys = 1.61 CPU)
Failed 1/1 test programs. 1/156 subtests failed.
I don't know if this is a failure in the B module or a failure in the
test. (This test is not present in 5.8.8, so this is a new "failure" in
the 5.8.x track.)
--
Andy Dougherty doughera@lafayette.edu
- Follow-Ups from:
-
Nicholas Clark <nick@ccl4.org>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]