# New Ticket Created by Will Coleda
# Please include the string: [perl #56756]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56756 >
On a win32 build with AS perl and the MS tools, I get the following results:
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/pmc/pmc.t 1 256 19 1 5.26% 5
(1 subtest UNEXPECTEDLY SUCCEEDED), 34 tests and 615 subtests skipped.
Failed 1/590 test scripts, 99.83% okay. 1/11410 subtests failed, 99.99% okay.
NMAKE : fatal error U1077: 'c:\perl\bin\perl.exe' : return code '0xff'
Stop.
C:\research\parrot>prove t/pmc/pmc.t
t/pmc/pmc....ok 4/19
t/pmc/pmc....NOK 5# Failed test 'PMC type check'
# at t/pmc/pmc.t line 102.
# Exited with error code: 255
# Received:
# All names and ids ok.
#
# Expected:
# /All names and ids ok/
#
t/pmc/pmc....ok 19/19# Looks like you failed 1 test of 19.
t/pmc/pmc....dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 5
Failed 1/19 tests, 94.74% okay (less 1 skipped test: 17 okay, 89.47%)
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/pmc/pmc.t 1 256 19 1 5.26% 5
C:\research\parrot>.\parrot t\pmc\pmc_5.pasm
All names and ids ok.
C:\research\parrot>echo %ERRORLEVEL%
-1073741819
Test passes on feather.
--
Will "Coke" Coleda