# New Ticket Created by James Keenan
# Please include the string: [perl #50854]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50854 >
In a smoke test this morning on ppc-linux (Debian stable), I got
failures in two files where I have not previously observed failures.
Attached is the output of prove -v.
kid51
[li11-226:brooklyn.kid51.at.gmail.dot.com] 518 $ prove -v t/dynpmc/foo.t
t/dynpmc/rational.t
t/dynpmc/foo...........
1..9
ok 1 - get_integer
ok 2 - loadlib with relative pathname, no ext
not ok 3 - loadlib with absolute pathname, no ext
# Failed test (t/dynpmc/foo.t at line 57)
# Exited with error code: 1
# Received:
# Class 'Foo' not found
# current instr.: 'main' pc 16
(/home/jimk/tmp/brooklyn.kid51.at.gmail.dot.com/t/dynpmc/foo_3.pir:15)
#
# Expected:
# 42
#
ok 4 - loadlib with relative pathname & ext
ok 5 - loadlib with absolute pathname & ext
ok 6 # SKIP No BigInt Lib configured
ok 7 - Foo subclass isa Integer
ok 8 - .HLL 1
ok 9 - .HLL 2
# Looks like you failed 1 test of 9.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/9 subtests
(less 1 skipped subtest: 7 okay)
t/dynpmc/rational......
1..8
ok 1 - get_integer
ok 2 - loadlib with relative pathname, no ext
not ok 3 - loadlib with absolute pathname, no ext
# Failed test (t/dynpmc/rational.t at line 57)
# Exited with error code: 1
# Received:
# Class 'Rational' not found
# current instr.: 'main' pc 16
(/home/jimk/tmp/brooklyn.kid51.at.gmail.dot.com/t/dynpmc/rational_3.pir:15)
#
# Expected:
# 43
#
ok 4 - loadlib with relative pathname & ext
ok 5 - loadlib with absolute pathname & ext
ok 6 # SKIP No BigInt Lib configured
ok 7 - .HLL 1
ok 8 - .HLL 2
# Looks like you failed 1 test of 8.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests
(less 1 skipped subtest: 6 okay)
Test Summary Report
-------------------
t/dynpmc/foo.t (Wstat: 256 Tests: 9 Failed: 1)
Failed test: 3
Non-zero exit status: 1
t/dynpmc/rational.t (Wstat: 256 Tests: 8 Failed: 1)
Failed test: 3
Non-zero exit status: 1
Files=2, Tests=17, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.25 cusr 0.06
csys = 0.32 CPU)
Result: FAIL