Front page | perl.perl5.porters |
Postings from August 2008
RE: Smoke [5.11.0] 34169 PASS-so-far MSWin32 WinXP/.Net SP3 (x86/2 cpu)
From:
Steve Hay
Date:
August 1, 2008 00:44
Subject:
RE: Smoke [5.11.0] 34169 PASS-so-far MSWin32 WinXP/.Net SP3 (x86/2 cpu)
Message ID:
1B32FF956ABF414C9BCE5E487A1497E7021EE353@ukmail02.planit.group
Steve Hay wrote:
> Automated smoke report for 5.11.0 patch 34169
> maldoror.bath.planit.group: Intel(R) Core(TM)2 CPU 6700 @
> 2.66GHz(~2660 MHz) (x86/2 cpu) on MSWin32 - WinXP/.Net SP3
> using cl version 14.00.50727.762
> smoketime 5 hours 29 minutes (average 16 minutes 28 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
>
> 34169 Configuration (common) -DCCTYPE=MSVC80
> -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
I assume that this is something to do with the Test-Harness upgrade in
#34169.
It seems that lib/Test/Harness/t/prove failed in every configuration,
and then Test-Smoke has got confused (by Test-Harness) during the
process of double-checking those failures.
Normally a failed test getting re-run at the end of a configuration
produces output like this:
error while running harness target 'test': 2 at
C:\Smokes\VC7F\ts/Test/Smoke.pm line 182
io/pvbm.t...................................................FAILED
20-21
(At least, that's "normal" in my setup.) But the smoke above has stuff
like this at the end of every configuration:
error while running harness target 'test': 2 at
C:\Smokes\VC8\ts/Test/Smoke.pm line 182
83, 112, 141, 170, 199, 228, 257, 286, 315
344, 373, 402, 431, 460, 489, 518, 547
576, 605, 634, 663, 692, 722, 752, 782
812, 842, 872, 902, 932, 962, 992, 1022
1052, 1082, 1112, 1142, 1172, 1202, 1232
1262, 1292, 1322, 1352, 1382, 1412, 1442
1472, 1503, 1534, 1565, 1596
It seems to have lost the line saying which test these failures are for.
I don't know if that's got anything to do with the Test-Harness upgrade,
or with the PASS-so-far result...
(Or do I simply need to update my Test-Smoke to work with the new
Test-Harness?)