# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #32036]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32036 >


I have a little smoke script I threw together that does a cvs checkout, config, make, 
make test:

Failed Test    Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/pmc/signal.t    1   256     3    1  33.33%  1
4 tests and 52 subtests skipped.
Failed 1/122 test scripts, 99.18% okay. 1/1943 subtests failed, 99.95% okay.

oolong:~ coke$ uname -a
Darwin oolong 7.5.0 Darwin Kernel Version 7.5.0: Thu Aug  5 19:26:16 PDT 2004; 
root:xnu/xnu-517.7.21.obj~3/RELEASE_PPC  Power Macintosh powerpc
oolong:~ coke$ perl -v

This is perl, v5.8.1-RC3 built for darwin-thread-multi-2level
(with 1 registered patch, see perl -V for more detail)
<SNIP>

Seems to work fine with:
oolong:~/research/parrot_24673 coke$ perl t/harness t/pmc/signal.t
t/pmc/signal....ok                                                           
        1/3 skipped: works standalone but not in test
All tests successful, 1 subtest skipped.
Files=1, Tests=3,  3 wallclock secs ( 1.18 cusr +  0.27 csys =  1.45 CPU)

My machine did happen to be under a bit of a load at the time the test ran, but that 
doesn't seem like much of an excuse. =) Going back through the output of the original 
harness, I get:

t/pmc/signal...................Hangup
oolong:~ coke$ #     Failed test (t/pmc/signal.t at line 87)
#          got: 'start
# never
# '
#     expected: 'start
# '
t/pmc/signal...................NOK 1# Looks like you failed 1 tests of 3.    
t/pmc/signal...................dubious                                       
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1

Regards.

Reply via email to