Steve Hay wrote:
> Automated smoke report for 5.10.0 patch 32306
> maldoror.bath.planit.group: Intel(R) Core(TM)2 CPU 6700 @
> 2.66GHz(~2660 MHz) (x86/2 cpu) on MSWin32 - WinXP/.Net SP2
> using cl version 12.00.8804
> smoketime 4 hours 47 minutes (average 14 minutes 23 seconds)
>
> Summary: PASS-so-far
>
> O = OK F = Failure(s), extended report at the bottom
> X = Failure(s) under TEST but not under harness
> ? = still running or test results not (yet) available
> Build failures during: - = unknown or N/A
> c = Configure, m = make, M = make (after miniperl), t = make test-prep
>
> 32306 Configuration (common)
> -DINST_TOP=$(INST_DRV)\Smoke\doesntexist -----------
> --------------------------------------------------------- ? ?
> ? ? -Dusemymalloc
> ? ? -Duselargefiles
> ? ? -Duselargefiles -Dusemymalloc
> ? ? -Duseithreads -Uuseimpsys
> ? ? -Duseithreads -Uuseimpsys -Dusemymalloc
> ? ? -Duseithreads -Uuseimpsys -Duselargefiles
> ? ? -Duseithreads -Uuseimpsys -Duselargefiles -Dusemymalloc
> ? ? -Duseithreads
> ? ? -Duseithreads -Duselargefiles
>> +--------- -DDEBUGGING
> +----------- no debugging
>
> Locally applied patches:
> DEVEL
> SMOKE32306
Not sure what happened there. The smoke was not still running as that
report suggests: it had actually just completed when the report was
sent.
Each configuration had the error:
../lib/CPANPLUS/t/04_CPANPLUS-Module.............................ok
749 ms
11/109 skipped: various reasons
Can't locate object method "spitdir" via package "File::Spec" at
../lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t line 88.
# Looks like your test died just after 12.
../lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch....................dubious
Test returned status 255 (wstat 65280, 0xff00)
after all the subtests completed successfully
which has since been fixed in 32308, but that caused each configuration
to end up with:
Failed Test Stat Wstat Total Fail List of
Failed
Failed 1/1467 test programs. 0/186145 subtests failed.
------------------------------------------------------------------------
-------
../lib/CPANPLUS/t/05_CPANPLUS-Internals-F 255 65280 12 0 ??
(1 subtest UNEXPECTEDLY SUCCEEDED), 55 tests and 1067 subtests skipped.
Failed 1/1467 test scripts. 0/186145 subtests failed.
Files=1467, Tests=186145, 630 wallclock secs ( 0.00 cusr + 0.00 csys =
0.00 CPU)
NMAKE : fatal error U1077: '..\perl.exe' : return code '0xff'
Stop.
error while running harness target '_test': 2 at
C:/Smokes/VC6/ts/Test/Smoke.pm line 177
which then caused all the '?'s in the summary. Why weren't they simply
all 'F's?